Code Sample |
<JWM> <!-- cobalt --> <WindowStyle> <Font antialias="false">smoothansi</Font> <Width>4</Width> <Height>20</Height> <Active> <Text>lightblue</Text> <Title>grey22:blue3</Title> <Corner>lightblue</Corner> <Outline>grey33</Outline> </Active> <Inactive> <Text>steelblue4</Text> <Title>black:navy</Title> <Corner>grey33</Corner> <Outline>black</Outline> </Inactive> </WindowStyle> <TaskListStyle> <Font antialias="false">smoothansi</Font> <ActiveForeground>lightblue</ActiveForeground> <ActiveBackground>grey22:blue3</ActiveBackground> <Foreground>steelblue4</Foreground> <Background>black:navy</Background> </TaskListStyle> <!-- Additional TrayStyle attribute: insert --> <TrayStyle> <Font antialias="false">smoothansi</Font> <Background>navy</Background> <Foreground>lightblue</Foreground> </TrayStyle> <PagerStyle> <Outline>navy</Outline> <Foreground>grey44</Foreground> <Background>grey22</Background> <ActiveForeground>lightblue</ActiveForeground> <ActiveBackground>grey66</ActiveBackground> </PagerStyle> <MenuStyle> <Font antialias="false">smoothansi</Font> <Foreground>grey44</Foreground> <Background>#010f5b</Background> <ActiveForeground>lightblue</ActiveForeground> <ActiveBackground>grey11:blue3</ActiveBackground> </MenuStyle> <PopupStyle> <Font antialias="false">smoothansi</Font> <Outline>black</Outline> <Foreground>darkred</Foreground> <Background>grey44</Background> </PopupStyle> <!-- end cobalt scheme --> </JWM> |
Code Sample |
<JWM> <!-- shades of grey --> <WindowStyle> <Font antialias="false">smoothansi</Font> <Width>4</Width> <Height>20</Height> <Active> <Text>white</Text> <Title>grey33:grey66</Title> <Corner>white</Corner> <Outline>grey22</Outline> </Active> <Inactive> <Text>grey44</Text> <Title>grey22:black</Title> <Corner>grey33</Corner> <Outline>black</Outline> </Inactive> </WindowStyle> <TaskListStyle> <Font antialias="false">smoothansi</Font> <ActiveForeground>white</ActiveForeground> <ActiveBackground>grey33:grey66</ActiveBackground> <Foreground>grey44</Foreground> <Background>grey22:black</Background> </TaskListStyle> <!-- Additional TrayStyle attribute: insert --> <TrayStyle> <Font antialias="false">smoothansi</Font> <Background>grey33</Background> <Foreground>white</Foreground> </TrayStyle> <PagerStyle> <Outline>darkred</Outline> <Foreground>grey44</Foreground> <Background>grey22</Background> <ActiveForeground>grey55</ActiveForeground> <ActiveBackground>grey66</ActiveBackground> </PagerStyle> <MenuStyle> <Font antialias="false">smoothansi</Font> <Foreground>grey11</Foreground> <Background>grey44</Background> <ActiveForeground>white</ActiveForeground> <ActiveBackground>grey33:grey66</ActiveBackground> </MenuStyle> <PopupStyle> <Font antialias="false">smoothansi</Font> <Outline>darkred</Outline> <Foreground>black</Foreground> <Background>grey66</Background> </PopupStyle> <!-- end shade of grey color scheme --> </JWM> |
Code Sample |
<JWM> <!-- dsl4ice --> <WindowStyle> <Font antialias="false">smoothansi</Font> <Width>4</Width> <Height>20</Height> <Active> <Text>dodgerblue3</Text> <Title>grey77:white</Title> <Corner>dodgerblue3</Corner> <Outline>grey66</Outline> </Active> <Inactive> <Text>grey38</Text> <Title>grey44:grey66</Title> <Corner>grey44</Corner> <Outline>black</Outline> </Inactive> </WindowStyle> <TaskListStyle> <Font antialias="false">smoothansi</Font> <ActiveForeground>dodgerblue3</ActiveForeground> <ActiveBackground>grey77:white</ActiveBackground> <Foreground>grey38</Foreground> <Background>grey44:grey66</Background> </TaskListStyle> <!-- Additional TrayStyle attribute: insert --> <TrayStyle> <Font antialias="false">smoothansi</Font> <Background>lightsteelblue</Background> <Foreground>dodgerblue3</Foreground> </TrayStyle> <PagerStyle> <Outline>black</Outline> <Foreground>grey66</Foreground> <Background>grey33</Background> <ActiveForeground>dodgerblue3</ActiveForeground> <ActiveBackground>white</ActiveBackground> </PagerStyle> <MenuStyle> <Font antialias="false">smoothansi</Font> <Foreground>grey55</Foreground> <Background>white</Background> <ActiveForeground>dodgerblue3</ActiveForeground> <ActiveBackground>grey77:white</ActiveBackground> </MenuStyle> <PopupStyle> <Font antialias="false">smoothansi</Font> <Outline>black</Outline> <Foreground>black</Foreground> <Background>darkorange</Background> </PopupStyle> <!-- end dsl4ice color scheme --> </JWM> |
Code Sample |
<JWM> <!-- lucky13bling --> <WindowStyle> <Font antialias="false">smoothansi</Font> <Width>4</Width> <Height>20</Height> <Active> <Text>white</Text> <Title>#d6bd00:#705d00</Title> <Corner>grey55</Corner> <Outline>gold4</Outline> </Active> <Inactive> <Text>grey22</Text> <Title>#776b2d:#705d00</Title> <Corner>grey33</Corner> <Outline>black</Outline> </Inactive> </WindowStyle> <TaskListStyle> <Font antialias="false">smoothansi</Font> <ActiveForeground>white</ActiveForeground> <ActiveBackground>#d6bd00:gold4</ActiveBackground> <Foreground>grey22</Foreground> <Background>#776b2d:#705d00</Background> </TaskListStyle> <!-- Additional TrayStyle attribute: insert --> <TrayStyle> <Font antialias="false">smoothansi</Font> <Background>#b79f00</Background> <Foreground>white</Foreground> </TrayStyle> <PagerStyle> <Outline>black</Outline> <Foreground>grey44</Foreground> <Background>grey33</Background> <ActiveForeground>grey88</ActiveForeground> <ActiveBackground>gold3</ActiveBackground> </PagerStyle> <MenuStyle> <Font antialias="false">smoothansi</Font> <Foreground>grey22</Foreground> <Background>gold4</Background> <ActiveForeground>white</ActiveForeground> <ActiveBackground>#d6bd00:#705d00</ActiveBackground> </MenuStyle> <PopupStyle> <Font antialias="false">smoothansi</Font> <Outline>grey33</Outline> <Foreground>red</Foreground> <Background>black</Background> </PopupStyle> <!-- end lucky13bling scheme --> </JWM> |
Code Sample |
<JWM> <!-- Visual Styles --> <!-- evil blue glow --> <WindowStyle> <Font antialias="false">smoothansi</Font> <Width>4</Width> <Height>20</Height> <Active> <Text>blue</Text> <Title>darkblue:grey13</Title> <Corner>blue</Corner> <Outline>blue</Outline> </Active> <Inactive> <Text>grey44</Text> <Title>grey20:grey0</Title> <Corner>grey0</Corner> <Outline>darkblue</Outline> </Inactive> </WindowStyle> <TaskListStyle> <Font antialias="false">smoothansi</Font> <ActiveForeground>blue</ActiveForeground> <ActiveBackground>darkblue:grey13</ActiveBackground> <Foreground>grey44</Foreground> <Background>grey20:grey0</Background> </TaskListStyle> <!-- Additional TrayStyle attribute: insert --> <TrayStyle> <Font antialias="false">smoothansi</Font> <Background>grey13</Background> <Foreground>blue</Foreground> </TrayStyle> <PagerStyle> <Outline>grey66</Outline> <Foreground>grey44</Foreground> <Background>grey22</Background> <ActiveForeground>darkblue</ActiveForeground> <ActiveBackground>grey44</ActiveBackground> </PagerStyle> <MenuStyle> <Font antialias="false">smoothansi</Font> <Foreground>grey33</Foreground> <Background>grey0</Background> <ActiveForeground>blue</ActiveForeground> <ActiveBackground>darkblue:grey13</ActiveBackground> </MenuStyle> <PopupStyle> <Font antialias="false">smoothansi</Font> <Outline>grey22</Outline> <Foreground>grey0</Foreground> <Background>blue</Background> </PopupStyle> </JWM> |
Code Sample |
<JWM> <!-- Visual Styles --> <!-- evil cyan glow --> <WindowStyle> <Font antialias="false">smoothansi</Font> <Width>4</Width> <Height>20</Height> <Active> <Text>cyan</Text> <Title>darkcyan:grey13</Title> <Corner>cyan</Corner> <Outline>cyan</Outline> </Active> <Inactive> <Text>grey44</Text> <Title>grey20:grey0</Title> <Corner>grey0</Corner> <Outline>darkcyan</Outline> </Inactive> </WindowStyle> <TaskListStyle> <Font antialias="false">smoothansi</Font> <ActiveForeground>cyan</ActiveForeground> <ActiveBackground>darkcyan:grey13</ActiveBackground> <Foreground>grey44</Foreground> <Background>grey20:grey0</Background> </TaskListStyle> <!-- Additional TrayStyle attribute: insert --> <TrayStyle> <Font antialias="false">smoothansi</Font> <Background>grey13</Background> <Foreground>cyan</Foreground> </TrayStyle> <PagerStyle> <Outline>grey66</Outline> <Foreground>grey44</Foreground> <Background>grey22</Background> <ActiveForeground>darkcyan</ActiveForeground> <ActiveBackground>grey44</ActiveBackground> </PagerStyle> <MenuStyle> <Font antialias="false">smoothansi</Font> <Foreground>grey33</Foreground> <Background>grey0</Background> <ActiveForeground>cyan</ActiveForeground> <ActiveBackground>darkcyan:grey13</ActiveBackground> </MenuStyle> <PopupStyle> <Font antialias="false">smoothansi</Font> <Outline>grey22</Outline> <Foreground>grey0</Foreground> <Background>cyan</Background> </PopupStyle> </JWM> |
Code Sample |
<JWM> <!-- Visual Styles --> <!-- evil green glow --> <WindowStyle> <Font antialias="false">smoothansi</Font> <Width>4</Width> <Height>20</Height> <Active> <Text>green</Text> <Title>darkgreen:grey13</Title> <Corner>green</Corner> <Outline>green</Outline> </Active> <Inactive> <Text>grey44</Text> <Title>grey20:grey0</Title> <Corner>grey0</Corner> <Outline>darkgreen</Outline> </Inactive> </WindowStyle> <TaskListStyle> <Font antialias="false">smoothansi</Font> <ActiveForeground>green</ActiveForeground> <ActiveBackground>darkgreen:grey13</ActiveBackground> <Foreground>grey44</Foreground> <Background>grey20:grey0</Background> </TaskListStyle> <!-- Additional TrayStyle attribute: insert --> <TrayStyle> <Font antialias="false">smoothansi</Font> <Background>grey13</Background> <Foreground>green</Foreground> </TrayStyle> <PagerStyle> <Outline>grey66</Outline> <Foreground>grey44</Foreground> <Background>grey22</Background> <ActiveForeground>darkgreen</ActiveForeground> <ActiveBackground>grey44</ActiveBackground> </PagerStyle> <MenuStyle> <Font antialias="false">smoothansi</Font> <Foreground>grey33</Foreground> <Background>grey0</Background> <ActiveForeground>green</ActiveForeground> <ActiveBackground>darkgreen:grey13</ActiveBackground> </MenuStyle> <PopupStyle> <Font antialias="false">smoothansi</Font> <Outline>grey22</Outline> <Foreground>grey0</Foreground> <Background>green</Background> </PopupStyle> </JWM> |
Code Sample |
<JWM> <!-- Visual Styles --> <!-- evil orange glow --> <WindowStyle> <Font antialias="false">smoothansi</Font> <Width>4</Width> <Height>20</Height> <Active> <Text>orange</Text> <Title>darkorange:grey13</Title> <Corner>orange</Corner> <Outline>orange</Outline> </Active> <Inactive> <Text>grey44</Text> <Title>grey20:grey0</Title> <Corner>grey0</Corner> <Outline>darkorange</Outline> </Inactive> </WindowStyle> <TaskListStyle> <Font antialias="false">smoothansi</Font> <ActiveForeground>orange</ActiveForeground> <ActiveBackground>darkorange:grey13</ActiveBackground> <Foreground>grey44</Foreground> <Background>grey20:grey0</Background> </TaskListStyle> <!-- Additional TrayStyle attribute: insert --> <TrayStyle> <Font antialias="false">smoothansi</Font> <Background>grey13</Background> <Foreground>orange</Foreground> </TrayStyle> <PagerStyle> <Outline>grey66</Outline> <Foreground>grey44</Foreground> <Background>grey22</Background> <ActiveForeground>darkorange</ActiveForeground> <ActiveBackground>grey44</ActiveBackground> </PagerStyle> <MenuStyle> <Font antialias="false">smoothansi</Font> <Foreground>grey33</Foreground> <Background>grey0</Background> <ActiveForeground>orange</ActiveForeground> <ActiveBackground>darkorange:grey13</ActiveBackground> </MenuStyle> <PopupStyle> <Font antialias="false">smoothansi</Font> <Outline>grey22</Outline> <Foreground>grey0</Foreground> <Background>orange</Background> </PopupStyle> </JWM> |
Code Sample |
<JWM> <!-- Visual Styles --> <!-- evil red glow --> <WindowStyle> <Font antialias="false">smoothansi</Font> <Width>4</Width> <Height>20</Height> <Active> <Text>red</Text> <Title>darkred:grey13</Title> <Corner>red</Corner> <Outline>red</Outline> </Active> <Inactive> <Text>grey44</Text> <Title>grey20:grey0</Title> <Corner>grey0</Corner> <Outline>darkred</Outline> </Inactive> </WindowStyle> <TaskListStyle> <Font antialias="false">smoothansi</Font> <ActiveForeground>red</ActiveForeground> <ActiveBackground>darkred:grey13</ActiveBackground> <Foreground>grey44</Foreground> <Background>grey20:grey0</Background> </TaskListStyle> <!-- Additional TrayStyle attribute: insert --> <TrayStyle> <Font antialias="false">smoothansi</Font> <Background>grey13</Background> <Foreground>red</Foreground> </TrayStyle> <PagerStyle> <Outline>grey66</Outline> <Foreground>grey44</Foreground> <Background>grey22</Background> <ActiveForeground>darkred</ActiveForeground> <ActiveBackground>grey44</ActiveBackground> </PagerStyle> <MenuStyle> <Font antialias="false">smoothansi</Font> <Foreground>grey33</Foreground> <Background>grey0</Background> <ActiveForeground>red</ActiveForeground> <ActiveBackground>darkred:grey13</ActiveBackground> </MenuStyle> <PopupStyle> <Font antialias="false">smoothansi</Font> <Outline>grey22</Outline> <Foreground>grey0</Foreground> <Background>red</Background> </PopupStyle> </JWM> |
Code Sample |
<JWM> <!-- Visual Styles --> <!-- evil yellow glow --> <WindowStyle> <Font antialias="false">smoothansi</Font> <Width>4</Width> <Height>20</Height> <Active> <Text>yellow</Text> <Title>gold:grey13</Title> <Corner>yellow</Corner> <Outline>yellow</Outline> </Active> <Inactive> <Text>grey44</Text> <Title>grey20:grey0</Title> <Corner>grey0</Corner> <Outline>gold</Outline> </Inactive> </WindowStyle> <TaskListStyle> <Font antialias="false">smoothansi</Font> <ActiveForeground>yellow</ActiveForeground> <ActiveBackground>gold:grey13</ActiveBackground> <Foreground>grey44</Foreground> <Background>grey20:grey0</Background> </TaskListStyle> <!-- Additional TrayStyle attribute: insert --> <TrayStyle> <Font antialias="false">smoothansi</Font> <Background>grey13</Background> <Foreground>yellow</Foreground> </TrayStyle> <PagerStyle> <Outline>grey66</Outline> <Foreground>grey44</Foreground> <Background>grey22</Background> <ActiveForeground>gold</ActiveForeground> <ActiveBackground>grey44</ActiveBackground> </PagerStyle> <MenuStyle> <Font antialias="false">smoothansi</Font> <Foreground>grey33</Foreground> <Background>grey0</Background> <ActiveForeground>yellow</ActiveForeground> <ActiveBackground>gold:grey13</ActiveBackground> </MenuStyle> <PopupStyle> <Font antialias="false">smoothansi</Font> <Outline>grey22</Outline> <Foreground>grey0</Foreground> <Background>yellow</Background> </PopupStyle> </JWM> |