by roundabout, Wednesday, 22 February 2017, 16:48:22 (1487782102), pushed by roundabout, Sunday, 11 May 2025, 13:22:05 (1746969725)
Author identity: nana-4 <hnmaigo@gmail.com>
f2d9afad8ecdee4f8fddf5c8890324e8db84d7da
src/gtk-2.0/main.rc
@@ -2604,6 +2604,11 @@ style "frame" {
engine "pixmap" {
image {
function = SHADOW
shadow = NONE
}
image {
function = SHADOW
file = "assets/frame.png"
@@ -2736,16 +2741,6 @@ style "disable_text_shadow" {
}
style "disable_shadow" {
engine "pixmap" {
image {
function = SHADOW
}
}
}
style "disable_separator" {
xthickness = 0
@@ -2780,11 +2775,6 @@ widget_class "*<GtkMenuItem>*" style "menu_item"
widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item"
widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item"
# Frames in statusbars look ugly, let's disable them
widget_class "*<GtkStatusbar>*<GtkFrame>" style "disable_shadow"
# Disable the frame around poor Wilbert too
widget_class "*<GimpToolbox>*<GtkFrame>" style "disable_shadow"
# Treeview buttons
widget_class "*<GtkTreeView>*<GtkButton>*" style "treeview_header"