Fix colors of vim theme.
This commit is contained in:
parent
b7ccbd9b94
commit
4c0e302dd3
1 changed files with 4 additions and 4 deletions
|
@ -25,8 +25,8 @@ let g:colors_name="lucius"
|
||||||
|
|
||||||
" Base color
|
" Base color
|
||||||
" ----------
|
" ----------
|
||||||
hi Normal guifg=#e4e4e4 guibg=NONE
|
hi Normal guifg=#bcbcbc guibg=NONE
|
||||||
hi Normal ctermfg=254 ctermbg=NONE
|
hi Normal ctermfg=250 ctermbg=NONE
|
||||||
|
|
||||||
|
|
||||||
" Comment Group
|
" Comment Group
|
||||||
|
@ -335,8 +335,8 @@ hi TabLineSel ctermfg=254 ctermbg=233 cterm=none
|
||||||
" Visual
|
" Visual
|
||||||
" ------
|
" ------
|
||||||
" visual mode selection
|
" visual mode selection
|
||||||
hi Visual guifg=NONE guibg=#445566
|
hi Visual guifg=NONE guibg=#444444
|
||||||
hi Visual ctermfg=NONE ctermbg=60
|
hi Visual ctermfg=NONE ctermbg=238
|
||||||
" visual mode selection when vim is 'not owning the selection' (x11 only)
|
" visual mode selection when vim is 'not owning the selection' (x11 only)
|
||||||
hi VisualNOS guifg=fg gui=underline
|
hi VisualNOS guifg=fg gui=underline
|
||||||
hi VisualNOS ctermfg=fg cterm=underline
|
hi VisualNOS ctermfg=fg cterm=underline
|
||||||
|
|
Loading…
Reference in a new issue