diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc index 6a03828..bd79ad9 100644 --- a/gtk-2.0/gtkrc +++ b/gtk-2.0/gtkrc @@ -500,6 +500,10 @@ widget "*gimmie*" style "bold-panel-item" # XFCE Styles +style "workspace-switcher" = "murrine-panel" { + bg[SELECTED] = @selected_bg_color +} + style "xfce-header" { bg[NORMAL] = shade (0.9, @bg_color) base[NORMAL] = shade (1.18, @bg_color) @@ -549,6 +553,8 @@ style "xfsm-logout" { } } +widget "*WnckPager*" style "workspace-switcher" + widget "*Xfce*Panel*" style "murrine-panel" class "*Xfce*Panel*" style "murrine-panel" diff --git a/gtk-3.0/apps/gnome-applications.css b/gtk-3.0/apps/gnome-applications.css index 7a13694..5e4d2c4 100644 --- a/gtk-3.0/apps/gnome-applications.css +++ b/gtk-3.0/apps/gnome-applications.css @@ -261,6 +261,3 @@ GeditFloatingSlider .not-found { /*********************** * gnome control center * ***********************/ -CcShellItemView.view { - background-color: @theme_bg_color; -}