You are not logged in.

#1 2011-07-06 04:03:00

lsathler
Member
Registered: 2010-05-15
Posts: 16

[SOLVED] Problem with vim and wombat colorscheme

Hi there,

I'm having some problems with wombat colorscheme for vim. It's just working on gvim.
I read somewhere that wombat just work in gvim. Is that right ? I'm already using a 256-colors terminal (rxvt-unicode).
I looked here in the forum, but I didn't find anything about.
Just for information I downloaded it from http://www.vim.org/scripts/script.php?script_id=1778

Last edited by lsathler (2011-07-06 18:11:00)

Offline

#2 2011-07-06 09:50:00

jiyuu
Member
Registered: 2010-04-13
Posts: 63

Re: [SOLVED] Problem with vim and wombat colorscheme

It can only work on gvim. You can see that it defines color only for a gui (all those "guifg", "guibg").

For a color scheme to be used in a terminal, it has to define "ctermfg" and "ctermbg".

For more info, see ":h hi" and ":h highlight-args" in vim.

Offline

#3 2011-07-06 10:01:22

yngwin
Member
Registered: 2009-05-08
Posts: 67

Re: [SOLVED] Problem with vim and wombat colorscheme

Offline

#4 2011-07-06 18:09:42

lsathler
Member
Registered: 2010-05-15
Posts: 16

Re: [SOLVED] Problem with vim and wombat colorscheme

yngwin wrote:

Thanks for helping. It worked like a charm ! smile

Offline

Board footer

Powered by FluxBB