Style xfce workspace switcher
parent
4d41055309
commit
0b8276f9b3
|
@ -500,6 +500,10 @@ widget "*gimmie*" style "bold-panel-item"
|
||||||
|
|
||||||
# XFCE Styles
|
# XFCE Styles
|
||||||
|
|
||||||
|
style "workspace-switcher" = "murrine-panel" {
|
||||||
|
bg[SELECTED] = @selected_bg_color
|
||||||
|
}
|
||||||
|
|
||||||
style "xfce-header" {
|
style "xfce-header" {
|
||||||
bg[NORMAL] = shade (0.9, @bg_color)
|
bg[NORMAL] = shade (0.9, @bg_color)
|
||||||
base[NORMAL] = shade (1.18, @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"
|
widget "*Xfce*Panel*" style "murrine-panel"
|
||||||
class "*Xfce*Panel*" style "murrine-panel"
|
class "*Xfce*Panel*" style "murrine-panel"
|
||||||
|
|
||||||
|
|
|
@ -261,6 +261,3 @@ GeditFloatingSlider .not-found {
|
||||||
/***********************
|
/***********************
|
||||||
* gnome control center *
|
* gnome control center *
|
||||||
***********************/
|
***********************/
|
||||||
CcShellItemView.view {
|
|
||||||
background-color: @theme_bg_color;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue