[vimrc] Fix solarized background transparency
This commit is contained in:
parent
8e1476e7b3
commit
3103577f63
1 changed files with 2 additions and 0 deletions
2
vimrc
2
vimrc
|
@ -277,6 +277,8 @@ else
|
||||||
if has("unix") || has("mac")
|
if has("unix") || has("mac")
|
||||||
try
|
try
|
||||||
set t_Co=16
|
set t_Co=16
|
||||||
|
let g:solarized_termtrans=1
|
||||||
|
let g:solarized_termcolors=16
|
||||||
colorscheme solarized
|
colorscheme solarized
|
||||||
catch
|
catch
|
||||||
endtry
|
endtry
|
||||||
|
|
Loading…
Reference in a new issue