(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",
|
pattern = "VeryLazy",
|
||||||
callback = function()
|
callback = function()
|
||||||
Snacks.util.set_hl({
|
Snacks.util.set_hl({
|
||||||
PickerDir = { link = "Text" },
|
Picker = { bg = "NONE", nocombine = true },
|
||||||
PickerPathHidden = { link = "Text" },
|
PickerDirectory = { bg = "NONE", link = "Text" },
|
||||||
|
PickerPathHidden = { link = "Comment" },
|
||||||
PickerPathIgnored = { link = "Comment" },
|
PickerPathIgnored = { link = "Comment" },
|
||||||
PickerGitStatusUntracked = { link = "Special" },
|
PickerGitStatusUntracked = { link = "Special" },
|
||||||
}, { prefix = "Snacks" })
|
}, { prefix = "Snacks" })
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue