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
40f03c4df1
commit
6b51153905
1 changed files with 2 additions and 0 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue