added cursorword colors

This commit is contained in:
tiyn 2023-12-12 02:02:35 +01:00
parent 0c583f1620
commit 5033d19610

View File

@ -284,7 +284,7 @@ theme.set_highlights = function(opts)
hl(0, 'NvimTreeGitNew', { fg = c.added_fg }) hl(0, 'NvimTreeGitNew', { fg = c.added_fg })
-- nvim-cursorword -- nvim-cursorword
hl(0, 'CursorWord', { fg = c.tag, underline = true }) hl(0, 'CursorWord', { underline = true })
end end