view etc/gtkrc @ 3143:8273ffbc92cd

[xemacs-hg @ 2005-12-17 21:04:15 by aidan] standard-syntax-table, standard-category-table are not in Lisp
author aidan
date Sat, 17 Dec 2005 21:04:16 +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"