Replies: 1 comment 2 replies
-
|
Since you're using the Tip View all highlights with vim.api.nvim_create_autocmd("ColorScheme", {
pattern = "default",
callback = function()
-- vim.api.nvim_set_hl(0, "SnacksPickerListCursorLine", { line = "Visual" })
vim.api.nvim_set_hl(0, "SnacksPickerDir", { link = "Comment" }) -- Maybe "Folded"
end,
})You can also create your own variant of the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The default Neovim colorscheme makes selected files invisible:
Beta Was this translation helpful? Give feedback.
All reactions