<?xml version="1.0"?>
<JWM>
<!-- 
adapted from 01micko's bluegum
Modified: 2022 by JWMKit for jwm 2.4.0 and jwmkit
-->

<WindowStyle>
 <Font>Sans-10</Font>
  <Width>3</Width>
  <Height>20</Height>
  <Foreground>#C6E6E6</Foreground>
  <Background>#010101:#7281A4</Background>         
  <Outline>#000000</Outline>   
  <Active>
    <Foreground>#FAFDFA</Foreground>
    <Background>#7281A4:#010101</Background>
    <Outline>#054755</Outline>
  </Active>
</WindowStyle> 

<TrayStyle>
 <Font>Sans-10</Font>
  <Foreground>#1B240A</Foreground>
  <Background>#6C746F</Background>
</TrayStyle>

<TaskListStyle>
 <Font>Sans-10</Font>
 <Foreground>#1B240A</Foreground>
 <Background>#A3AB9D:#6C746F</Background>
 <Active>
   <Foreground>#010101</Foreground>
   <Background>#7281A4:#010101</Background>
 </Active>
</TaskListStyle>

<PagerStyle>
 <Outline>#C6E6E6</Outline>
 <Foreground>#C6E6E6</Foreground>
 <Background>#010101</Background>
 <Active>
   <Foreground>#7281A4</Foreground>
   <Background>#010101</Background>
 </Active>
</PagerStyle>

<PopupStyle>
 <Font>Sans-10</Font>
 <Outline>#C6E6E6</Outline>
 <Foreground>#C6E6E6</Foreground>
 <Background>#010101</Background>
</PopupStyle>

<MenuStyle>
 <Font>Sans-10</Font>
 <Foreground>#1B240A</Foreground>
 <Background>#6C746F</Background>
 <Active>
   <Foreground>#FAFAFD</Foreground>
   <Background>#7281A4:#010101</Background>
 </Active>
</MenuStyle>
	
</JWM>
