diff options
Diffstat (limited to 'perl-install/share/themes-mdk.rc')
-rw-r--r-- | perl-install/share/themes-mdk.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/share/themes-mdk.rc b/perl-install/share/themes-mdk.rc index 0644fee94..cf0e54b9f 100644 --- a/perl-install/share/themes-mdk.rc +++ b/perl-install/share/themes-mdk.rc @@ -145,7 +145,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] = { 0.8, 0.8, 1.0 } |