view etc/gtkrc @ 4132:ebc64fb494fe

[xemacs-hg @ 2007-08-20 22:29:29 by adrian] xemacs-21.5-clean: Update download sites in Japan -------------------- ChangeLog entries follow: -------------------- lisp/ChangeLog addition: 2007-08-21 Adrian Aichner <adrian@xemacs.org> * package-get.el (package-get-download-sites): Update download sites in Japan. * package-get.el (package-get-pre-release-download-sites): Ditto.
author adrian
date Mon, 20 Aug 2007 22:29:29 +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"