feat: use gold for search

Closes #305
This commit is contained in:
mvllow 2024-10-08 10:22:29 -05:00
commit 1ebe0a5171

View file

@ -80,7 +80,7 @@ local function set_highlights()
local default_highlights = {
ColorColumn = { bg = palette.surface },
Conceal = { bg = "NONE" },
CurSearch = { fg = palette.base, bg = palette.text },
CurSearch = { fg = palette.base, bg = palette.gold },
Cursor = { fg = palette.text, bg = palette.highlight_high },
CursorColumn = { bg = palette.overlay },
-- CursorIM = {},
@ -126,7 +126,7 @@ local function set_highlights()
RedrawDebugClear = { fg = palette.base, bg = palette.gold },
RedrawDebugComposed = { fg = palette.base, bg = palette.pine },
RedrawDebugRecompose = { fg = palette.base, bg = palette.love },
Search = { fg = palette.text, bg = palette.text, blend = 20 },
Search = { fg = palette.text, bg = palette.gold, blend = 20 },
SignColumn = { fg = palette.text, bg = "NONE" },
SpecialKey = { fg = palette.foam },
SpellBad = { sp = palette.subtle, undercurl = true },