diff options
Diffstat (limited to 'perl-install/share/themes-blue.rc')
-rw-r--r-- | perl-install/share/themes-blue.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/share/themes-blue.rc b/perl-install/share/themes-blue.rc index ab2344f8b..a23bd6df2 100644 --- a/perl-install/share/themes-blue.rc +++ b/perl-install/share/themes-blue.rc @@ -13,6 +13,9 @@ style "any" text[INSENSITIVE]={ 1.0, 1.0, 1.0 } fg[ACTIVE] = { 1.0, 1.0, 1.0 } fg[PRELIGHT] = { 1.0, 1.0, 1.0 } + + bg[SELECTED] = { 0, 0, 1.0 } + fg[SELECTED] = { 1.0, 1.0, 0 } } style "entry" @@ -20,9 +23,6 @@ style "entry" base[NORMAL] = { 0, 1.0, 1.0 } base[ACTIVE] = { 0, 1.0, 1.0 } fg[NORMAL] = { 0.67, 0, 0.67 } - - bg[SELECTED] = { 1.0, 1.0, 1.0 } - fg[SELECTED] = { 0, 0, 1.0 } } style "button" = "any" |