(U+5E2C): Unify S1-7388 and S2-7387; add `<-formed' for U+88D9.
[chise/xemacs-chise.git-] / etc / gtkrc
1 # Force the window background to be the same as the default face background:
2 # white.
3
4 style "default_background"
5 {
6         bg[NORMAL] = { 1.0, 1.0, 1.0 }
7 }
8
9 class "GtkXEmacs" style "default_background"