Some solarized color scheme settings for Vim
This commit is contained in:
parent
700dba30b6
commit
e85fa6f091
1 changed files with 3 additions and 1 deletions
4
vimrc
4
vimrc
|
|
@ -104,7 +104,9 @@ if &t_Co > 2 || has('gui_running')
|
||||||
syntax on " turn on syntax highlighting
|
syntax on " turn on syntax highlighting
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" use a colorscheme if the terminal can support it (or we're in a GUI)
|
" use solarized colorscheme if the terminal can support it (or we're in a GUI)
|
||||||
|
let g:solarized_termtrans=1
|
||||||
|
let g:solarized_visibility='low'
|
||||||
if has('gui_running')
|
if has('gui_running')
|
||||||
set bg=light
|
set bg=light
|
||||||
colorscheme solarized
|
colorscheme solarized
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue