mirror of
1
0
Fork 0

The foldcolumn should be hidden (by using the same font color as background color)

This commit is contained in:
amix 2012-08-28 15:16:08 -04:00
parent 3e5f18efd8
commit 5731b3a420
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ elseif &background=='dark'
hi WarningMsg guifg=#f08060 guibg=NONE gui=NONE
hi WildMenu guifg=#000000 guibg=#d0d090 gui=NONE
hi Folded guifg=#aaaaaa guibg=#333333 gui=NONE
hi FoldColumn guifg=#e0e0e0 guibg=#1f1f1f gui=NONE
hi FoldColumn guifg=#202020 guibg=#202020 gui=NONE
hi DiffAdd guifg=NONE guibg=#000080 gui=NONE
hi DiffChange guifg=NONE guibg=#800080 gui=NONE
hi DiffDelete guifg=#6080f0 guibg=#202020 gui=NONE