mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 10:49:08 +00:00
feat(picker.actions): added separate hl group for pick win current
This commit is contained in:
parent
f03a17c48d
commit
9b80e444f5
2 changed files with 7 additions and 4 deletions
|
@ -65,7 +65,8 @@ Snacks.util.set_hl({
|
|||
GitStatusCopied = "SnacksPickerGitStatus",
|
||||
GitStatusUntracked = "SnacksPickerGitStatus",
|
||||
ManSection = "Number",
|
||||
PickWin = "DiagnosticVirtualTextError",
|
||||
PickWin = "Search",
|
||||
PickWinCurrent = "CurSearch",
|
||||
ManPage = "Special",
|
||||
-- Icons
|
||||
Icon = "Special",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue