diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/share/themes-galaxy.rc | 10 |
1 files changed, 7 insertions, 3 deletions
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" |