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 020b6389c..ca1033977 100644 --- a/perl-install/share/themes-mdk.rc +++ b/perl-install/share/themes-mdk.rc @@ -148,7 +148,7 @@ style "any" fg[INSENSITIVE] = { 1.0, 1.0, 1.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 } + fg[PRELIGHT] = { 0.8, 0.8, 1.0 } bg[SELECTED] = { 1.0, 1.0, 1.0 } fg[SELECTED] = { 0.2, 0.2, 0.4 } |