view etc/gtkrc @ 3288:f45c9ff6f425

[xemacs-hg @ 2006-03-17 16:54:59 by james] Fix an incomplete Emacs sync. See xemacs-patches message <m3k6avjrtm.fsf@jerrypc.cs.usu.edu> and its followups.
author james
date Fri, 17 Mar 2006 16:55:00 +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"