aboutsummaryrefslogtreecommitdiffstats
path: root/data/themes/PngSample/theme.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/themes/PngSample/theme.xml')
-rw-r--r--data/themes/PngSample/theme.xml38
1 files changed, 27 insertions, 11 deletions
diff --git a/data/themes/PngSample/theme.xml b/data/themes/PngSample/theme.xml
index 5cfe3cb..05032aa 100644
--- a/data/themes/PngSample/theme.xml
+++ b/data/themes/PngSample/theme.xml
@@ -1,21 +1,37 @@
<?xml version="1.0"?>
<theme name="Default" author="Tomas Frydrych, tf@o-hand.com"
desc="" version="1.0" engine-version="2" engine-type="png">
-<img src="background.png" />
+<img src="template.png" />
<client type="app">
- <decor type="north" clr-fg="#ffffff" x="0" y="0" width="320"
-height="20" font-family="Sans" font-size="12" clr-frame="#000000">
- <button type="close" width="16" height="16" x="302" y="2"/>
- <button type="minimize" width="16" height="16" x="284" y="2"/>
- <button type="menu" width="16" height="16" x="2" y="2"/>
+ <decor type="north" color-fg="#ffffff"
+ template-x="0" template-y="0"
+ template-width="320" template-height="20"
+ font-family="Sans" font-size="12" color-frame="#000000">
+ <button type="close"
+ template-x="302" template-y="2"
+ width="16" height="16"/>
+ <button type="minimize"
+ template-x="284" template-y="2"
+ width="16" height="16"/>
+ <button type="menu"
+ template-x="2" template-y="2"
+ width="16" height="16"/>
</decor>
</client>
<client type="dialog">
- <decor type="north" x="83" y="73" width="146" height="3" />
- <decor type="south" x="83" y="190" width="146" height="3" />
- <decor type="west" x="83" y="76" width="3" height="114" />
- <decor type="east" x="263" y="76" width="3" height="114" />
+ <decor type="north"
+ template-x="83" template-y="73"
+ template-width="146" template-height="3"/>
+ <decor type="south"
+ template-x="83" template-y="190"
+ template-width="146" template-height="3"/>
+ <decor type="west"
+ template-x="83" template-y="76"
+ template-width="3" template-height="114"/>
+ <decor type="east"
+ template-x="263" template-y="76"
+ template-width="3" template-height="114"/>
</client>
-</theme> \ No newline at end of file
+</theme>