<theme name = "New">
<colors>
<color5 name="Attention color" default="#FF0000" opacity="30" />
</colors>
<pixmaps>
	<pixmap_from_file name="button" file="button.png" />
	<pixmap_from_file name="buttons" file="buttons.png" />
	<pixmap_from_file name="dot" file="dot.png" />
	<pixmap_from_file name="dots" file="dots.png" />
	<pixmap_from_file name="dot-outline" file="dot_o.png" />
	<pixmap_from_file name="dots-outline" file="dots_o.png" />
	<pixmap_from_file name="mask" file="mask.png" />
	<pixmap_from_file name="launcherbutton" file="launcherbutton.png" />
	<pixmap_from_file name="launchingbutton" file="launching_button.png" />
</pixmaps>
<button_pixmap gap = "2" aspect_ratio="4/3" windows_cnt="3">
	<get_icon size="-4" />
	<if type="all_minimized">
		<transp_sat opacity="74" saturation="14" />
	</if>
	<if type="mouse_over">
		<bright strength="13" />
	</if>
	<if type="blink">
		<bright strength="13" />
	</if>
	<correct_size />
	<if type="!launcher">
		<composite bg="button" fg="self" />
	</if>
	<if type="!launcher" windows="2">
		<pixmap name="colordot">
			<composite bg="self" fg="dot" />
			<if type="some_minimized">
				<colorize color="#444444" />
			</if>
			<if type="all_minimized">
				<colorize color="#444444" />
			</if>
			<if type="!some_minimized"><if type="!all_minimized">
				<colorize color="icon_average" />
			</if></if>
			<composite bg="dot-outline" fg="self" />
		</pixmap>
		<composite bg="self" fg="colordot" xoffset="0" />
	</if>
	<if type="!launcher" windows="3:">
		<pixmap name="colordots">
			<composite bg="self" fg="dots" />
			<if type="some_minimized">
				<colorize color="#444444" />
				<pixmap name="colordot">
					<composite bg="self" fg="dot" />
					<colorize color="icon_average" />
				</pixmap>
				<composite bg="self" fg="colordot" />
			</if>
			<if type="all_minimized">
				<colorize color="#444444" />
			</if>
			<if type="!some_minimized"><if type="!all_minimized">
				<colorize color="icon_average" />
			</if></if>
			<composite bg="dots-outline" fg="self" />
		</pixmap>
		<composite bg="self" fg="colordots" xoffset="0" />
	</if>	
	<if type="launcher">
		<if type="!launching">
			<composite bg="launcherbutton" fg="self" />
		</if>
		<if type="launching">
			<composite bg="launchingbutton" fg="self" opacity="100" />
		</if>
	</if>
	<if type="active">
		<pixmap name="active_bg">
			<fill color="icon_average" opacity="70" />
			<alpha_mask mask="mask" />
		</pixmap>
		<composite bg="active_bg" fg="self" />
	</if>
	<if type="needs_attention">
		<pixmap name="red">
			<fill color="color5" opacity="color5" />
			<alpha_mask mask="mask" />
		</pixmap>
		<composite bg="red" fg="self" />
		
	</if>
</button_pixmap>
</theme>
