diff options
Diffstat (limited to 'perl-install/share')
-rw-r--r-- | perl-install/share/themes-blackwhite.rc | 2 | ||||
-rw-r--r-- | perl-install/share/themes-blue.rc | 2 | ||||
-rw-r--r-- | perl-install/share/themes-mdk-Desktop.rc | 2 | ||||
-rw-r--r-- | perl-install/share/themes-mdk.rc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/share/themes-blackwhite.rc b/perl-install/share/themes-blackwhite.rc index b7d34987f..112d2ea42 100644 --- a/perl-install/share/themes-blackwhite.rc +++ b/perl-install/share/themes-blackwhite.rc @@ -11,7 +11,7 @@ style "any" fg[NORMAL] = { 1.0, 1.0, 1.0 } fg[ACTIVE] = { 1.0, 1.0, 1.0 } fg[PRELIGHT] = { 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 } bg[SELECTED] = { 1.0, 1.0, 1.0 } 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 } diff --git a/perl-install/share/themes-mdk-Desktop.rc b/perl-install/share/themes-mdk-Desktop.rc index 36962c563..12ecb86b5 100644 --- a/perl-install/share/themes-mdk-Desktop.rc +++ b/perl-install/share/themes-mdk-Desktop.rc @@ -145,7 +145,7 @@ style "any" text[NORMAL] = { 0, 0, 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 } 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 } |