diff options
Diffstat (limited to 'perl-install/share/themes-blue.rc')
-rw-r--r-- | perl-install/share/themes-blue.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/share/themes-blue.rc b/perl-install/share/themes-blue.rc index 434884d5d..0c1e7d318 100644 --- a/perl-install/share/themes-blue.rc +++ b/perl-install/share/themes-blue.rc @@ -9,7 +9,7 @@ style "any" text[NORMAL] = { 1.0, 1.0, 1.0 } fg[NORMAL] = { 1.0, 1.0, 1.0 } - fg[INSENSITIVE] = { 1.0, 1.0, 1.0 } + fg[INSENSITIVE] = { 0.0, 0.0, 0.0 } text[INSENSITIVE]={ 1.0, 1.0, 1.0 } fg[ACTIVE] = { 1.0, 1.0, 1.0 } fg[PRELIGHT] = { 1.0, 1.0, 1.0 } |