From c056917840ec40a483d5bd3a5c69172e69516e59 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 19 Sep 2008 15:40:43 +0000 Subject: move ressources file so that it's availlable to standalone tools too --- perl-install/install/share/themes-galaxy.rc | 40 ------------------ perl-install/share/themes-galaxy.rc | 63 +++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+), 40 deletions(-) delete mode 100644 perl-install/install/share/themes-galaxy.rc create mode 100644 perl-install/share/themes-galaxy.rc diff --git a/perl-install/install/share/themes-galaxy.rc b/perl-install/install/share/themes-galaxy.rc deleted file mode 100644 index 346b27f5b..000000000 --- a/perl-install/install/share/themes-galaxy.rc +++ /dev/null @@ -1,40 +0,0 @@ -gtk-button-images=0 - -style "white-on-blue" -{ - base[NORMAL] = { 0.28, 0.38, 0.66 } - bg[NORMAL] = "#548EE6" - - text[NORMAL] = "#FFFFFF" - fg[NORMAL] = "#FFFFFF" -} - -style "step-categories" -{ - fg[NORMAL] = "#2A5EBA" -} -style "banner" -{ - fg[NORMAL] = "#5A8AD6" - fg[ACTIVE] = "#5A8AD6" - fg[PRELIGHT] = "#5A8AD6" -} - -style "background" -{ - bg[NORMAL] = "#FFFFFF" -} - -style "Left_background" -{ - bg[NORMAL] = "#2859B5" - base[NORMAL] = "#2859B5" - fg[NORMAL] = "#FFD200" -} - -widget "*Steps*" style "white-on-blue" -widget "*Step-categories*" style "step-categories" -widget "*Left_background*" style "Left_background" -widget "*logo*" style "white-on-blue" -widget "*background*" style "background" -widget "*Banner*" style "banner" diff --git a/perl-install/share/themes-galaxy.rc b/perl-install/share/themes-galaxy.rc new file mode 100644 index 000000000..1f7512caa --- /dev/null +++ b/perl-install/share/themes-galaxy.rc @@ -0,0 +1,63 @@ +gtk-button-images=0 + +style "white-on-blue" +{ + base[NORMAL] = { 0.28, 0.38, 0.66 } + bg[NORMAL] = "#548EE6" + + text[NORMAL] = "#FFFFFF" + fg[NORMAL] = "#FFFFFF" +} + +style "step-categories" +{ + fg[NORMAL] = "#2A5EBA" +} +style "banner" +{ + fg[NORMAL] = "#5A8AD6" + bg[NORMAL] = "#FFD200" + fg[ACTIVE] = "#5A8AD6" + fg[PRELIGHT] = "#5A8AD6" +} + +style "background" +{ + bg[NORMAL] = "#FFFFFF" +} + +style "Left_background" +{ + bg[NORMAL] = "#2859B5" + base[NORMAL] = "#2859B5" + fg[NORMAL] = "#FFD200" +} + +style "show_images" +{ + GtkWidget::gtk-button-images=0 +} + +class "GtkRadioButton" style "show_images" + + +widget "*Steps*" style "white-on-blue" +widget "*Step-categories*" style "step-categories" +widget "*Left_background*" style "Left_background" +widget "*logo*" style "white-on-blue" +widget "*background*" style "background" +widget "*Banner*" style "banner" + + +style "pbar" +{ + GtkProgressBar::min-vertical-bar-heigh=3 + GtkProgressBar::min-horizontal-bar-heigh=3 + GtkWidget::min-vertical-bar-heigh=3 + GtkWidget::min-horizontal-bar-heigh=3 +} + +class "GtkProgressBar" style "pbar" + + + -- cgit v1.2.1