aboutsummaryrefslogtreecommitdiffstats
path: root/data/themes/Default/theme.xml
blob: d7edbe50dc9de77735836c526e8efab8a5173554 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<theme name="Default" author="Tomas Frydrych, tf@o-hand.com"
       desc="" version="1.0" engine-version="2" engine-type="default"
       shadow-type="gaussian" >
<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>