Mercurial > hg > xemacs-beta
diff etc/gtkrc @ 2082:16489ca72b3d
[xemacs-hg @ 2004-05-15 07:43:05 by malcolmp]
Improvements to the rendering of GTK glyph backgrounds.
author | malcolmp |
---|---|
date | Sat, 15 May 2004 07:43:09 +0000 |
parents | |
children | 8d3d05ffbb43 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/etc/gtkrc Sat May 15 07:43:09 2004 +0000 @@ -0,0 +1,9 @@ +# Force the window background to be the same as the default face background: +# white. + +style "default_background" +{ + bg[NORMAL] = { 1.0, 1.0, 1.0 } +} + +class "GtkXEmacs" style "default_background"