diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2004-03-27 21:18:09 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2004-03-27 21:18:09 +0000 |
| commit | a4a6d1bae1d2f72de3dae3a17778882c7de4f4e9 (patch) | |
| tree | 4bd20ac2aa092fd33254b4436eab3e22bd888763 /DESIGN | |
| parent | 04c77b7234aade8abdb8d08728de1c3e93d968ad (diff) | |
*** empty log message ***
Diffstat (limited to 'DESIGN')
| -rw-r--r-- | DESIGN/themes.txt | 103 |
1 files changed, 0 insertions, 103 deletions
diff --git a/DESIGN/themes.txt b/DESIGN/themes.txt deleted file mode 100644 index 90e137c2..00000000 --- a/DESIGN/themes.txt +++ /dev/null @@ -1,103 +0,0 @@ -<openbox_theme> - -<about> - <author>Ben Jansens</author> - <date>Thu Jul 10 2003</date> - <description> \m/ Test Theme \m/ </description> -</about> - -<color id="red"> - <red>0.7</red> - <green>0.1</green> - <blue>0.1</blue> - <opacity>0.7</opacity> -</color> - -<color id="darkred"> - <red>0.3</red> - <green>0.03</green> - <blue>0.03</blue> - <opacity>0.7</opacity> -</color> - -<color id="clearblack"> - <red>0</red> - <green>0</green> - <blue>0</blue> - <opacity>0.5</opacity> -</color> - -<foreground id="vroom"> - <color> - <red>1</red> - <green>0.4</green> - <blue>0.67</blue> - <opacity>0.8</opacity> - </color> - <shadow> - <offset>2</offset> - <color id="clearblack" /> - </shadow> -</foreground> - -<background id="solid"> - <solid> - <color id="darkred" /> - </solid> - <border> - <color id="red" /> - </border> -</background> - -<background id="fancy"> - <solid> - <color id="darkred" /> - <color id="red" /> - </solid> - <bevel relief="raised" type="outer" /> -</background> - -<layout id="flatlayout"> - <focused foreground="vroom" background="solid" /> - <unfocused foreground="vroom" background="solid" /> -</layout> - -<layout id="raisedlayout"> - <focused foreground="vroom" background="fancy" /> - <unfocused foreground="vroom" background="solid" /> -</layout> - -<button_class id="funbutton"> - <pressed layout="flatlayout" /> - <unpressed layout="raisedlayout" /> - <hover layout="raisedlayout" /> - <disabled layout="flatlayout" /> -</button_class> - -<surface_class id="flatsurface" layout="flatlayout" /> - -<surface_class id="raisedsurface" layout="raisedlayout" /> - -<style> - <button id="close" class="funbutton" /> - <button id="stick" class="funbutton" /> - <button id="iconify" class="funbutton" /> - <button id="maximize" class="funbutton" /> - <button id="icon" class="funbutton" /> - <button id="shade" class="funbutton" /> - - <surface id="titlebar" class="flatsurface" /> - <surface id="label" class="raisedsurface" /> - <surface id="handle" class="flatsurface" /> - <surface id="leftgrip" class="flatsurface" /> - <surface id="rightgrip" class="flatsurface" /> - - <menu> - <title foreground="vroom" background="fancy" /> - <normal foreground="vroom" background="solid" /> - <active foreground="vroom" background="fancy" /> - <disabled foreground="vroom" background="solid" /> - </menu> -</style> - -</openbox_theme> |
