aboutsummaryrefslogtreecommitdiffstats
path: root/data/themes/Default/theme.xml
blob: c3b170b4d4d405cd943e850d230b3a0e2573a66a (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
<?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" color-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"
        color-bg="#ff0000" color-bg2="#ffffff" color-fg="#ffffff"
        template-height="22"
        font-family="Sans" font-size="18" color-frame="#000000">
  <button type="close" packing="end"
          color-fg="#ffffff" color-bg="#59595f"
          template-x="2" template-y="2"
          width="18" height="18"/>
  <button type="minimize" packing="end"
          color-fg="#ffffff" color-bg="#59595f"
          template-x="2" template-y="2"
          width="18" height="18"/>
  <button type="menu" packing="start"
          color-fg="#ffffff" color-bg="#59595f"
          template-x="2" template-y="2"
          width="18" height="18"/>
 </decor>
</client>

</theme>