Hello Hugh,

On 3/1/07, Hugh Sasse <[EMAIL PROTECTED]> wrote:
On Thu, 1 Mar 2007, Alexander Farber wrote:
> I'd like to have my Comments inverted and thus I have:
>   hi Comment    guifg=white  guibg=black

If I recall correctly, this will affect gvim, because
you have have used GUIfg and GUIbg (caps for emphasis).
What happens if you supplement these:

  hi Comment  ctermfg=white guifg=white ctermbg=black guibg=black

Then it should affect vim invoked from the command prompt, I think.
This is based on your talking about vim rather than gvim and not
discussing how you invoked it.  Sorry if this is irrelevant .

no, unfortunately this doesn't change anything.
I've had those in my ~/.vimrc originally:

syntax on
hi Cursor     term=inverse   ctermfg=black                guifg=black
guibg=green
hi Visual     term=inverse   ctermfg=yellow ctermbg=black guifg=yellow
guibg=black
hi Comment    term=inverse   ctermfg=white  ctermbg=black guifg=white
guibg=black
hi Identifier term=NONE      ctermfg=black                guifg=black
hi Constant   term=underline ctermfg=red                  guifg=red
hi Statement  term=bold      ctermfg=blue                 guifg=blue
hi PreProc    term=NONE      ctermfg=black                guifg=black
gui=underline
hi Special    term=NONE      ctermfg=red                  guifg=red
hi Type       term=bold      ctermfg=blue                 guifg=blue

but only gui* stuff mattered (when I "so ~/.vimrc")
so I have deleted the rest before posting my question here.

Regards
Alex


--
http://preferans.de

Reply via email to