fix nvim tree icon color dracula theme

This commit is contained in:
asep komarudin 2023-03-22 22:58:52 +07:00
parent 6358c318ab
commit 092678bfa1
3 changed files with 7 additions and 4 deletions

View file

@ -222,9 +222,12 @@ return {
config = function()
require("dracula").setup({
colors = {
purple = "#FCC76A",
-- purple = "#FCC76A",
menu = "#282A36",
},
overrides = {
NvimTreeFolderIcon = { fg = "#FCC76A" },
},
transparent_bg = transparent,
})
end,