From 2f02467a633bd95088d050698766230d86bfcbf2 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 12 Sep 2003 13:18:12 +0000 Subject: fix progressbar color (should be blue) --- perl-install/share/themes-galaxy.rc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (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 fa56d50cc..1b46c22ea 100644 --- a/perl-install/share/themes-galaxy.rc +++ b/perl-install/share/themes-galaxy.rc @@ -43,7 +43,6 @@ style "galaxy-default" } } - style "galaxy-button" = "galaxy-default" { xthickness = 4 @@ -56,12 +55,17 @@ style "galaxy-thin" = "galaxy-default" ythickness = 1 } - style "galaxy-menu" = "galaxy-default" { fg[PRELIGHT] = "#ffffff" } +style "galaxy-progressbar" +{ + fg[PRELIGHT] = "#ffffff" + base[SELECTED] = "#2145AC" +} + style "galaxy-tasklist" = "galaxy-default" { xthickness = 2 @@ -76,7 +80,7 @@ class "EComboButton" style "galaxy-thin" widget_class "*.EShortcutsView.GtkButton" style "galaxy-thin" widget_class "*Tree*GtkButton" style "galaxy-thin" widget_class "*List*GtkButton" style "galaxy-thin" -class "GtkProgressBar" style "galaxy-menu" +class "GtkProgressBar" style "galaxy-progressbar" class "GtkMenuItem" style "galaxy-menu" widget_class "*.GtkMenuItem.*" style "galaxy-menu" widget_class "*.GtkAccelMenuItem.*" style "galaxy-menu" -- cgit v1.2.1