summaryrefslogtreecommitdiffstats
path: root/perl-install/share/install.rc
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/share/install.rc')
-rw-r--r--perl-install/share/install.rc23
1 files changed, 11 insertions, 12 deletions
diff --git a/perl-install/share/install.rc b/perl-install/share/install.rc
index aa893579d..b86a22c29 100644
--- a/perl-install/share/install.rc
+++ b/perl-install/share/install.rc
@@ -1,22 +1,21 @@
-
-
-style "border"
+style "default-font"
{
- bg[NORMAL] = { 0, 0, 0 }
+ fontset = "-*-*-medium-r-normal-*-12-*-*-*-*-*-iso8859-15"
}
-style "steps"
+style "small-font"
{
- bg[NORMAL] = { 0, 0, 0 }
- fg[NORMAL] = { 1.0, 1.0, 1.0 }
+ fontset = "-*-*-medium-r-normal-*-8-*-*-*-*-*-iso8859-15"
}
-style "title"
+style "logo" = "background"
{
- bg[NORMAL] = { 0, 0.66, 1.0 }
-# fg[NORMAL] = { 1.0, 1.0, 1.0 }
+ # no background image
+ engine "pixmap" { image { function = FLAT_BOX } }
}
+widget "*" style "default-font"
+widget "Steps" style "steps"
+widget "*Steps*" style "small-font"
+widget "*logo*" style "logo"
-widget "*Title" style "title"
-widget "*Steps" style "steps"