diff options
Diffstat (limited to 'perl-install/share/themes-blackwhite.rc')
-rw-r--r-- | perl-install/share/themes-blackwhite.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/share/themes-blackwhite.rc b/perl-install/share/themes-blackwhite.rc index 8635192fe..f0d87e3c4 100644 --- a/perl-install/share/themes-blackwhite.rc +++ b/perl-install/share/themes-blackwhite.rc @@ -14,7 +14,11 @@ style "any" style "entry" { base[NORMAL] = { 1.0, 1.0, 1.0 } + base[ACTIVE] = { 1.0, 1.0, 1.0 } fg[NORMAL] = { 0.67, 0.67, 0.67 } + + bg[SELECTED] = { 0.67, 0.67, 0.67 } + fg[SELECTED] = { 1.0, 1.0, 1.0 } } style "button" |