cleanup colors

This commit is contained in:
2023-08-15 03:57:13 +02:00
parent 62932e9d66
commit e044f23c70
2 changed files with 10 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ theme.set_highlights = function(opts)
hl(0, 'FloatBorder', { fg = c.fg, bg = c.popup })
hl(0, 'Question', { fg = c.fg_alt })
hl(0, 'Search', { fg = c.bg, bg = c.fg }) -- TODO: fix color
hl(0, 'Search', { fg = c.bg, bg = c.fg })
hl(0, 'SpecialKey', { fg = c.popup })
hl(0, 'SpellCap', { fg = c.warning, undercurl = true, sp = c.error })