Open jizusun opened 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:
But for Monakai, it's ok:
I love solarized much better than other, so I really want to achieve this.
Have you tried turning off let g:solarized_termtrans=0?
let g:solarized_termtrans=0
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:
But for Monakai, it's ok:
I love solarized much better than other, so I really want to achieve this.