[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")
|
||||
try
|
||||
set t_Co=16
|
||||
let g:solarized_termtrans=1
|
||||
let g:solarized_termcolors=16
|
||||
colorscheme solarized
|
||||
catch
|
||||
endtry
|
||||
|
|
Loading…
Reference in a new issue