altercation / vim-colors-solarized

precision colorscheme for the vim text editor
http://ethanschoonover.com/solarized
6.59k stars 1.76k forks source link

how can i disable transparency totally #156

Open jizusun opened 8 years ago

jizusun commented 8 years ago

I'm using Ubuntu 15.04 + Byobu + Gnome Terminal

I've set transparency for my terminal profile, but how can I disable the transparency for vim color scheme?

My .vimrc is here: https://github.com/smilingsun/dotfiles/blob/master/.vimrc

For solarized:

selection_092

But for Monakai, it's ok: selection_094

I love solarized much better than other, so I really want to achieve this.

nelsyeung commented 8 years ago

Have you tried turning off let g:solarized_termtrans=0?