Deprecate murrine

This commit is contained in:
Muhammad Rivan 2021-06-13 06:54:01 +07:00
parent 4b4e22e220
commit 0f6c83755c
No known key found for this signature in database
GPG key ID: C56A200FD936FAAA
5 changed files with 0 additions and 70 deletions

View file

@ -962,12 +962,9 @@ style "menu_item" {
}
style "button" {
xthickness = 4
ythickness = 4
engine "murrine" { textstyle = 0 }
engine "pixmap" {
image {
@ -1047,8 +1044,6 @@ style "button_label" {
fg[INSENSITIVE] = @insensitive_button_fg_color
fg[ACTIVE] = @fg_color
engine "murrine" { textstyle = 0 }
}
style "checkbutton" {
@ -2341,15 +2336,6 @@ style "xfwm-tabwin" {
bg[SELECTED] = @bg_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" {
@ -2367,12 +2353,6 @@ style "chrome_menu_item" {
# Text Style
style "text" = "default" {
fg[NORMAL] = @fg_color # FIXME: VMWare needs this?
engine "murrine" { textstyle = 0 }
}
style "menu_text" = "menu_item" {
engine "murrine" { textstyle = 0 }
}
style "null" {

View file

@ -89,7 +89,6 @@ style "regular-label" {
}
style "theme-panel-text" {
fg[NORMAL] = shade(1.0, @tooltip_fg_color)
fg[PRELIGHT] = @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[PRELIGHT] = @tooltip_fg_color
text[ACTIVE] = shade(1.0, @tooltip_fg_color)
engine "murrine" {
textstyle = 0
text_shade = 0.2
}
}
style "panel-entry" {
fg[NORMAL] = @text_color
fg[PRELIGHT] = @text_color
fg[ACTIVE] = @text_color
@ -117,7 +110,6 @@ style "panel-entry" {
text[ACTIVE] = @text_color
text[SELECTED] = @text_color
text[INSENSITIVE] = @text_color
}
style "theme-main-menu-text" = "theme-panel-text" {

View file

@ -18,13 +18,6 @@ style "notify-button" {
fg[NORMAL] = @tooltip_fg_color
fg[PRELIGHT] = shade(1.1, @tooltip_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" {
@ -33,10 +26,6 @@ style "notify-text" {
fg[NORMAL] = shade(1.0, @tooltip_fg_color)
fg[PRELIGHT] = shade(1.1, @tooltip_fg_color)
fg[ACTIVE] = shade(1.0, @tooltip_fg_color)
engine "murrine" {
textstyle = 0
}
}
style "notify-summary" {
@ -53,16 +42,6 @@ style "notify-progressbar" {
bg[NORMAL] = @selected_bg_color
bg[ACTIVE] = shade(0.8, @tooltip_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"

View file

@ -61,16 +61,6 @@ style "menubar_item" {
}
}
# Text Style Menubar
style "menubar-text" {
engine "murrine" {
text_shade = 0.0
textstyle = 0
}
}
style "toolbar_text" {
fg[NORMAL] = @tooltip_fg_color
fg[PRELIGHT] = shade(1.15, @tooltip_fg_color)

View file

@ -61,15 +61,6 @@ style "menubar_item" {
}
}
# Text Style Menubar
style "menubar-text" {
engine "murrine" {
text_shade = 0.0
textstyle = 0
}
}
style "toolbar_entry" {
text[NORMAL] = @text_color
@ -163,5 +154,3 @@ widget_class "*CajaNavigationWindow*<GtkToolbar>*<GtkEntry>" style "toolb
# GtkCheckButton
widget_class "*<GtkNotebook>*<GtkCheckButton>" style "toolbar_button"
widget_class "*<GtkNotebook>*<GtkCheckButton>*<GtkLabel>" style "misc_button_label"