diff options
author | raveit65 <[email protected]> | 2014-12-21 00:08:25 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-12-21 00:17:26 +0100 |
commit | 4f674b7a07b4313d5a995cd2e2d98d5d3af18c70 (patch) | |
tree | b6924ff7348e0c45d00670f350c599c1605b8c8d /desktop-themes | |
parent | 30b51e0f558d00ccc05aea3eb3ff51a9d3ce6ea9 (diff) | |
download | mate-themes-4f674b7a07b4313d5a995cd2e2d98d5d3af18c70.tar.bz2 mate-themes-4f674b7a07b4313d5a995cd2e2d98d5d3af18c70.tar.xz |
Menta + Traditional themes GTK2: prelight wnckpager applet
Diffstat (limited to 'desktop-themes')
5 files changed, 35 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-2.0/widgets/panel.rc b/desktop-themes/BlueMenta/gtk-2.0/widgets/panel.rc index 0b6e6df2..873880ee 100644 --- a/desktop-themes/BlueMenta/gtk-2.0/widgets/panel.rc +++ b/desktop-themes/BlueMenta/gtk-2.0/widgets/panel.rc @@ -134,6 +134,12 @@ style "theme-panel-handle" } } +style "workspace-switcher" +{ + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[PRELIGHT] = shade (1.2, @selected_bg_color) +} + widget "*PanelWidget*" style "theme-panel" #widget "*PanelApplet*" style "theme-panel" widget "*fast-user-switch*" style "theme-panel" @@ -154,6 +160,7 @@ widget_class "*tray*" style "theme-panel" widget_class "*computertemp*" style "theme-panel" widget_class "*Applet*Tomboy*" style "theme-panel" widget_class "*Applet*Netstatus*" style "theme-panel" +widget "*WnckPager*" style "workspace-switcher" # Fixes for tooltip text in some apps. widget_class "*Notif*Beagle*" style "theme-panel-light" diff --git a/desktop-themes/Menta/gtk-2.0/widgets/panel.rc b/desktop-themes/Menta/gtk-2.0/widgets/panel.rc index 6a08d9e7..fe75b768 100644 --- a/desktop-themes/Menta/gtk-2.0/widgets/panel.rc +++ b/desktop-themes/Menta/gtk-2.0/widgets/panel.rc @@ -124,6 +124,12 @@ style "theme-panel-handle" } } +style "workspace-switcher" +{ + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[PRELIGHT] = shade (1.2, @selected_bg_color) +} + widget "*PanelWidget*" style "theme-panel" #widget "*PanelApplet*" style "theme-panel" widget "*fast-user-switch*" style "theme-panel" @@ -143,6 +149,7 @@ widget_class "*tray*" style "theme-panel" widget_class "*computertemp*" style "theme-panel" widget_class "*Applet*Tomboy*" style "theme-panel" widget_class "*Applet*Netstatus*" style "theme-panel" +widget "*WnckPager*" style "workspace-switcher" # Fixes for tooltip text in some apps. widget_class "*Notif*Beagle*" style "theme-panel-light" diff --git a/desktop-themes/TraditionalGreen/gtk-2.0/applications.rc b/desktop-themes/TraditionalGreen/gtk-2.0/applications.rc index 0aa553ec..9fe5260a 100644 --- a/desktop-themes/TraditionalGreen/gtk-2.0/applications.rc +++ b/desktop-themes/TraditionalGreen/gtk-2.0/applications.rc @@ -1,3 +1,10 @@ +{ + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[PRELIGHT] = shade (1.0, @selected_bg_color) +} + +widget "*WnckPager*" style "workspace-switcher" + # Workaround for the evolution ETable (bug #527532) widget_class "*.<ETable>.<ECanvas>" style "treeview_header" # Workaround for the evolution ETree diff --git a/desktop-themes/TraditionalOk/gtk-2.0/applications.rc b/desktop-themes/TraditionalOk/gtk-2.0/applications.rc index 121876d7..bbf4d67d 100644 --- a/desktop-themes/TraditionalOk/gtk-2.0/applications.rc +++ b/desktop-themes/TraditionalOk/gtk-2.0/applications.rc @@ -1,3 +1,10 @@ +{ + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[PRELIGHT] = shade (1.0, @selected_bg_color) +} + +widget "*WnckPager*" style "workspace-switcher" + # Workaround for the evolution ETable (bug #527532) widget_class "*.<ETable>.<ECanvas>" style "treeview_header" # Workaround for the evolution ETree diff --git a/desktop-themes/TraditionalOkTest/gtk-2.0/applications.rc b/desktop-themes/TraditionalOkTest/gtk-2.0/applications.rc index f71fa7ff..39b6e77d 100644 --- a/desktop-themes/TraditionalOkTest/gtk-2.0/applications.rc +++ b/desktop-themes/TraditionalOkTest/gtk-2.0/applications.rc @@ -1,3 +1,10 @@ +{ + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[PRELIGHT] = shade (1.0, @selected_bg_color) +} + +widget "*WnckPager*" style "workspace-switcher" + # Workaround for the evolution ETable (bug #527532) widget_class "*.<ETable>.<ECanvas>" style "treeview_header" # Workaround for the evolution ETree |