diff options
author | Horst3180 | 2016-05-29 23:58:23 +0200 |
---|---|---|
committer | Horst3180 | 2016-05-29 23:58:23 +0200 |
commit | 9ac60f17d9f3794f44490b3e463a2b916a1a2040 (patch) | |
tree | 2dc8449d6deed6a8c9db51eb3ee86427960cba55 /common/gtk-2.0 | |
parent | 324722a0e8f9675083af66db05f2f538c7c82b92 (diff) | |
download | solarc-theme-9ac60f17d9f3794f44490b3e463a2b916a1a2040.tar.gz solarc-theme-9ac60f17d9f3794f44490b3e463a2b916a1a2040.tar.xz solarc-theme-9ac60f17d9f3794f44490b3e463a2b916a1a2040.zip |
panel.rc: clean up
Diffstat (limited to 'common/gtk-2.0')
-rw-r--r-- | common/gtk-2.0/panel.rc | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/common/gtk-2.0/panel.rc b/common/gtk-2.0/panel.rc index 431bfea..6ca5d92 100644 --- a/common/gtk-2.0/panel.rc +++ b/common/gtk-2.0/panel.rc @@ -105,17 +105,6 @@ style "window-buttons" = "theme-panel" { bg[ACTIVE] = @selected_bg_color bg[PRELIGHT] = shade(1.1,@selected_bg_color) bg[SELECTED] = @selected_bg_color - - engine "murrine" { - reliefstyle = 0 - glazestyle = 0 - glow_shade = 1.0 - highlight_shade = 1.0 - roundness = 0 - gradient_shades = {1.0,1.0,1.0,1.0} - textstyle = 0 - contrast = 0.0 - } } style "indicator" = "theme-panel" { @@ -123,7 +112,7 @@ style "indicator" = "theme-panel" { ythickness = 0 } -widget "*tasklist*" style "panelbuttons" +widget "*tasklist*" style "window-buttons" widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons" widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" widget_class "*PanelToplevel*Button" style "panelbuttons" |