view etc/gtkrc @ 3438:14fbcab7c67b

[xemacs-hg @ 2006-06-02 22:18:05 by adrian] xemacs-21.5-clean: Welcome nl.xemacs.org and Thanks! -------------------- ChangeLog entries follow: -------------------- lisp/ChangeLog addition: 2006-06-03 Adrian Aichner <adrian@xemacs.org> * package-get.el (package-get-download-sites): Welcome nl.xemacs.org and Thanks! * package-get.el (package-get-pre-release-download-sites): Ditto.
author adrian
date Fri, 02 Jun 2006 22:18:08 +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"