# Style that controls panes

style "butter-paned" = "butter-main"
{
	xthickness = 7
	ythickness = 7

	# Width of handle

	GtkPaned::handle_size = 7

	bg[NORMAL] = "#cccccc"
	bg[PRELIGHT] = "#7b96ac"
	bg[ACTIVE] = "#cccccc"

}
class "GtkPaned" style "butter-paned"
class "GtkVPaned" style "butter-paned"
class "GtkHPaned" style "butter-paned"
