Skip to content

Change nvim-tree background color #53

Answered by mvllow
santiago-webdev asked this question in Q&A
Discussion options

You must be logged in to vote

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 😌

Replies: 1 comment

Comment options

You must be logged in to vote
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
Category
Q&A
Labels
None yet
2 participants