More obvious match highlight in snacks.picker (#335)

This commit is contained in:
Patrick Haun 2025-01-15 21:28:37 +01:00 committed by GitHub
commit 6b51153905

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 },