<?xml version="1.0"?>
<metacity_theme>
<info>
<name>amcnabb</name>
<author>Andrew McNabb</author>
<copyright>2007 Andrew McNabb</copyright>
<date>July, 2007</date> 
<description>EvilWM-style theme</description>
</info>

<frame_geometry name="normal_geometry" rounded_top_left="false" 
	rounded_top_right="false" has_title="false">
<distance name="left_width" value="1"/>
<distance name="right_width" value="1"/>
<distance name="bottom_height" value="1"/>
<distance name="left_titlebar_edge" value="0"/>
<distance name="right_titlebar_edge" value="0"/>
<distance name="button_width" value="0"/>
<distance name="button_height" value="0"/>
<distance name="title_vertical_pad" value="0"/>
<border name="title_border" left="0" right="0" top="1" bottom="0"/>
<border name="button_border" left="0" right="0" top="0" bottom="0"/>
</frame_geometry>

<draw_ops name="rect_focused">
<rectangle x="0" y="0" width="width-1" height="height-1"
	color="#0000FF" />
</draw_ops>
<draw_ops name="rect_unfocused">
<rectangle x="0" y="0" width="width-1" height="height-1"
	color="#000000" />
</draw_ops>

<draw_ops name="null_draw"></draw_ops>

<menu_icon function="close" state="normal" draw_ops="null_draw"/>
<menu_icon function="maximize" state="normal" draw_ops="null_draw"/>
<menu_icon function="unmaximize" state="normal" draw_ops="null_draw"/>
<menu_icon function="minimize" state="normal" draw_ops="null_draw"/>

<frame_style name="normal" geometry="normal_geometry">
<button function="close" state="normal" draw_ops="null_draw"/>
<button function="close" state="prelight" draw_ops="null_draw"/>
<button function="close" state="pressed" draw_ops="null_draw"/>
<button function="maximize" state="normal" draw_ops="null_draw"/>
<button function="maximize" state="prelight" draw_ops="null_draw"/>
<button function="maximize" state="pressed" draw_ops="null_draw"/>
<button function="minimize" state="normal" draw_ops="null_draw"/>
<button function="minimize" state="prelight" draw_ops="null_draw"/>
<button function="minimize" state="pressed" draw_ops="null_draw"/>
<button function="menu" state="normal" draw_ops="null_draw"/>
<button function="menu" state="pressed" draw_ops="null_draw"/>
</frame_style>

<frame_style name="normal_focused" parent="normal" geometry="normal_geometry">
<piece position="entire_background" draw_ops="rect_focused"/>
</frame_style>

<frame_style name="normal_unfocused" parent="normal" geometry="normal_geometry">
<piece position="entire_background" draw_ops="rect_unfocused"/>
</frame_style>

<frame_style_set name="style_set">
<frame focus="yes" state="normal" resize="both" style="normal_focused"/>
<frame focus="no" state="normal" resize="both" style="normal_unfocused"/>
<frame focus="yes" state="maximized" style="normal_focused"/>
<frame focus="no" state="maximized" style="normal_unfocused"/>
<frame focus="yes" state="shaded" style="normal_focused"/>
<frame focus="no" state="shaded" style="normal_unfocused"/>
<frame focus="yes" state="maximized_and_shaded" style="normal_focused"/>
<frame focus="no" state="maximized_and_shaded" style="normal_unfocused"/>
</frame_style_set>

<window type="normal" style_set="style_set"/>
<window type="dialog" style_set="style_set"/>
<window type="modal_dialog" style_set="style_set"/>
<window type="menu" style_set="style_set"/>
<window type="utility" style_set="style_set"/>
<window type="border" style_set="style_set"/>

</metacity_theme>
