From aa526204b50fcc91f14b51012f72d18f69a525cd Mon Sep 17 00:00:00 2001 From: Martin Lasson Date: Tue, 18 Feb 2025 12:47:10 +0100 Subject: [PATCH] Fix so smear cursor matches the color of the cursor in the terminal --- nvim/lua/plugs/smear_cursor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/plugs/smear_cursor.lua b/nvim/lua/plugs/smear_cursor.lua index 88ad75e..63984b1 100644 --- a/nvim/lua/plugs/smear_cursor.lua +++ b/nvim/lua/plugs/smear_cursor.lua @@ -9,7 +9,7 @@ return { scroll_buffer_space = true, smear_insert_mode = false, - cursor_color = "#d3cdc3", + cursor_color = "#FFCC66", transparent_bg_fallback_color = "#303030", stiffness = 0.85,