Guake: Vim-atom-dark theme Not Work In Guake

Created on 16 Jun 2016  路  4Comments  路  Source: Guake/guake

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

Most helpful comment

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

All 4 comments

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

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

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

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
Was this page helpful?
0 / 5 - 0 ratings

Related issues

wada3n picture wada3n  路  3Comments

aleho picture aleho  路  5Comments

k23363 picture k23363  路  3Comments

Legionof7 picture Legionof7  路  3Comments

igorog picture igorog  路  3Comments