From ad4435dad0f9386e9351d6f984693e245fa76485 Mon Sep 17 00:00:00 2001 From: Christophe Buffenoir Date: Mon, 14 Oct 2013 11:27:00 +0200 Subject: [PATCH] Remove default background for vim. --- common/.vim/colors/distinguished.vim | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/common/.vim/colors/distinguished.vim b/common/.vim/colors/distinguished.vim index 06d909f..29bf3a5 100644 --- a/common/.vim/colors/distinguished.vim +++ b/common/.vim/colors/distinguished.vim @@ -37,7 +37,7 @@ " | Highlight group | CTFG | CTBG | CTAttributes | || | GUIFG | GUIBG | GUIAttributes | " |--------------------------------|-------|-------|-----------------| || |---------|----------|-----------------| call s:ColorDictParser({ - \ 'Normal' : [ 231, 16, '', 'ffffff', '000000', ''] + \ 'Normal' : [ 231, '', '', 'ffffff', '', ''] \ , 'Visual' : [ 240, 253, '', '585858', 'dadada', ''] \ \ , 'Cursor' : [ '', '', '', 'ffffff', 'dd4010', ''] @@ -67,10 +67,10 @@ call s:ColorDictParser({ \ , 'WarningMsg' : [ 202, '', 'bold', 'ff5f00', '', 'bold'] \ , 'ErrorMsg' : [ 196, '', 'bold', 'ff0000', '', 'bold'] \ - \ , 'Comment' : [ 243, 233, '', '767676', '121212', ''] - \ , 'vimCommentTitleLeader' : [ 250, 233, '', 'bcbcbc', '121212', ''] - \ , 'vimCommentTitle' : [ 250, 233, '', 'bcbcbc', '121212', ''] - \ , 'vimCommentString' : [ 245, 233, '', '8a8a8a', '121212', ''] + \ , 'Comment' : [ 243, '', '', '767676', '', ''] + \ , 'vimCommentTitleLeader' : [ 250, '', '', 'bcbcbc', '', ''] + \ , 'vimCommentTitle' : [ 250, '', '', 'bcbcbc', '', ''] + \ , 'vimCommentString' : [ 245, '', '', '8a8a8a', '', ''] \ \ , 'TabLine' : [ 231, 238, '', 'ffffff', '444444', ''] \ , 'TabLineSel' : [ 255, '', 'bold', 'eeeeee', '', 'bold']