mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
neovim: update highlights for nvim-tree
This commit is contained in:
parent
0b6f538235
commit
2e3a1b70a4
@ -314,17 +314,17 @@ local function highlight_plugins()
|
||||
hi('DashboardFooter' , c.purple , '', 'bold' , '')
|
||||
|
||||
-- NvimTree
|
||||
hi('NvimTreeRootFolder' , c.teal , '', 'bold', '')
|
||||
hi('NvimTreeGitDirty' , c.yellow , '', '', '')
|
||||
hi('NvimTreeGitNew' , c.green , '', '', '')
|
||||
hi('NvimTreeImageFile' , c.purple , '', '', '')
|
||||
hi('NvimTreeExecFile' , c.green , '', '', '')
|
||||
hi('NvimTreeSpecialFile' , c.dark_blue, '', 'underline', '')
|
||||
hi('NvimTreeFolderName' , c.blue , '', '', '')
|
||||
hi('NvimTreeEmptyFolderName', c.grey3 , '', '', '')
|
||||
hi('NvimTreeFolderIcon' , c.fg , '', '', '')
|
||||
hi('NvimTreeIndentMarker' , c.grey3 , '', '', '')
|
||||
hi('NvimTreeNormal' , c.fg , c.black, '', '')
|
||||
hi('NvimTreeIndentMarker' , c.grey3 , '', '', '')
|
||||
hi('NvimTreeFolderIcon' , c.fg , '', '', '')
|
||||
hi('NvimTreeRootFolder' , c.teal , '', 'bold', '')
|
||||
hi('NvimTreeFolderName' , c.blue , '', '', '')
|
||||
hi('NvimTreeEmptyFolderName', c.grey_bright, '', '', '')
|
||||
hi('NvimTreeImageFile' , c.yellow , '', '', '')
|
||||
hi('NvimTreeExecFile' , c.green , '', '', '')
|
||||
hi('NvimTreeSpecialFile' , c.dark_blue , '', 'underline', '')
|
||||
hi('NvimTreeGitDirty' , c.yellow , '', '', '')
|
||||
hi('NvimTreeGitNew' , c.green , '', '', '')
|
||||
hi('NvimTreeGitDeleted' , c.red , '', '', '')
|
||||
|
||||
-- WhichKey
|
||||
hi('WhichKey' , c.green , '', 'bold', '')
|
||||
|
Loading…
Reference in New Issue
Block a user