update search highlights

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

View file

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