mirror of
https://github.com/tiyn/tccs.nvim.git
synced 2025-04-19 16:27:44 +02:00
cleanup colors
This commit is contained in:
parent
c02b5ea65e
commit
afbebf40f0
@ -53,7 +53,7 @@ theme.set_highlights = function(opts)
|
|||||||
hl(0, 'Visual', { bg = c.popup })
|
hl(0, 'Visual', { bg = c.popup })
|
||||||
|
|
||||||
-- syntax
|
-- syntax
|
||||||
hl(0, 'Title', { fg = c.keyword, bold = true })
|
hl(0, 'Title', { fg = c.bold, bold = true })
|
||||||
hl(0, 'Comment', { fg = c.comment, italic = opts.italic_comments })
|
hl(0, 'Comment', { fg = c.comment, italic = opts.italic_comments })
|
||||||
hl(0, 'Constant', { fg = c.constant })
|
hl(0, 'Constant', { fg = c.constant })
|
||||||
hl(0, 'String', { fg = c.string })
|
hl(0, 'String', { fg = c.string })
|
||||||
|
Loading…
x
Reference in New Issue
Block a user