aboutsummaryrefslogtreecommitdiffstats
path: root/data/themes/PngSample/theme.xml
blob: 05032aa3b35db82dc22d86b7654fd137a58cf597 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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="template.png" />
<client type="app">
 <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"
        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>