style "gedit-frame" { engine "pixmap" { image { function = SHADOW } } } style "gedit-notebook" { xthickness = 1 ythickness = 1 } style "eclipse-toolbar-fix" { engine "pixmap" { image { function = BOX file = "images/other/null.png" stretch = TRUE } } } # Removes the ugly frame around statusbar buttons widget_class "*Pluma*.*" style "gedit-frame" widget_class "*Gedit*.*" style "gedit-frame" # Removes double borders around notebooks widget_class "*Pluma*." style "gedit-notebook" widget_class "*Gedit*." style "gedit-notebook" widget "*swt-toolbar-flat" style "eclipse-toolbar-fix"