nerdtreegit colours
This commit is contained in:
parent
ec16db5153
commit
121f9ae174
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue