| lucky13  
 
 
 
 
 Group: Members
 Posts: 1478
 Joined: Feb. 2007
 | 
|  | Posted: Dec. 06 2007,19:39 |  |  Feel free to share your jwm themes in this thread. To use these, copy each one and save as the themename.thm and put it in /opt/jwmThemes.
 
 Make sure your font is something already available to DSL users from the default or from MyDSL. To standardize this, include a name for the theme, a brief description, and any details (about font or whatever). If possible, include a link for a screenshot to give an idea of how it looks. Block it in code (unfortunately, tabs don't work here).
 
 Example (and first):
 COBALT
 a blue theme
 uses artwiz smoothansi font
 http://lucky13linux.files.wordpress.com/2007/12/cobalt3menu.png
 -----
 
 | 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>
 | 
 
 --------------
 "It felt kind of like having a pitbull terrier on my rear end."
 -- meo (copyright(c)2008, all rights reserved)
 |