summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2004-12-01 07:14:19 +0000
committerFlorent Villard <warly@mandriva.com>2004-12-01 07:14:19 +0000
commit27845f69a9592f45298bd56c6646444e6cd17bf0 (patch)
tree05086d9d6820cb6bda9df267c31a575f6b9b581c
parentf2c92e730a46cd8f879596eaf93fe199d35a052e (diff)
downloaddrakx-backup-do-not-use-27845f69a9592f45298bd56c6646444e6cd17bf0.tar
drakx-backup-do-not-use-27845f69a9592f45298bd56c6646444e6cd17bf0.tar.gz
drakx-backup-do-not-use-27845f69a9592f45298bd56c6646444e6cd17bf0.tar.bz2
drakx-backup-do-not-use-27845f69a9592f45298bd56c6646444e6cd17bf0.tar.xz
drakx-backup-do-not-use-27845f69a9592f45298bd56c6646444e6cd17bf0.zip
correct the theme color for installation
-rw-r--r--perl-install/share/themes-corporate.rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/share/themes-corporate.rc b/perl-install/share/themes-corporate.rc
index bb8e02602..62a49591b 100644
--- a/perl-install/share/themes-corporate.rc
+++ b/perl-install/share/themes-corporate.rc
@@ -95,8 +95,8 @@ class "GtkNotebook" style "galaxy-thin"
style "white-on-blue"
{
- base[NORMAL] = { 0, 0.133, 0.380 }
- bg[NORMAL] = { 0, 0.133, 0.380 }
+ base[NORMAL] = { 0, 0.086, 0.235 }
+ bg[NORMAL] = { 0, 0.086, 0.235 }
text[NORMAL] = "#FFFFFF"
fg[NORMAL] = "#FFFFFF"
@@ -104,7 +104,7 @@ style "white-on-blue"
style "background"
{
- bg[NORMAL] = { 0, 0.133, 0.380 }
+ bg[NORMAL] = { 0, 0.086, 0.235 }
}
widget "*Steps*" style "white-on-blue"