Tweak vim Solarized settings
This commit is contained in:
parent
248fb11de9
commit
4a8efde9cc
1 changed files with 2 additions and 1 deletions
3
vimrc
3
vimrc
|
|
@ -134,7 +134,8 @@ set bg=dark
|
||||||
" Try to use the solarized colorscheme if the terminal can support it (or we're in a GUI)
|
" Try to use the solarized colorscheme if the terminal can support it (or we're in a GUI)
|
||||||
try
|
try
|
||||||
colorscheme solarized
|
colorscheme solarized
|
||||||
let g:solarized_termtrans = 1
|
let g:solarized_termtrans = 0
|
||||||
|
let g:solarized_contrast = 'normal'
|
||||||
let g:solarized_visibility = 'low'
|
let g:solarized_visibility = 'low'
|
||||||
endtry
|
endtry
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue