mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
fix nvim tree icon color dracula theme
This commit is contained in:
parent
6358c318ab
commit
092678bfa1
3 changed files with 7 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue