mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
add color for NvimTreeGitIgnored highlight group
This commit is contained in:
parent
4d6896cac3
commit
63a749b728
1 changed files with 1 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ local defaults = {
|
|||
NvimTreeNormal = { bg = darker_black },
|
||||
NvimTreeNormalNC = { bg = darker_black },
|
||||
NvimTreeOpenedFolderName = { fg = folder_bg },
|
||||
NvimTreeGitIgnored = { fg = light_grey },
|
||||
|
||||
NvimTreeWinSeparator = {
|
||||
fg = darker_black,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue