Blob Blame History Raw
--- vim70/runtime/syntax/syncolor.vim.orig	2006-08-25 14:58:29.000000000 +0200
+++ vim70/runtime/syntax/syncolor.vim	2006-08-25 14:59:24.000000000 +0200
@@ -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=DarkRed  ctermbg=NONE gui=NONE guifg=red2 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