From 27845f69a9592f45298bd56c6646444e6cd17bf0 Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Wed, 1 Dec 2004 07:14:19 +0000 Subject: correct the theme color for installation --- perl-install/share/themes-corporate.rc | 6 +++--- 1 file 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" -- cgit v1.2.1