view etc/gtkrc @ 3881:1b6a5c6e012d

[xemacs-hg @ 2007-03-25 17:05:51 by stephent] Fix syntax for Lisp object comparison. <874po9w8m7.fsf@uwakimon.sk.tsukuba.ac.jp>
author stephent
date Sun, 25 Mar 2007 17:05:55 +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"