cleanup colors

master
tiyn 1 year ago
parent d2b6fff0d0
commit 6a14537a52

@ -50,10 +50,10 @@ theme.set_highlights = function(opts)
hl(0, 'TabLineFill', { fg = c.fg, bg = c.popup })
hl(0, 'TabLineSel', { fg = c.fg, bg = c.bg })
hl(0, 'Title', { bold = true })
hl(0, 'Visual', { bg = c.popup })
-- syntax
hl(0, 'Title', { fg = c.keyword, bold = true })
hl(0, 'Comment', { fg = c.comment, italic = opts.italic_comments })
hl(0, 'Constant', { fg = c.constant })
hl(0, 'String', { fg = c.string })

Loading…
Cancel
Save