From Beefy Pudu, 2 Years ago, written in Plain Text.
Embed
  1. <?xml version="1.0"?>
  2. <JWM>
  3.        
  4.         <!-- Window button -->
  5.         <ButtonClose>/usr/share/themes/Materia/unity/close.svg</ButtonClose>
  6.         <ButtonMax>/usr/share/themes/Materia/unity/unmaximize_dash_prelight.svg</ButtonMax>
  7.         <ButtonMaxActive>/usr/share/themes/Materia/unity/maximize_dash_prelight.svg</ButtonMaxActive>
  8.         <ButtonMin>/usr/share/themes/Materia/unity/minimize_dash_prelight.svg</ButtonMin>
  9.     <!-- Visual Style Window. -->
  10.     <WindowStyle decorations="flat">
  11.         <Font>Liberation Sans-9</Font>
  12.         <Width>1</Width>
  13.         <Height>25</Height>
  14.         <Corner>5</Corner>
  15.         <Foreground>#444444</Foreground>
  16.         <Background>#444444</Background>
  17.         <Outline>#444444</Outline>
  18.         <Active>
  19.             <Foreground>white</Foreground>
  20.             <Background>#444444</Background>
  21.             <Outline>#444444</Outline>
  22.         </Active>
  23.         <Opacity>1</Opacity>
  24.     </WindowStyle>
  25.  
  26.     <!-- Visual Style Tray. -->
  27.     <TrayStyle decorations="flat">
  28.         <Font>Liberation Sans-9</Font>
  29.         <Background>#444444</Background>
  30.         <Foreground>white</Foreground>
  31.         <Active>
  32.             <Foreground>white</Foreground>
  33.             <Background>#25aedf</Background>
  34.         </Active>
  35.         <Opacity>1</Opacity>
  36.     </TrayStyle>    
  37.  
  38.     <!-- Visual Style Pager. -->
  39.     <PagerStyle>
  40.                 <Font>Liberation Sans-9</Font>
  41.         <Outline>#444444</Outline>
  42.         <Text>white</Text>
  43.         <Foreground>#444444</Foreground>
  44.         <Background>#111111</Background>
  45.         <Active>
  46.             <Foreground>#25aedf</Foreground>
  47.             <Background>#595959</Background>
  48.         </Active>
  49.     </PagerStyle>
  50.  
  51.     <!-- Visual Style Menu. -->
  52.     <MenuStyle>
  53.         <Font>Liberation Sans-9</Font>
  54.         <Foreground>white</Foreground>
  55.         <Background>#444444</Background>
  56.         <Active>
  57.             <Foreground>white</Foreground>
  58.             <Background>#25aedf</Background>
  59.         </Active>
  60.         <Opacity>0.9</Opacity>
  61.     </MenuStyle>
  62.  
  63.     <!-- Visual Style Pop. -->
  64.     <PopupStyle>
  65.         <Font>Liberation Sans-9</Font>
  66.         <Outline>#FFFFFF</Outline>
  67.         <Foreground>#000000</Foreground>
  68.         <Background>#FFFFFF</Background>
  69.     </PopupStyle>
  70.    
  71. </JWM>
  72.  
captcha