gtk-2: cleanup Oomox GTK Theme (Numix Fork)

This commit is contained in:
He4eT 2024-08-10 04:47:08 +02:00
commit cb7c9ca7ec
2 changed files with 4 additions and 36 deletions

View file

@ -2,7 +2,6 @@
gtk-color-scheme =
"base_color:#E0E0E0\nbg_color:#BDBDBD\ntooltip_bg_color:#BDBDBD\nselected_bg_color:#A3A3A3\ntext_color:#212121\nfg_color:#212121\ntooltip_fg_color:#212121\nselected_fg_color:#212121\nmenubar_bg_color:#BDBDBD\nmenubar_fg_color:#212121\ntoolbar_bg_color:#BDBDBD\ntoolbar_fg_color:#212121\nmenu_bg_color:#BDBDBD\nmenu_fg_color:#212121\npanel_bg_color:#BDBDBD\npanel_fg_color:#212121\nlink_color:#7400ff\nbtn_bg_color:#BDBDBD\nbtn_fg_color:#212121\ntitlebar_bg_color:#BDBDBD\ntitlebar_fg_color:#212121\nprimary_caret_color:#212121\nsecondary_caret_color:#212121\naccent_bg_color:#212121\n"
# Default Style
style "murrine-default" {
GtkArrow::arrow-scaling= 0.6
@ -15,9 +14,7 @@ style "murrine-default" {
GtkButton::child-displacement-y = 0
GtkButton::default-border = { 0, 0, 0, 0 }
#GtkButton::inner-border = { 2, 2, 1, 1 }
GtkButton::focus-line-width = 1
#GtkButton::focus-padding = -4
GtkButtonBox::child-min-height = 26
@ -253,12 +250,9 @@ style "murrine-scale" = "murrine-thin" {
bg[INSENSITIVE] = mix(0.95, @bg_color, @btn_bg_color)
engine "murrine" {
roundness = 8
#roundness = 0
roundness = 0
gradient_shades = { 1.08, 1.08, 1.08, 1.08 }
#border_shades = { 0.5, 0.5 }
border_colors = { mix(0.25, @btn_fg_color, @btn_bg_color), mix(0.25, @btn_fg_color, @btn_bg_color) }
#trough_shades = { 1.08, 1.08 }
trough_border_shades = { 0.8, 0.8 }
}
}
@ -270,7 +264,6 @@ style "murrine-progressbar" = "murrine-thin" {
fg[PRELIGHT] = @selected_fg_color
engine "murrine" {
#roundness = 2
roundness = 0
border_shades = { 1.2, 1.2 }
trough_border_shades = { 0.8, 0.8 }
@ -354,7 +347,6 @@ style "murrine-entry" = "murrine-wider" {
text[ACTIVE] = @text_color
text[INSENSITIVE] = mix (0.5, @base_color, @text_color)
engine "murrine" {
#border_shades = { 1.15, 1.15 }
border_colors = { mix(0.22, @text_color, @base_color), mix(0.22, @text_color, @base_color) }
roundness = 0
}
@ -571,9 +563,6 @@ style "bold-panel-item" {
widget "*Panel*MenuBar*" style "bold-panel-item"
widget "*gimmie*" style "bold-panel-item"
# widget_class "*Mail*" style "murrine-panel" # Disabled to fix Evolution bug
# class "*Panel*" style "murrine-panel" # Disabled to fix bug
# XFCE Styles
style "workspace-switcher" = "murrine-panel" {
@ -840,9 +829,6 @@ style "inkscape-toolbar-fix" {
}
}
#widget "*GtkHandleBox*" style "inkscape-toolbar-fix"
#widget "*HandleBox*CommandsToolbar*" style "inkscape-toolbar-fix"
#widget "*HandleBox*SnapToolbar*" style "inkscape-toolbar-fix"
widget "*HandleBox*SelectToolbar*" style "inkscape-toolbar-fix"
widget "*HandleBox*NodeToolbar*" style "inkscape-toolbar-fix"
widget "*HandleBox*TweakToolbar*" style "inkscape-toolbar-fix"
@ -884,7 +870,7 @@ widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button"
widget_class "*XfsmLogoutDialog*" style "xfsm-logout"
widget_class "*XfsmLogoutDialog*GtkButton" style "xfsm-logout-button"
# button fg workarounds:
# Button fg workarounds:
widget_class "*.<GtkButton>.<GtkLabel>" style "murrine-buttonlabel"
widget_class "*<GtkButton>*<GtkLabel>*" style:highest "murrine-buttonlabel"
widget_class "*<GtkCheckButton>*<GtkLabel>*" style:highest "clearlooks-radiocheck-label"