Hi!

If it has worked inin Vim 6.x, I suppose that you don't apply a
color scheme after these lines. I suggest to set the background
before these lines manually, that is, add

set background=light

before these Lines. You might set the highlighting for Normal:

hi Normal guibg=#ffffff guifg=#000000

as an example. If my assumption, that you don't apply a color scheme
after these lines, this should help.

Best wishes,
Georg



Antun Karlovac wrote:
I just upgraded from GVIM 6.3 to GVIM 7, and my highlight colors no longer work. I'm on Windows.

In my _vimrc file I had the following settings:

highlight Comment    guifg=#5F5F5F
highlight Constant    guifg=#4444AA
highlight Type     gui=NONE guifg=#990011
highlight Search     guibg=#FFFFAA

These colors are ignored altogether. If I run the above lines manually in command mode, the colors are set.

My original _vimrc file is still getting sourced correctly (other commands are still being read).

Is there something that I need to run to apply the above colors?

Thanks and take care,

Antun

Send instant messages to your online friends http://uk.messenger.yahoo.com

Reply via email to