fix: invert_colors Fixes #265

This commit is contained in:
Folke Lemaitre
2022-11-11 07:23:27 +01:00
parent a6d34b4e6d
commit 45cdc3888a
20 changed files with 439 additions and 438 deletions

View File

@@ -1244,7 +1244,7 @@ local highlights = {
},
NvimTreeFolderIcon = {
bg = "NONE",
fg = "#ffc777"
fg = "#82aaff"
},
NvimTreeGitDeleted = {
fg = "#e26a75"