Added a new bg color in NvimTree and also colors for the indents and folder icons to match the new style
This commit is contained in:
parent
5e7e11effa
commit
e4f43153a6
1 changed files with 5 additions and 3 deletions
|
|
@ -276,7 +276,9 @@ TSError { fg=red }; -- syntax/parser errors.
|
||||||
HelpHyperTextJump {fg=yellow};
|
HelpHyperTextJump {fg=yellow};
|
||||||
markdownLinkText {fg=fg};
|
markdownLinkText {fg=fg};
|
||||||
|
|
||||||
-- NerdTree
|
-- NvimTree
|
||||||
NvimTreeRootFolder { fg=hsl(205, 8, 55) };
|
NvimTreeNormal { bg=hsl(220, 3, 19), fg=fg };
|
||||||
NvimTreeFolderName { fg=hsl(0, 0, 72) };
|
NvimTreeIndentMarker { fg=hsl(204, 3, 32) };
|
||||||
|
NvimTreeRootFolder { fg=folder };
|
||||||
|
NvimTreeFolderIcon { fg=folder };
|
||||||
}end)
|
}end)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue