From 5033d196105edf35c09f02beaa9b56d57f998618 Mon Sep 17 00:00:00 2001 From: tiyn Date: Tue, 12 Dec 2023 02:02:35 +0100 Subject: [PATCH] added cursorword colors --- lua/tccs/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/tccs/theme.lua b/lua/tccs/theme.lua index ea44c72..bedcc98 100644 --- a/lua/tccs/theme.lua +++ b/lua/tccs/theme.lua @@ -284,7 +284,7 @@ theme.set_highlights = function(opts) hl(0, 'NvimTreeGitNew', { fg = c.added_fg }) -- nvim-cursorword - hl(0, 'CursorWord', { fg = c.tag, underline = true }) + hl(0, 'CursorWord', { underline = true }) end