More obvious match highlight in snacks.picker

This commit is contained in:
Patrick Haun 2025-01-15 13:26:27 +01:00
commit d8a3b3924d

View file

@ -1019,6 +1019,8 @@ local function set_highlights()
SnacksIndentChunk = { fg = palette.overlay },
SnacksIndentBlank = { fg = palette.overlay },
SnacksIndentScope = { fg = palette.foam },
SnacksPickerMatch = { fg = palette.rose, bold = styles.bold },
}
local transparency_highlights = {
DiagnosticVirtualTextError = { fg = groups.error },