This commit was manufactured by cvs2svn to create branch 'chise-r21-4-18'.
[chise/xemacs-chise.git-] / etc / gtkrc
diff --git a/etc/gtkrc b/etc/gtkrc
new file mode 100644 (file)
index 0000000..a860cf9
--- /dev/null
+++ b/etc/gtkrc
@@ -0,0 +1,9 @@
+# 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"