#
# twm theme...
#     more of a joke than anything else... (HEH!)
#

forplug "simple_menus" "forplug/simple_menus/rc";

#
# simple theme; one dgroup.
#
style {
	pixmaps {
		TOPBAR		"topbar.xpm";
		BARCHECKER	"barchecker.xpm";
		ICONIFY		"iconify.xpm";
		RESIZE		"resize.xpm";
		LBORDER		"lborder.xpm";
		RBORDER		"rborder.xpm";
		BBORDER		"bborder.xpm";
		ULBORDER	"lborder_unf.xpm";
		URBORDER	"rborder_unf.xpm";
		UBBORDER	"bborder_unf.xpm";
	}
	decoration {
		D1	dec_near dec_top 0 0 0 0 0.3
				false false
				act_move act_resize act_resize
				TOPBAR TOPBAR;
		D2	dec_full dec_top 0 0 0 0.3 0
				false false
				act_move act_resize act_resize
				TOPBAR BARCHECKER;
		B1	dec_near dec_top 0 0 0 0 0
				false false
				act_iconify act_iconify act_iconify
				ICONIFY ICONIFY;
		B2	dec_far dec_top 0 0 0 0 0
				false false
				act_resize act_resize act_resize
				RESIZE RESIZE;
		L1	dec_full dec_left 0 0 0 0 0
				false false
				act_none act_none act_none
				ULBORDER LBORDER;
		R1	dec_full dec_right 0 0 0 0 0
				false false
				act_none act_none act_none
				URBORDER RBORDER;
		BOT	dec_full dec_bottom 0 0 0 0 0
				false false
				act_none act_none act_none
				UBBORDER BBORDER;

		#
		# theme only has one dgroup
		#
		groups {
			DEFAULT
					D1:title:24:5 D2
					L1 R1 BOT
					B1 B2;
		
			default		DEFAULT;
			transient	DEFAULT;
			internal	DEFAULT;
		}
	}
}
