<theme name = "Minimalistic">
<colors>
	<color5 name="Active glow" />
	<color6 name="Attention color" default="#FF0000" opacity="50" />
</colors>
<button_pixmap>
	<get_icon size="-2" />
	<if type="all_minimized">
		<transp_sat opacity="90" saturation="28" />
	</if>
	<if type="mouse_over">
		<bright strength="13" />
	</if>
	<if type="launcher">
		<transp_sat opacity="35" saturation="0" />
	</if>
	<correct_size />
	<if type="active">
		<glow color="color5" opacity="color5" />
	</if>
	<if type="some_minimized">
		<pixmap_from_self name="greyed">
			<transp_sat opacity="90" saturation="28" />
		</pixmap_from_self>
		<combine degrees="90" pix1="self" pix2="greyed" />
	</if>
	<if type="needs_attention">
		<pixmap name="red">
			<fill color="color6" opacity="color6" />
		</pixmap>
		<composite bg="red" fg="self" />
	</if>
</button_pixmap>
</theme>
