dotfiles

regexghost dotfiles and scripts
git clone https://git.regexghost.com/dotfiles.git
Log | Files | Refs | README

Template-jwmrc (2072B)


      1 	<!-- Start Substitute - Colourscheme -->
      2     <WindowStyle decorations="motif">
      3         <Font>FONT_FAMILY:bold</Font>
      4         <Width>4</Width>
      5         <Corner>0</Corner>
      6         <Foreground>#FOREGROUND_WHITE</Foreground>
      7         <Background>#BACKGROUND_BLACK</Background>
      8         <Opacity>1.0</Opacity>
      9         <Active>
     10             <Foreground>#FOREGROUND_WHITE</Foreground>
     11             <Background>#GREEN</Background>
     12             <Opacity>1.0</Opacity>
     13         </Active>
     14     </WindowStyle>
     15     <TrayStyle decorations="flat">
     16         <Font>FONT_FAMILY-11</Font>
     17         <Background>#BACKGROUND_BLACK</Background>
     18         <Foreground>#FOREGROUND_WHITE</Foreground>
     19         <Outline>#BACKGROUND_BLACK</Outline>
     20         <Opacity>0.75</Opacity>
     21     </TrayStyle>
     22     <TaskListStyle list="desktop" group="false">
     23       <Font>FONT_FAMILY-11</Font>
     24       <Active>
     25         <Foreground>#FOREGROUND_WHITE</Foreground>
     26         <Background>#GREEN</Background>
     27       </Active>
     28       <Minimized>
     29         <Foreground>#FOREGROUND_WHITE</Foreground>
     30         <Background>#BACKGROUND_BLACK</Background>
     31       </Minimized>
     32       <Foreground>#FOREGROUND_WHITE</Foreground>
     33       <Background>#BACKGROUND_BLACK</Background>
     34     </TaskListStyle>
     35     <PagerStyle>
     36         <Foreground>#BACKGROUND_BLACK</Foreground>
     37         <Background>#BACKGROUND_BLACK</Background>
     38         <Text>#FCE8C3</Text>
     39         <Active>
     40             <Foreground>#BRIGHT_BLUE</Foreground>
     41             <Background>#BLUE</Background>
     42         </Active>
     43     </PagerStyle>
     44     <MenuStyle decorations="motif">
     45         <Font>FONT_FAMILY-11</Font>
     46         <Foreground>#FOREGROUND_WHITE</Foreground>
     47         <Background>#BACKGROUND_BLACK</Background>
     48         <Active>
     49             <Foreground>#FOREGROUND_WHITE</Foreground>
     50             <Background>#BLUE</Background>
     51         </Active>
     52         <Opacity>0.85</Opacity>
     53     </MenuStyle>
     54     <PopupStyle>
     55         <Font>FONT_FAMILY-11</Font>
     56         <Foreground>#FOREGROUND_WHITE</Foreground>
     57         <Background>#BACKGROUND_BLACK</Background>
     58     </PopupStyle>
     59     <!-- End Substitute -->