diff options
Diffstat (limited to 'perl-install/share/install.rc')
-rw-r--r-- | perl-install/share/install.rc | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/perl-install/share/install.rc b/perl-install/share/install.rc index 44e808c66..d02ae6105 100644 --- a/perl-install/share/install.rc +++ b/perl-install/share/install.rc @@ -8,7 +8,27 @@ style "steps" style "logo" { bg[NORMAL] = { 1.0, 1.0, 1.0 } + fg[NORMAL] = { 1.0, 1.0, 1.0 } + text[NORMAL] = { 1.0, 1.0, 1.0 } + fg[ACTIVE] = { 1.0, 1.0, 1.0 } + text[ACTIVE] = { 1.0, 1.0, 1.0 } + fg[PRELIGHT] = { 1.0, 1.0, 1.0 } + text[PRELIGHT] = { 1.0, 1.0, 1.0 } + fg[SELECTED] = { 1.0, 1.0, 1.0 } + text[SELECTED] = { 1.0, 1.0, 1.0 } + fg[INSENSITIVE] = { 1.0, 1.0, 1.0 } + text[INSENSITIVE] = { 1.0, 1.0, 1.0 } + bg[NORMAL] = { 1.0, 1.0, 1.0 } + base[NORMAL] = { 1.0, 1.0, 1.0 } + bg[ACTIVE] = { 1.0, 1.0, 1.0 } + base[ACTIVE] = { 1.0, 1.0, 1.0 } + bg[PRELIGHT] = { 1.0, 1.0, 1.0 } + base[PRELIGHT] = { 1.0, 1.0, 1.0 } + bg[SELECTED] = { 1.0, 1.0, 1.0 } + base[SELECTED] = { 1.0, 1.0, 1.0 } + bg[INSENSITIVE] = { 1.0, 1.0, 1.0 } + base[INSENSITIVE] = { 1.0, 1.0, 1.0 } } widget "*Steps*" style "steps" -widget "*logo*" style "logo"
\ No newline at end of file +widget "*logo*" style "logo" |