From 0b8276f9b3c7452a306fa4468bdd225b07b5ec26 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Fri, 22 Mar 2013 19:00:56 +0530 Subject: [PATCH] Style xfce workspace switcher --- gtk-2.0/gtkrc | 6 ++++++ gtk-3.0/apps/gnome-applications.css | 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) 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; -}