(neovim) better colors for Snacks.picker()
This commit is contained in:
parent
95b8aef98d
commit
1004493681
1 changed files with 3 additions and 2 deletions
|
@ -28,8 +28,9 @@ vim.api.nvim_create_autocmd("User", {
|
|||
pattern = "VeryLazy",
|
||||
callback = function()
|
||||
Snacks.util.set_hl({
|
||||
PickerDir = { link = "Text" },
|
||||
PickerPathHidden = { link = "Text" },
|
||||
Picker = { bg = "NONE", nocombine = true },
|
||||
PickerDirectory = { bg = "NONE", link = "Text" },
|
||||
PickerPathHidden = { link = "Comment" },
|
||||
PickerPathIgnored = { link = "Comment" },
|
||||
PickerGitStatusUntracked = { link = "Special" },
|
||||
}, { prefix = "Snacks" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue