Georg Dahn wrote:

> Vim choses the default colors of the syntax highlighting for gVim 
> depending of the value of background. If I add the lines
> 
> set background=dark
> hi Normal guifg=#e0e0e0 guibg=#202020
> 
> I get the defaults for dark backgrounds. Unfortunately, the background 
> colors of cursorline and cursorcolumns are the same as in the light 
> default color scheme, that is Grey90. The problem with this is, that the 
> text gets unreadable. This affects all dark color schemes which don't 
> have the CursorLine and CursorColumn highlights defined. I think, a 
> better color of guibg would be Grey40 or something like that. Older 
> color schemes would work again, if the default were better.

Right, I forgot to change grey90 into something else.  I never work with
a dark background and my monitor is set at a low brightness that makes
things with a dark background look bad.  I'll assume that the grey40 you
suggest will work for most people.

-- 
Momento mori, ergo carpe diem

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://www.ICCF.nl         ///

Reply via email to