aboutsummaryrefslogtreecommitdiffstats
path: root/data/themes/Default/theme.xml
blob: e821cdf1ecc15b916e6bab2bd88264af25a34f53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<theme name="Default" author="Tomas Frydrych, tf@o-hand.com"
       desc="" version="1.0" engine_version="2" engine_type="default">
<img src="test.png" />
<client type="app">
 <decor type="north" clr-bg="#ff0000" clr-bg2="#ffffff" clr-fg="#ffffff"
height="22" font-family="Sans" font-size="18" clr-frame="#000000">
  <button type="close"    packing="end"   clr-fg="#ffffff" clr-bg="#59595f"
  width="18" height="18" x="2" y="2"/>
  <button type="minimize" packing="end"   clr-fg="#ffffff" clr-bg="#59595f"
  width="18" height="18"  x="2" y="2"/>
  <button type="menu"     packing="start" clr-fg="#ffffff" clr-bg="#59595f"
  width="18" height="18"  x="2" y="2"/>
 </decor>
</client>

</theme>