<?xml version="1.0"?>
<JWM> 

	<WindowStyle> 
		<Font>Sans-10</Font> 
		<Width>4</Width>
		<Height>24</Height> 
		<Active> 
			<Foreground>white</Foreground> 
			<Background>darkblue:grey13</Background> 
			<Outline>blue</Outline> 
		</Active> 
		<Foreground>white</Foreground> 
		<Background>grey20:grey0</Background> 
		<Outline>darkblue</Outline> 
	</WindowStyle> 

	<TaskListStyle> 
		<Font>Sans-10</Font> 
		<Active>
			<Foreground>white</Foreground>
			<Background>darkblue:grey13</Background>
		</Active>
		<Foreground>grey66</Foreground> 
		<Background>grey20:grey0</Background> 
	</TaskListStyle> 

	<TrayStyle> 
		<Font>Sans-10</Font> 
		<Background>grey13</Background> 
		<Foreground>white</Foreground> 
	</TrayStyle> 

	<PagerStyle> 
		<Outline>grey66</Outline> 
		<Foreground>grey44</Foreground> 
		<Background>grey22</Background> 
		<Active>
			<Foreground>darkblue</Foreground>
			<Background>gray44</Background>
		</Active>
	</PagerStyle> 

	<MenuStyle> 
		<Font>Sans-10:Bold</Font> 
		<Foreground>grey77</Foreground> 
		<Background>grey0</Background> 
		<Active>
			<Foreground>white</Foreground>
			<Background>darkblue:grey13</Background>
		</Active>
	</MenuStyle> 

	<PopupStyle> 
		<Font>Sans-10</Font> 
		<Outline>grey22</Outline> 
		<Foreground>white</Foreground> 
		<Background>blue</Background> 
	</PopupStyle> 

</JWM> 
 
