mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
More obvious match highlight in snacks.picker (#335)
This commit is contained in:
parent
719ec67bf5
commit
42f0724e0b
1 changed files with 2 additions and 0 deletions
|
|
@ -1019,6 +1019,8 @@ local function set_highlights()
|
||||||
SnacksIndentChunk = { fg = palette.overlay },
|
SnacksIndentChunk = { fg = palette.overlay },
|
||||||
SnacksIndentBlank = { fg = palette.overlay },
|
SnacksIndentBlank = { fg = palette.overlay },
|
||||||
SnacksIndentScope = { fg = palette.foam },
|
SnacksIndentScope = { fg = palette.foam },
|
||||||
|
|
||||||
|
SnacksPickerMatch = { fg = palette.rose, bold = styles.bold },
|
||||||
}
|
}
|
||||||
local transparency_highlights = {
|
local transparency_highlights = {
|
||||||
DiagnosticVirtualTextError = { fg = groups.error },
|
DiagnosticVirtualTextError = { fg = groups.error },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue