update search highlights

This commit is contained in:
mvllow 2022-01-26 21:32:05 -06:00
commit 6a4eeaaac3

View file

@ -53,7 +53,7 @@ local theme = {
FloatBorder = { fg = p.subtle },
FoldColumn = { fg = p.muted },
Folded = { fg = p.text, bg = p.surface },
IncSearch = { bg = p.highlight_med },
IncSearch = { bg = p.highlight_high },
LineNr = { fg = p.muted },
MatchParen = { fg = p.text, bg = p.highlight_med },
ModeMsg = { fg = p.subtle },
@ -68,7 +68,7 @@ local theme = {
PmenuThumb = { bg = p.muted },
Question = { fg = p.gold },
-- QuickFixLine = {},
Search = { fg = p.iris, bg = p.highlight_high },
Search = { bg = p.highlight_med },
SpecialKey = { fg = p.foam },
SpellBad = { style = 'undercurl', sp = p.love },
SpellCap = { style = 'undercurl', sp = p.subtle },