<JWM>

<!-- Reference: black -> grey22 darker -> grey88 lighter -> white -->
 
  <!-- Visual Styles -->

    <WindowStyle>
        <Font>Sans-10:bold</Font>
        <Width>4</Width>
        <Height>21</Height>
        <Corner>3</Corner>
        <Foreground>black</Foreground>
        <Background>grey44</Background>
        <Outline>grey88</Outline>
        <Opacity>1.0</Opacity>
        <Active>
            <Foreground>black</Foreground>
            <Background>grey66</Background>
            <Outline>grey88</Outline>
            <Opacity>1.0</Opacity>
        </Active>
    </WindowStyle>

    <TrayStyle group="true" list="all">
        <Font>Sans-9</Font>
        <Background>grey66</Background>
        <Foreground>black</Foreground>
        <Outline>grey66</Outline>
        <Opacity>1.0</Opacity>
       <Active>
            <Foreground>black</Foreground>
            <Background>grey88</Background>
        </Active>
    </TrayStyle>

    <PagerStyle>
        <Outline>black</Outline>
        <Foreground>grey44</Foreground>
        <Background>grey77</Background>
        <Active>
            <Foreground>white</Foreground>
            <Background>grey88</Background>
        </Active>
    </PagerStyle>

    <MenuStyle>
        <Font>Sans-10</Font>
        <Foreground>black</Foreground>
        <Background>grey66</Background>
        <Outline>grey88</Outline>
        <Active>
            <Foreground>black</Foreground>
            <Background>white</Background>
        </Active>
        <Opacity>1.0</Opacity>
    </MenuStyle>

    <PopupStyle>
        <Font>Sans-9</Font>
        <Foreground>grey</Foreground>
        <Background>black</Background>
    </PopupStyle>

</JWM>

