Style xfce workspace switcher

pull/20/head
Satyajit Sahoo 2013-03-22 19:00:56 +05:30
parent 4d41055309
commit 0b8276f9b3
2 changed files with 6 additions and 3 deletions

View File

@ -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"

View File

@ -261,6 +261,3 @@ GeditFloatingSlider .not-found {
/***********************
* gnome control center *
***********************/
CcShellItemView.view {
background-color: @theme_bg_color;
}