nerdtreegit colours

This commit is contained in:
ManjaroOne666 2018-02-12 12:56:52 +00:00
parent ec16db5153
commit 121f9ae174
1 changed files with 10 additions and 0 deletions

View File

@ -514,6 +514,16 @@ hi! def link NERDTreeRO InterfaceSpecial
hi! def link NERDTreeCurrentNode InterfaceH1 hi! def link NERDTreeCurrentNode InterfaceH1
hi! def link NERDTreeGitStatusModified InterfaceWarningSign
hi! def link NERDTreeGitStatusStaged InterfaceNormalBright
hi! def link NERDTreeGitStatusRenamed NERDTreeGitStatusModified
hi! def link NERDTreeGitStatusUnmerged InterfaceErrorSign
hi! def link NERDTreeGitStatusUntracked NERDTreeGitStatusModified
hi! def link NERDTreeGitStatusDirDirty NERDTreeGitStatusModified
hi! def link NERDTreeGitStatusDirClean InterfaceNormalDark
" TODO: use diff color
hi! def link NERDTreeGitStatusIgnored InterfaceNormal
" ALE highlighting " ALE highlighting
hi! def link ALEErrorSign InterfaceErrorSign hi! def link ALEErrorSign InterfaceErrorSign
hi! def link ALEWarningSign InterfaceWarningSign hi! def link ALEWarningSign InterfaceWarningSign