Deprecate murrine
This commit is contained in:
parent
4b4e22e220
commit
0f6c83755c
5 changed files with 0 additions and 70 deletions
|
@ -962,12 +962,9 @@ style "menu_item" {
|
||||||
}
|
}
|
||||||
|
|
||||||
style "button" {
|
style "button" {
|
||||||
|
|
||||||
xthickness = 4
|
xthickness = 4
|
||||||
ythickness = 4
|
ythickness = 4
|
||||||
|
|
||||||
engine "murrine" { textstyle = 0 }
|
|
||||||
|
|
||||||
engine "pixmap" {
|
engine "pixmap" {
|
||||||
|
|
||||||
image {
|
image {
|
||||||
|
@ -1047,8 +1044,6 @@ style "button_label" {
|
||||||
fg[INSENSITIVE] = @insensitive_button_fg_color
|
fg[INSENSITIVE] = @insensitive_button_fg_color
|
||||||
fg[ACTIVE] = @fg_color
|
fg[ACTIVE] = @fg_color
|
||||||
|
|
||||||
engine "murrine" { textstyle = 0 }
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
style "checkbutton" {
|
style "checkbutton" {
|
||||||
|
@ -2341,15 +2336,6 @@ style "xfwm-tabwin" {
|
||||||
bg[SELECTED] = @bg_color
|
bg[SELECTED] = @bg_color
|
||||||
|
|
||||||
fg[NORMAL] = @fg_color
|
fg[NORMAL] = @fg_color
|
||||||
|
|
||||||
engine "murrine" {
|
|
||||||
contrast = 0.7
|
|
||||||
glazestyle = 0
|
|
||||||
glowstyle = 0
|
|
||||||
highlight_shade = 1.0
|
|
||||||
gradient_shades = {1.0,1.0,1.0,1.0}
|
|
||||||
border_shades = { 0.8, 0.8 }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
style "xfwm-tabwin-button" {
|
style "xfwm-tabwin-button" {
|
||||||
|
@ -2367,12 +2353,6 @@ style "chrome_menu_item" {
|
||||||
# Text Style
|
# Text Style
|
||||||
style "text" = "default" {
|
style "text" = "default" {
|
||||||
fg[NORMAL] = @fg_color # FIXME: VMWare needs this?
|
fg[NORMAL] = @fg_color # FIXME: VMWare needs this?
|
||||||
|
|
||||||
engine "murrine" { textstyle = 0 }
|
|
||||||
}
|
|
||||||
|
|
||||||
style "menu_text" = "menu_item" {
|
|
||||||
engine "murrine" { textstyle = 0 }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
style "null" {
|
style "null" {
|
||||||
|
|
|
@ -89,7 +89,6 @@ style "regular-label" {
|
||||||
}
|
}
|
||||||
|
|
||||||
style "theme-panel-text" {
|
style "theme-panel-text" {
|
||||||
|
|
||||||
fg[NORMAL] = shade(1.0, @tooltip_fg_color)
|
fg[NORMAL] = shade(1.0, @tooltip_fg_color)
|
||||||
fg[PRELIGHT] = @tooltip_fg_color
|
fg[PRELIGHT] = @tooltip_fg_color
|
||||||
fg[ACTIVE] = shade(1.0, @tooltip_fg_color)
|
fg[ACTIVE] = shade(1.0, @tooltip_fg_color)
|
||||||
|
@ -97,15 +96,9 @@ style "theme-panel-text" {
|
||||||
text[NORMAL] = shade(1.0, @tooltip_fg_color)
|
text[NORMAL] = shade(1.0, @tooltip_fg_color)
|
||||||
text[PRELIGHT] = @tooltip_fg_color
|
text[PRELIGHT] = @tooltip_fg_color
|
||||||
text[ACTIVE] = shade(1.0, @tooltip_fg_color)
|
text[ACTIVE] = shade(1.0, @tooltip_fg_color)
|
||||||
|
|
||||||
engine "murrine" {
|
|
||||||
textstyle = 0
|
|
||||||
text_shade = 0.2
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
style "panel-entry" {
|
style "panel-entry" {
|
||||||
|
|
||||||
fg[NORMAL] = @text_color
|
fg[NORMAL] = @text_color
|
||||||
fg[PRELIGHT] = @text_color
|
fg[PRELIGHT] = @text_color
|
||||||
fg[ACTIVE] = @text_color
|
fg[ACTIVE] = @text_color
|
||||||
|
@ -117,7 +110,6 @@ style "panel-entry" {
|
||||||
text[ACTIVE] = @text_color
|
text[ACTIVE] = @text_color
|
||||||
text[SELECTED] = @text_color
|
text[SELECTED] = @text_color
|
||||||
text[INSENSITIVE] = @text_color
|
text[INSENSITIVE] = @text_color
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
style "theme-main-menu-text" = "theme-panel-text" {
|
style "theme-main-menu-text" = "theme-panel-text" {
|
||||||
|
|
|
@ -18,13 +18,6 @@ style "notify-button" {
|
||||||
fg[NORMAL] = @tooltip_fg_color
|
fg[NORMAL] = @tooltip_fg_color
|
||||||
fg[PRELIGHT] = shade(1.1, @tooltip_fg_color)
|
fg[PRELIGHT] = shade(1.1, @tooltip_fg_color)
|
||||||
fg[ACTIVE] = @selected_fg_color
|
fg[ACTIVE] = @selected_fg_color
|
||||||
|
|
||||||
engine "murrine" {
|
|
||||||
gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
|
|
||||||
border_shades = { 1.0, 1.0 }
|
|
||||||
roundness = 2
|
|
||||||
textstyle = 0
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
style "notify-text" {
|
style "notify-text" {
|
||||||
|
@ -33,10 +26,6 @@ style "notify-text" {
|
||||||
fg[NORMAL] = shade(1.0, @tooltip_fg_color)
|
fg[NORMAL] = shade(1.0, @tooltip_fg_color)
|
||||||
fg[PRELIGHT] = shade(1.1, @tooltip_fg_color)
|
fg[PRELIGHT] = shade(1.1, @tooltip_fg_color)
|
||||||
fg[ACTIVE] = shade(1.0, @tooltip_fg_color)
|
fg[ACTIVE] = shade(1.0, @tooltip_fg_color)
|
||||||
|
|
||||||
engine "murrine" {
|
|
||||||
textstyle = 0
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
style "notify-summary" {
|
style "notify-summary" {
|
||||||
|
@ -53,16 +42,6 @@ style "notify-progressbar" {
|
||||||
bg[NORMAL] = @selected_bg_color
|
bg[NORMAL] = @selected_bg_color
|
||||||
bg[ACTIVE] = shade(0.8, @tooltip_bg_color)
|
bg[ACTIVE] = shade(0.8, @tooltip_bg_color)
|
||||||
bg[SELECTED] = @selected_bg_color
|
bg[SELECTED] = @selected_bg_color
|
||||||
|
|
||||||
engine "murrine" {
|
|
||||||
gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
|
|
||||||
border_shades = { 1.0, 1.0 }
|
|
||||||
trough_shades = { 1.0, 1.0 }
|
|
||||||
trough_border_shades = { 1.0, 1.0 }
|
|
||||||
progressbarstyle = 0
|
|
||||||
roundness = 2
|
|
||||||
textstyle = 0
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class "XfceNotifyWindow" style "notify-window"
|
class "XfceNotifyWindow" style "notify-window"
|
||||||
|
|
|
@ -61,16 +61,6 @@ style "menubar_item" {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Text Style Menubar
|
|
||||||
style "menubar-text" {
|
|
||||||
|
|
||||||
engine "murrine" {
|
|
||||||
text_shade = 0.0
|
|
||||||
textstyle = 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
style "toolbar_text" {
|
style "toolbar_text" {
|
||||||
fg[NORMAL] = @tooltip_fg_color
|
fg[NORMAL] = @tooltip_fg_color
|
||||||
fg[PRELIGHT] = shade(1.15, @tooltip_fg_color)
|
fg[PRELIGHT] = shade(1.15, @tooltip_fg_color)
|
||||||
|
|
|
@ -61,15 +61,6 @@ style "menubar_item" {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Text Style Menubar
|
|
||||||
style "menubar-text" {
|
|
||||||
|
|
||||||
engine "murrine" {
|
|
||||||
text_shade = 0.0
|
|
||||||
textstyle = 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
style "toolbar_entry" {
|
style "toolbar_entry" {
|
||||||
|
|
||||||
text[NORMAL] = @text_color
|
text[NORMAL] = @text_color
|
||||||
|
@ -163,5 +154,3 @@ widget_class "*CajaNavigationWindow*<GtkToolbar>*<GtkEntry>" style "toolb
|
||||||
|
|
||||||
# GtkCheckButton
|
# GtkCheckButton
|
||||||
widget_class "*<GtkNotebook>*<GtkCheckButton>" style "toolbar_button"
|
widget_class "*<GtkNotebook>*<GtkCheckButton>" style "toolbar_button"
|
||||||
widget_class "*<GtkNotebook>*<GtkCheckButton>*<GtkLabel>" style "misc_button_label"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue