diff --git a/lua/neogruber/theme.lua b/lua/neogruber/theme.lua index 189cf58..2da5b9c 100644 --- a/lua/neogruber/theme.lua +++ b/lua/neogruber/theme.lua @@ -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 },