diff options
Diffstat (limited to 'perl-install/share/install.rc')
-rw-r--r-- | perl-install/share/install.rc | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/perl-install/share/install.rc b/perl-install/share/install.rc index aa893579d..44e808c66 100644 --- a/perl-install/share/install.rc +++ b/perl-install/share/install.rc @@ -1,22 +1,14 @@ - - -style "border" -{ - bg[NORMAL] = { 0, 0, 0 } -} - style "steps" { bg[NORMAL] = { 0, 0, 0 } fg[NORMAL] = { 1.0, 1.0, 1.0 } + font = "-adobe-helvetica-medium-r-normal-*-*-80-*-*-p-*-iso8859-1" } -style "title" +style "logo" { - bg[NORMAL] = { 0, 0.66, 1.0 } -# fg[NORMAL] = { 1.0, 1.0, 1.0 } + bg[NORMAL] = { 1.0, 1.0, 1.0 } } - -widget "*Title" style "title" -widget "*Steps" style "steps" +widget "*Steps*" style "steps" +widget "*logo*" style "logo"
\ No newline at end of file |