I use vim on the light background, and the blue comment color has always 
bothered me. The problem is that blue looks very much like black, and comments 
overall look too much like the main text.

Recently I switched the comment to gray, and am much more happy about the code 
look aesthetically. Also comments in the code became much more readable and 
noticeable.

Not sure if people would share my feeling about this. But maybe majority of 
users will agree?

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--- runtime/syntax/syncolor.vim	2014-03-09 14:07:15.000000000 -0700
+++ runtime/syntax/syncolor.vim	2014-03-09 14:07:35.000000000 -0700
@@ -41,7 +41,7 @@
   SynColor Underlined	term=underline cterm=underline ctermfg=LightBlue gui=underline guifg=#80a0ff
   SynColor Ignore	term=NONE cterm=NONE ctermfg=black ctermbg=NONE gui=NONE guifg=bg guibg=NONE
 else
-  SynColor Comment	term=bold cterm=NONE ctermfg=DarkBlue ctermbg=NONE gui=NONE guifg=Blue guibg=NONE
+  SynColor Comment	term=bold cterm=NONE ctermfg=Gray ctermbg=NONE gui=NONE guifg=Blue guibg=NONE
   SynColor Constant	term=underline cterm=NONE ctermfg=DarkRed ctermbg=NONE gui=NONE guifg=Magenta guibg=NONE
   SynColor Special	term=bold cterm=NONE ctermfg=DarkMagenta ctermbg=NONE gui=NONE guifg=SlateBlue guibg=NONE
   SynColor Identifier	term=underline cterm=NONE ctermfg=DarkCyan ctermbg=NONE gui=NONE guifg=DarkCyan guibg=NONE

Raspunde prin e-mail lui