From: Michael D. Lowis Date: Mon, 22 Sep 2014 13:20:25 +0000 (-0400) Subject: Tweaked color settings for console omni complete menu X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=ed7d561b1ca429cdb0d2fd8b6fc4f5462a490862;p=archive%2Fvim_config.git Tweaked color settings for console omni complete menu --- diff --git a/colors/cake.vim b/colors/cake.vim index d197924..79b8242 100644 --- a/colors/cake.vim +++ b/colors/cake.vim @@ -26,7 +26,7 @@ highlight StatusLine guifg=Black guibg=white highlight Statement guifg=Yellow gui=NONE highlight Type gui=NONE highlight CurBuf guifg=Cyan -highlight Pmenu guibg=blue gui=bold +highlight Pmenu guifg=White guibg=Blue gui=bold " Console highlight Normal ctermfg=LightGrey ctermbg=Black @@ -39,7 +39,7 @@ highlight StatusLine ctermfg=White ctermbg=Black highlight Statement ctermfg=Yellow cterm=NONE highlight Type cterm=NONE highlight CurBuf ctermfg=Cyan -highlight Pmenu ctermbg=blue cterm=bold +highlight Pmenu ctermfg=White ctermbg=Blue cterm=bold " only for vim 5 if has("unix")