From 4281692907ee4c3042a14f8b6c3ae3aa1373fc2e Mon Sep 17 00:00:00 2001 From: "Mike D. Lowis" Date: Tue, 14 Apr 2015 15:01:08 -0400 Subject: [PATCH] disable vim's console background to allow for transparent terminals --- colors/cake.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.52.0