Mercurial > hg > xemacs-beta
diff src/faces.c @ 4862:7ac51121843b
Modify X11 bgcolor fallback for the default face.
author | Didier Verna <didier@lrde.epita.fr> |
---|---|
date | Thu, 14 Jan 2010 21:39:09 +0100 |
parents | 91b3d00e717f |
children | 6ef8256a020a 19a72041c5ed |
line wrap: on
line diff
--- a/src/faces.c Thu Jan 14 06:08:55 2010 -0600 +++ b/src/faces.c Thu Jan 14 21:39:09 2010 +0100 @@ -2244,7 +2244,7 @@ #endif #ifdef HAVE_X_WINDOWS fg_fb = acons (list1 (Qx), build_string ("black"), fg_fb); - bg_fb = acons (list1 (Qx), build_string ("white"), bg_fb); + bg_fb = acons (list1 (Qx), build_string ("gray80"), bg_fb); #endif #ifdef HAVE_TTY fg_fb = acons (list1 (Qtty), Fvector (0, 0), fg_fb);