diff --git a/lua/solarized-osaka/theme.lua b/lua/solarized-osaka/theme.lua index 2d15ba5..8cdc3c4 100644 --- a/lua/solarized-osaka/theme.lua +++ b/lua/solarized-osaka/theme.lua @@ -70,7 +70,7 @@ function M.setup() Question = { fg = c.cyan500, bold = true }, -- |hit-enter| prompt and yes/no questions QuickFixLine = { bg = c.blue700, bold = true }, -- Current |quickfix| item in the quickfix window. Combined with |hl-CursorLine| when the cursor is there. Search = { fg = c.yellow500, reverse = true }, -- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand out. - IncSearch = { fg = c.orange500, standout = true }, -- 'incsearch' highlighting; also used for the text replaced with ":s///c" + IncSearch = { fg = c.base2, bg = c.orange500 }, -- 'incsearch' highlighting; also used for the text replaced with ":s///c" CurSearch = { link = "IncSearch" }, SpecialKey = { fg = c.base00 }, -- Unprintable characters: text displayed differently from what it really is. But not 'listchars' whitespace. |hl-Whitespace| SpellBad = { sp = c.red500, undercurl = true }, -- Word that is not recognized by the spellchecker. |spell| Combined with the highlighting used otherwise.