X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.vim%2Fcolors%2Fiain.vim;h=d23932e900a531d1a60138f9741dbf45bfc53c7b;hb=909140c72cfb9c66bcb4189b975f2ccb18c11384;hp=320ade5232bdbfbd461c980ecc31bb80d5755a04;hpb=d6baabb1ccd5d49336ae412d1416683e43b4f472;p=profile.git diff --git a/.vim/colors/iain.vim b/.vim/colors/iain.vim index 320ade5..d23932e 100644 --- a/.vim/colors/iain.vim +++ b/.vim/colors/iain.vim @@ -260,12 +260,14 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("Folded", "#808080", "#303030", "") call X("FoldColumn", "#808080", "#303030", "") call X("LineNr", "#90f020", "#303030", "") + call X("CursorLineNr", "#303030", "#90f020", "none") call X("DiffAdd", "", "#008bff", "") call X("DiffChange", "", "#8b008b", "") call X("DiffDelete", "#008b8b", "#303030", "") call X("DiffText", "#ffffff", "#ff0000", "none") call X("Cursor", "#000000", "#00ff00", "") call X("CursorLine", "", "#2e2e2e", "none") + call X("ColorColumn", "", "#2e2e2e", "none") call X("lCursor", "#000000", "#ffffff", "") "call X("Comment", "#80a0ff", "", "") "call X("Constant", "#ffa0a0", "", "") @@ -275,6 +277,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 "call X("PreProc", "#ff80ff", "", "none") "call X("Type", "#60ff60", "", "none") call X("Ignore", "#ffffff", "", "") + call X("TabLineFill", "#303030", "#90f020", "") " My stuff. hi def Normal guifg=#c0c0c0 guibg=#000020 @@ -295,7 +298,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 hi! link TabLineSel StatusLine hi! link TabLine StatusLineNC - hi! link CursorColumn CursorLine + hi clear CursorLine hi MatchParen ctermbg=blue @@ -336,6 +339,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("MarkLine", "", "#303030", "") call X("MarkDot", "red", "#303030", "") call X("MarkSign", "lightblue", "#303030", "") + call X("MarkArrow", "#00ff00", "#303030", "") hi! link SignColumn LineNr " Fix up NERDTree stuff. @@ -347,14 +351,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