diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-03-12 23:54:38 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-03-12 23:54:38 +0100 |
commit | a709e7a263ee8d22a499ad2701989685d1a767c3 (patch) | |
tree | 14b4a682885e454a9206c2fe0ba5ffceae4f9919 /lua/no-clown-fiesta/NvimTree.lua | |
parent | 34a6fe5a2a3cba9e876b01764fb19caa30eabee3 (diff) |
feat(nvim-tree): change beige to white for folders
Diffstat (limited to 'lua/no-clown-fiesta/NvimTree.lua')
-rw-r--r-- | lua/no-clown-fiesta/NvimTree.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/NvimTree.lua b/lua/no-clown-fiesta/NvimTree.lua index 2f3647a..7094dc5 100644 --- a/lua/no-clown-fiesta/NvimTree.lua +++ b/lua/no-clown-fiesta/NvimTree.lua @@ -1,5 +1,5 @@ local NvimTree = { - NvimTreeFolderIcon = { fg = C.beige }, + NvimTreeFolderIcon = { fg = C.white }, NvimTreeIndentMarker = { fg = C.alt_bg }, NvimTreeNormal = { fg = C.light_gray, bg = C.alt_bg }, NvimTreeVertSplit = { fg = C.alt_bg, bg = C.alt_bg }, |