update config

This commit is contained in:
asep komarudin 2023-03-05 06:17:57 +07:00
parent 230b3f7fb0
commit ee7e49f922
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ tokyonight.setup({
on_highlights = function(highlights, colors)
highlights.NvimTreeFolderIcon = {
bg = colors.none,
fg = "#FCC76A",
fg = "#e0af68",
}
end,
})