Guake / guake

Drop-down terminal for GNOME
https://guake.github.io
GNU General Public License v2.0
4.42k stars 574 forks source link

Vim-atom-dark theme Not Work In Guake #756

Open MohammedAl-Mahdawi opened 8 years ago

MohammedAl-Mahdawi commented 8 years ago

Dear All,

Thank you for this awesome terminal, I really appreciate your hard work.

I use Vim atom-dark-256 theme, this theme looks wonderful in the default Ubuntu 16.04 terminal but in Guake terminal, it doesn't work.

Default Ubuntu terminal selection_105

Guake terminal selection_106

Can you please tell me what should I do to make this theme work in Guake?

All the best, Mohammed

gsemet commented 8 years ago

look like transparency bugs it. You can fix the palette youself

MohammedAl-Mahdawi commented 8 years ago

@Stibbons Thank you for your help, unfortunately, it didn't work, I've disabled the transparency and tried almost all Guake built-in schemes and every time I change the color scheme the Vim colors changes as well!

It looks like Vim theme gets disabled in Guake terminal, only Vim syntax work.

anavarre commented 7 years ago

Stumbled upon this issue and I can confirm both Guake (visor) and Terminator (right) are not rendering any vim color scheme I'm testing while the default Ubuntu (left) terminal works well.

guake

maxkfranz commented 7 years ago

This solved it for me:

Put set t_Co=256 in your ~/.vimrc, e.g.

set t_Co=256
colorscheme molokai
syntax on
hi Normal ctermbg=none