aboutsummaryrefslogtreecommitdiffstats
path: root/data/themes/Default/theme.xml
blob: cf498edea6e4d42398150febdf6dd6ec953b18af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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" clr-shadow="#44444444">
<img src="test.png" />
<client type="app">
 <transition type="fade" duration="200" />
 <effect event="minimize" duration="300" gravity="ne" type="scale-down" />
 <effect event="map"   duration="100" gravity="e"     type="slide-in" />
 <effect event="unmap" duration="100" gravity="none"  type="fade" />
 <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>