On Mar 13, 5:19 pm, [EMAIL PROTECTED] (andrey mirtchovski) wrote:
> so, is the color scheme fixed? can we get something resembling gvim's
> "delek" color scheme (black letters on white background, light grey
> selections)? that would make vim stand out against everything else
> much less.

The colors and background=dark are hardcoded at the moment.  Since all
graphics is being done inside Vim, I might hook :set background=light
to change the background color to white and foreground to black.

To tweak the source, look at src/os_plan9.c:init_colors.  Try:
cterm_normal_bg_color = 16;
cterm_normal_fg_color = 1;

Note that loading color schemes with :colo appears to crash (reported
by fgb).  I am fixing that right now.

Stefan

Reply via email to