diff options
Diffstat (limited to 'perl-install/share')
-rw-r--r-- | perl-install/share/install.rc | 6 | ||||
-rw-r--r-- | perl-install/share/themes-marble3d.rc | 5 |
2 files changed, 10 insertions, 1 deletions
diff --git a/perl-install/share/install.rc b/perl-install/share/install.rc index 882f093ab..520bffc89 100644 --- a/perl-install/share/install.rc +++ b/perl-install/share/install.rc @@ -46,7 +46,11 @@ style "logo" bg[NORMAL] = { 1.0, 1.0, 1.0 } } +style "stepsReachable" +{ +} + widget "*" style "default-font" widget "*Steps*" style "steps" +widget "*StepsReachable*" style "stepsReachable" widget "*logo*" style "logo" - diff --git a/perl-install/share/themes-marble3d.rc b/perl-install/share/themes-marble3d.rc index fd2b48b74..2199b2b75 100644 --- a/perl-install/share/themes-marble3d.rc +++ b/perl-install/share/themes-marble3d.rc @@ -129,6 +129,11 @@ style "steps" fg[NORMAL] = { 0.40, 0.30, 0.20 } } +style "stepsReachable" +{ + fg[NORMAL] = { 0.25, 0.15, 0.05 } +} + widget_class "GtkWindow" style "window" widget_class "*" style "any" widget_class "*GtkSpin*" style "entry" |