<theme name = "Gaia">
<!-- 	
	Gaia is made by Izobalax (under the name "Gaia 09")
	This version is maintained by Matias Sars

	Gaia 09 is inspired by the invanderjohns work
	http://invaderjohn.deviantart.com/ 
	and is meant as a tribut to the Gaia 09 team
-->
<colors>
	<color5 name="active color" default="#FFFFFF" opacity="40" />
</colors>
<pixmaps>
	<pixmap_from_file name="button" file="button.png" />
	<pixmap_from_file name="mo-mask" file="mo-mask.png" />
	<pixmap_from_file name="windows" file="windows.png" />
	<pixmap_from_file name="windows_m" file="windows_m.png" />
	<pixmap_from_file name="launching" file="launching.png" />
</pixmaps>
<button_pixmap gap = "4" aspect_ratio="16/9" aspect_ratio_v="3/2" windows_cnt="2">
	<get_icon size="-2" />
	<if type="all_minimized">
		<transp_sat opacity="74" saturation="14" />
	</if>
	<if type="blink">
		<bright strenght="16" />
	</if>
	<correct_size />
	<if type="!launcher">
		<if type="mouse_over">
			<!-- The mouse over has a slight hint of the dominant 
			     color and is slightly gradient. -->
			<pixmap name="white">
				<fill color="#FFFFFF" opacity="7" />
			</pixmap>
			<pixmap name="mo">
				<fill color="icon_average" opacity="20" />
				<alpha_mask mask="mo-mask" />
				<bright strength="4" />
				<composite bg="white" fg="self" />
			</pixmap>
			
			<composite bg="mo" fg="self" />
		</if>		
		<composite bg="button" fg="self" />
	</if>
	<if type="launching">
		<!-- same launching effect is used for both 
		     first launch and relaunches. -->
		<composite bg="launching" fg="self" />
	</if>
	<if type="launcher">
		<if type="mouse_over">
			<bright strenght="14" />
		</if>
	</if>
	<if type="active">
		<pixmap name="active_bg">
			<fill color="color5" opacity="color5" />
		</pixmap>
		<composite bg="active_bg" fg="self" />
	</if>
	<if type="needs_attention">
		<pixmap name="red">
			<fill color="#FF0000" opacity="30" />
		</pixmap>
		<composite bg="red" fg="self" />
		
	</if>
	<!-- add a little triangle in right corner for programs with multiple windows -->
	<if windows="2:">
		<if type="!some_minimized"><if type="!all_minimized">
			<composite bg="self" fg="windows" />
		</if></if>
		<if type="all_minimized">
			<composite bg="self" fg="windows_m" />
		</if>
		<if type="some_minimized">
			<composite bg="self" fg="windows_m" />
		</if>
	</if>
</button_pixmap>
</theme>
