(neovim) better colors for Snacks.picker()

This commit is contained in:
Bartek Stalewski 2025-09-15 00:25:47 +02:00
parent 95b8aef98d
commit 1004493681
Signed by: ftpd
SSH key fingerprint: SHA256:vGQiaNJcfUMLt3wF58+Zx15C6SpRDA9spUeggjVY8Yo

View file

@ -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" })