]> Dogcows Code - chaz/openbox/commitdiff
a full style defn..
authorDana Jansens <danakj@orodu.net>
Fri, 11 Jul 2003 01:25:21 +0000 (01:25 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 11 Jul 2003 01:25:21 +0000 (01:25 +0000)
DESIGN/themes.txt [new file with mode: 0644]

diff --git a/DESIGN/themes.txt b/DESIGN/themes.txt
new file mode 100644 (file)
index 0000000..0651cd5
--- /dev/null
@@ -0,0 +1,100 @@
+<openbox_theme>
+
+<about>
+  <author>Ben Jansens</author>
+  <date>Thu Jul 10 2003</date>
+  <description> \m/ Test Theme \m/ </description>
+</about>
+
+<text id="vroom">
+  <opacity>80%</opacity>
+  <font>arial:pixelsize=10</font>
+  <shadow>
+    <offset>2</offset>
+    <opacity>50%</opacity>
+    <color>#000000</color>
+  </shadow>
+  <color>#45ea32</color>
+</text>
+
+<button_style id="fun">
+  <opacity>80%</opacity>
+  <shadow>
+    <offset>2</offset>
+    <opacity>80%</opacity>
+    <color>#000000</color>
+  </shadow>
+  <color>#45ea32</color>
+</button>
+
+<surface_style id="blah-flat">
+  <background style="solid">
+    <color>#eeffaa</color>
+  </background>
+  <border>
+    <color>#45ea32</color>
+  </border>
+</texture>
+
+<surface_style id="blah-sunken">
+  <background style="vertical">
+    <color>#eeffaa</color>
+    <color>#aa9536</color>
+  </background>
+  <bevel relief="sunken" style="inner" />
+  <interlaced />
+</texture>
+
+<button_layout id="funlayout">
+  <enabled>
+    <pressed>
+      <focus style="fun" />
+      <unfocus style="fun" />
+    </pressed>
+    <unpressed>
+      <focus style="fun" />
+      <unfocus style="fun" />
+    </unpressed>
+  </enabled>
+  <disabled>
+    <pressed>
+      <focus style="fun" />
+      <unfocus style="fun" />
+    </pressed>
+    <unpressed>
+      <focus style="fun" />
+      <unfocus style="fun" />
+    </unpressed>
+  </disabled>
+</button>
+
+<surface_layout id="titlelayout">
+  <focus   style="blah-flat"   text="vroom" />
+  <unfocus style="blah-sunken" text="vroom" />
+</surface>
+
+<menu_layout id="titlelayout">
+  <focus   style="blah-flat"   text="vroom" />
+  <unfocus style="blah-sunken" text="vroom" />
+</surface>
+
+<window>
+  <button id="close"    layout="funlayout" />
+  <button id="stick"    layout="funlayout" />
+  <button id="iconify"  layout="funlayout" />
+  <button id="maximize" layout="funlayout" />
+  <button id="icon"     layout="funlayout" />
+  <button id="shade"    layout="funlayout" />
+
+  <surface id="title"  layout="titlelayout" />
+  <surface id="handle" layout="titlelayout" />
+</window>
+
+<menu>
+  <surface id="title"    style="blah-sunken" text="vroom" />
+  <surface id="item"     style="blah-flat"   text="vroom" />
+  <surface id="selected" style="blah-sunken" text="vroom" />
+  <surface id="disabled" style="blaf-flat"   text="vroom" />
+</menu>
+
+</openbox_theme>
This page took 0.025675 seconds and 4 git commands to generate.