Change nvim-tree background color #53
Answered
by
mvllow
santiago-webdev
asked this question in
Q&A
-
I'm using this tree plugin and would like to have the background of the tree window on a slightly light color (I'm using the default colorscheme, the darkest one), but I don't know how to, other colorschemes offer this by default, how would I change it to something like #26233A? |
Beta Was this translation helpful? Give feedback.
Answered by
mvllow
Jan 3, 2022
Replies: 1 comment
-
i'd suggest this pattern for using the rosé pine palette local palette = require('rose-pine.palette')
vim.cmd(string.format('autocmd ColorScheme * hi NvimTreeNormal guibg=%s', palette.foam)) this may be added as an option in the future 😌 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
santiago-webdev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i'd suggest this pattern for using the rosé pine palette
this may be added as an option in the future 😌