This commit is contained in:
asep komarudin 2023-03-05 00:36:39 +07:00
parent 30ae653cda
commit 230b3f7fb0

View file

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