[vimrc] Fix solarized background transparency

This commit is contained in:
lhark 2018-07-10 15:36:25 -04:00
parent 8e1476e7b3
commit 3103577f63

2
vimrc
View file

@ -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