From a21267dcd4b90b2ed12297e499b77d9202ece892 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 19 Feb 2003 12:43:29 +0000 Subject: try to choose sensible values for insensitive widgets --- perl-install/share/themes-galaxy.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/share') diff --git a/perl-install/share/themes-galaxy.rc b/perl-install/share/themes-galaxy.rc index 173c56176..f7d175503 100644 --- a/perl-install/share/themes-galaxy.rc +++ b/perl-install/share/themes-galaxy.rc @@ -28,7 +28,7 @@ style "galaxy-default" base[NORMAL] = "#ffffff" base[ACTIVE] = "#CECECE" - base[INSENSITIVE] = "#ffffff" + base[INSENSITIVE] = "#E6E7E6" base[PRELIGHT] = "#EFEFEF" base[SELECTED] = "#CECECE" @@ -36,7 +36,7 @@ style "galaxy-default" text[ACTIVE] = "#000000" text[PRELIGHT] = "#000000" text[SELECTED] = "#000000" - text[INSENSITIVE] = "#000000" + text[INSENSITIVE] = "#909090" engine "galaxy" { -- cgit v1.2.1