mirror of
https://github.com/tiyn/tccs.nvim.git
synced 2025-10-10 10:01:17 +02:00
added cursorword colors
This commit is contained in:
@@ -282,6 +282,10 @@ theme.set_highlights = function(opts)
|
||||
hl(0, 'NvimTreeGitMerge', { fg = c.modified_fg })
|
||||
hl(0, 'NvimTreeGitDirty', { fg = c.modified_fg })
|
||||
hl(0, 'NvimTreeGitNew', { fg = c.added_fg })
|
||||
|
||||
-- nvim-cursorword
|
||||
hl(0, 'CursorWord', { fg = c.tag, underline = true })
|
||||
|
||||
end
|
||||
|
||||
return theme
|
||||
|
Reference in New Issue
Block a user