view etc/gtkrc @ 3186:9a0af1444f54

[xemacs-hg @ 2005-12-31 12:41:23 by michaels] 2005-12-29 Mike Sperber <mike@xemacs.org> * Makefile.in.in (top-distclean-noconfig): Don't delete site-packages xemacs-packages mule-packages site-lisp---those are supposed to stick around.
author michaels
date Sat, 31 Dec 2005 12:41:23 +0000
parents 16489ca72b3d
children 8d3d05ffbb43
line wrap: on
line source

# 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"