From 5ee4800d3a457d276a6955ab25344eabf6ee60e9 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 15 Oct 2003 17:14:41 +0000 Subject: override gtk theme selection color since we won't do inverse-video on the text when it's images --- perl-install/install_gtk.pm | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'perl-install') diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index 29c8b1ae1..3025ee395 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -62,6 +62,17 @@ sub load_rc { Gtk2::Rc->parse_string(join("\n", @contents)); } + if ($::move) { + #- override selection color since we won't do inverse-video on the text when it's images + Gtk2::Rc->parse_string(q( +style "galaxy-default" +{ + bg[SELECTED] = "#CECECE" + base[ACTIVE] = "#CECECE" + base[SELECTED] = "#CECECE" +} +)); + } } #------------------------------------------------------------------------------ -- cgit v1.2.1