From 9ddd5ab972e1c3100fef248e4633c6854998ed64 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 16 Oct 2003 15:41:54 +0000 Subject: override tex color when selected as well, it's white per default, and with the grey selected background it's ugly --- perl-install/install_gtk.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install/install_gtk.pm') diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index df607c422..57bbd4734 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -67,9 +67,11 @@ sub load_rc { Gtk2::Rc->parse_string(q( style "galaxy-default" { - bg[SELECTED] = "#CECECE" base[ACTIVE] = "#CECECE" base[SELECTED] = "#CECECE" + text[ACTIVE] = "#000000" + text[PRELIGHT] = "#000000" + text[SELECTED] = "#000000" } )); } -- cgit v1.2.1