BufExplorer tweaks.
[profile.git] / .vim / colors / iain.vim
index 320ade5..ef75180 100644 (file)
@@ -347,14 +347,15 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
     hi link treePartFile treeDirSlash
 
     " Fix up BufExplorer stuff.
-    hi link bufExplorerHelp String
-    hi link bufExplorerSortBy Statement
+    hi link bufExplorerHelp Include
+    hi link bufExplorerSortBy Include
     hi link bufExplorerMapping Identifier
     hi link bufExplorerTitle Statement
     hi link bufExplorerActBuf Directory
-    hi link bufExplorerAltBuf String
-    hi link bufExplorerCurBuf Type
-    hi link bufExplorerUnlBuf Comment
+    hi link bufExplorerAltBuf Type
+    hi link bufExplorerCurBuf Statement
+    hi link bufExplorerHidBuf Comment
+    hi link bufExplorerUnlBuf String
     hi link bufExplorerBufNbr Normal
 endif