From: Mike D. Lowis Date: Tue, 14 Apr 2015 19:01:08 +0000 (-0400) Subject: disable vim's console background to allow for transparent terminals X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=4281692907ee4c3042a14f8b6c3ae3aa1373fc2e;p=archive%2Fvim_config.git disable vim's console background to allow for transparent terminals --- diff --git a/colors/cake.vim b/colors/cake.vim index 79b8242..8962743 100644 --- a/colors/cake.vim +++ b/colors/cake.vim @@ -29,7 +29,7 @@ highlight CurBuf guifg=Cyan highlight Pmenu guifg=White guibg=Blue gui=bold " Console -highlight Normal ctermfg=LightGrey ctermbg=Black +highlight Normal ctermfg=LightGrey highlight Search ctermfg=Black ctermbg=Red cterm=NONE highlight Visual cterm=reverse highlight Cursor ctermfg=Black ctermbg=Green cterm=bold