From 3c465d67e4fd34e84c0614a7e5f93af794796508 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 26 Aug 2005 13:56:40 +0000 Subject: at install time, banner text is blue --- perl-install/share/themes-galaxy.rc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'perl-install/share/themes-galaxy.rc') 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" -- cgit v1.2.1