blob: 7a86eccae177ee2122a35467cee6887c34bb5867 (
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
38
|
<?xml version="1.0" encoding="UTF-8"?>
<theme name="Funky" description="Just testing what these themes can do..." author="Simon Schneegans" email="code@simonschneegans.de">
<pie radius="80" maxZoom="1.3" zoomRange="0.3" transitionTime="0.2" springiness="2.5"
fadeInTime="0.3" fadeOutTime="0.3" fadeInZoom="1.5" fadeOutZoom="0.4" fadeInRotation="0.5" fadeOutRotation="-0.7">
<center radius="100" activeRadius="40">
<center_layer file="bg.svg"
active_scale="0.5" active_rotationMode="auto" active_rotationSpeed="6" active_colorize="false" active_alpha="1.0"
inactive_scale="0.5" inactive_rotationMode="auto" inactive_rotationSpeed="-6" inactive_colorize="false" inactive_alpha="1.0" />
<center_layer file="star.svg"
active_scale="1.0" active_rotationMode="turn_to_mouse" active_rotationSpeed="5" active_colorize="false" active_alpha="1.0"
inactive_scale="0.3" inactive_rotationMode="auto" inactive_rotationSpeed="1" inactive_colorize="false" inactive_alpha="1.0" />
<center_layer file="red.svg"
active_scale="1.0" active_rotationMode="auto" active_rotationSpeed="-2" active_colorize="false" active_alpha="1.0"
inactive_scale="0.5" inactive_rotationMode="auto" inactive_rotationSpeed="-2" inactive_colorize="false" inactive_alpha="1.0" />
<center_layer file="blue.svg"
active_scale="0.5" active_rotationMode="auto" active_rotationSpeed="2" active_colorize="false" active_alpha="1.0"
inactive_scale="1.0" inactive_rotationMode="auto" inactive_rotationSpeed="2" inactive_colorize="false" inactive_alpha="1.0" />
<center_layer file="caption.svg"
active_scale="1.0" active_rotationMode="auto" active_rotationSpeed="0" active_colorize="false" active_alpha="0.8"
inactive_scale="1.0" inactive_rotationMode="auto" inactive_rotationSpeed="0" inactive_colorize="false" inactive_alpha="0.0" />
</center>
<slices radius="30" minGap="0">
<activeSlice>
<slice_layer type="file" file="icon_bg.svg" scale="1" colorize="false" />
<slice_layer type="file" file="icon_fg.svg" scale="1" colorize="true" />
<slice_layer type="icon" scale="0.7"/>
</activeSlice>
<inactiveSlice>
<slice_layer type="file" file="icon_bg.svg" scale="0.7" colorize="false" />
<slice_layer type="file" file="icon_fg.svg" scale="0.65" colorize="false" />
<slice_layer type="icon" scale="0.5"/>
</inactiveSlice>
</slices>
<caption position="-35" font="sans bold 10" width="100" height="30" />
</pie>
</theme>
|