From: Julien Moutinho Date: Tue, 14 Oct 2014 15:34:17 +0000 (+0200) Subject: Modification : vim : couleur du menu de sélection. X-Git-Url: http://git.cyclocoop.org/?p=tool%2Fhledger.git;a=commitdiff_plain;h=2be0d5a7b5986325ccd9c63813d30e3cdf63feca Modification : vim : couleur du menu de sélection. --- diff --git a/vim/config/julm.vim b/vim/config/julm.vim index ea26b40..7354e98 100644 --- a/vim/config/julm.vim +++ b/vim/config/julm.vim @@ -9,8 +9,8 @@ function! GetFoldExprFromIndent() hi FoldColumn ctermfg=black ctermbg=none cterm=bold hi Folded ctermfg=black ctermbg=none cterm=bold hi LineNr ctermfg=black ctermbg=none cterm=bold -hi Pmenu cterm=none ctermfg=white ctermbg=blue guibg=blue -hi PmenuSel cterm=bold ctermfg=white ctermbg=red guibg=red +hi Pmenu cterm=none ctermfg=white ctermbg=blue guibg=gray +hi PmenuSel cterm=bold ctermfg=white ctermbg=red guibg=pink hi Search ctermbg=yellow hi SpecialKey ctermfg=black cterm=bold hi StatusLine term=bold,reverse ctermfg=grey ctermbg=blue cterm=none