-
I checked the docs and you can run For example I'm using Gruvbox this is what it looks like: I'd like the picker background colors to be darker but I'm having trouble finding which highlight to edit. When I try to right click inspect (I am using LazyVim), usually that provides which highlight is being used but it doesn't apply to these windows so I cannot tell. In theory in the highlights list, there should be a color that looks invisible because the text would be the same color as the background but it does not exist. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Turns out, it's this: vim.api.nvim_set_hl(0, "SnacksPicker", { link = "GruvboxBg0" }) |
Beta Was this translation helpful? Give feedback.
-
That works for me for picker but not explorer when it's using the sidebar, if I change `preset = "telescope" for explorer it works fine. There's something about the sidebar that handles the background differently edit: It uses |
Beta Was this translation helpful? Give feedback.
Turns out, it's this: