diff options
-rw-r--r-- | perl-install/share/themes-galaxy.rc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/share/themes-galaxy.rc b/perl-install/share/themes-galaxy.rc index e7c7d48ef..98265daf4 100644 --- a/perl-install/share/themes-galaxy.rc +++ b/perl-install/share/themes-galaxy.rc @@ -13,6 +13,10 @@ style "step-categories" { fg[NORMAL] = "gray81" } +style "banner" +{ + fg[NORMAL] = "#21449C" +} style "background" { @@ -23,3 +27,4 @@ widget "*Steps*" style "white-on-blue" widget "*Step-categories*" style "step-categories" widget "*logo*" style "white-on-blue" widget "*background*" style "background" +widget "*Banner*" style "banner" |