feat: change search highlight to brown fg
This commit is contained in:
parent
be2c3f3748
commit
ff138f3b99
@ -191,7 +191,7 @@ function theme.highlights(c, config)
|
||||
-- Line numbers for quickfix lists
|
||||
qfLineNr = { fg = c.yellow },
|
||||
-- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand out.
|
||||
Search = { fg = c.fg2, bg = c.bg4, style = 'bold' },
|
||||
Search = { fg = c.brown, bg = c.none, style = 'bold' },
|
||||
-- Unprintable characters: text displayed differently from what it really is.
|
||||
-- But not 'listchars' whitespace. |hl-Whitespace|
|
||||
SpecialKey = { fg = c.bg6 },
|
||||
|
Loading…
Reference in New Issue
Block a user