Improve colors in normal vi [Fix #216]
This commit is contained in:
parent
695a4a0d87
commit
aed00bb274
@ -1,3 +1,8 @@
|
|||||||
|
if !has("gui_macvim")
|
||||||
|
set t_Co=256
|
||||||
|
let g:solarized_termcolors=256
|
||||||
|
endif
|
||||||
|
|
||||||
hi! link txtBold Identifier
|
hi! link txtBold Identifier
|
||||||
hi! link zshVariableDef Identifier
|
hi! link zshVariableDef Identifier
|
||||||
hi! link zshFunction Function
|
hi! link zshFunction Function
|
||||||
@ -38,13 +43,16 @@ hi! link NERDTreeDir Identifier
|
|||||||
" they are now just differently saturated and
|
" they are now just differently saturated and
|
||||||
" valued riffs on the background color, making
|
" valued riffs on the background color, making
|
||||||
" everything play together just a little more nicely.
|
" everything play together just a little more nicely.
|
||||||
hi! VertSplit guifg=#003745 gui=bold
|
hi! VertSplit guifg=#003745 cterm=NONE term=NONE ctermfg=NONE ctermbg=NONE
|
||||||
hi! LineNR guifg=#004C60 gui=bold guibg=#002B36
|
hi! LineNR guifg=#004C60 gui=bold guibg=#002B36 ctermfg=146
|
||||||
hi! link NonText VertSplit
|
hi! link NonText VertSplit
|
||||||
hi! Normal guifg=#77A5B1
|
hi! Normal guifg=#77A5B1
|
||||||
hi! Constant guifg=#00BCE0
|
hi! Constant guifg=#00BCE0
|
||||||
hi! Comment guifg=#52737B
|
hi! Comment guifg=#52737B
|
||||||
hi! link htmlLink Include
|
hi! link htmlLink Include
|
||||||
|
hi! CursorLine cterm=NONE gui=NONE
|
||||||
|
hi! Visual ctermbg=233
|
||||||
|
|
||||||
|
|
||||||
" Enforce the colors set here
|
" Enforce the colors set here
|
||||||
au VimEnter * so ~/.vim/plugin/settings/solarized.vim
|
au VimEnter * so ~/.vim/plugin/settings/solarized.vim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user