BufExplorer highlighting
This commit is contained in:
parent
17aa082a60
commit
b5b034b91c
|
@ -84,6 +84,7 @@ hi CRNormal ctermfg=166
|
|||
hi CRBright ctermfg=208
|
||||
hi CRDark ctermfg=160
|
||||
|
||||
hi TestTest ctermfg=27
|
||||
|
||||
|
||||
" sidebar colours
|
||||
|
@ -95,6 +96,7 @@ hi BarNormal ctermfg=240 ctermbg=none
|
|||
hi BarNormalBright ctermfg=245 ctermbg=none
|
||||
hi BarNormalDark ctermfg=238 ctermbg=none
|
||||
|
||||
" TODO replace all BarComment with BarHelp
|
||||
hi BarComment ctermfg=124 ctermbg=none
|
||||
hi BarCommentBright ctermfg=166 ctermbg=none
|
||||
hi BarCommentDark ctermfg=88 ctermbg=none
|
||||
|
@ -103,12 +105,34 @@ hi BarSpecial ctermfg=lightred
|
|||
|
||||
hi BarCurrent ctermfg=255 ctermbg=240
|
||||
|
||||
|
||||
hi def link BarFlag CRNormal
|
||||
hi def link BarFlagBright CRBright
|
||||
hi def link BarFlagDark CRDark
|
||||
|
||||
|
||||
|
||||
" BufExplorer Highlighting
|
||||
hi! def link bufExplorerBufNbr BarH1
|
||||
hi! def link bufExplorerMapping BarCommentBright
|
||||
hi! def link bufExplorerHelp BarComment
|
||||
hi! def link bufExplorerOpenIn BarSpecial
|
||||
hi! def link bufExplorerSortBy BarCommentBright
|
||||
hi! def link bufExplorerSplit BarNormalDark
|
||||
hi! def link bufExplorerTitle BarCommentDark
|
||||
hi! def link bufExplorerSortType bufExplorerSortBy
|
||||
hi! def link bufExplorerToggleSplit bufExplorerSplit
|
||||
hi! def link bufExplorerToggleOpen bufExplorerOpenIn
|
||||
|
||||
hi! def link bufExplorerActBuf BarH1
|
||||
hi! def link bufExplorerAltBuf BarH2
|
||||
hi! def link bufExplorerCurBuf BarH2
|
||||
hi! def link bufExplorerHidBuf BarNormalBright
|
||||
hi! def link bufExplorerLockedBuf BarSpecial
|
||||
hi! def link bufExplorerModBuf CRDark
|
||||
hi! def link bufExplorerUnlBuf BarNormalDark
|
||||
hi! def link bufExplorerInactBuf BarNormal
|
||||
|
||||
|
||||
" Tagbar highlighting
|
||||
hi! def link TagbarFoldIcon BarNormal
|
||||
|
|
Loading…
Reference in New Issue