blob: fca0849b77255939630efc80ffcd436555f80875 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="UTF-8"?>
<theme name="Minimalistic Text" description="A text-only theme" author="Simon Schneegans" email="code@simonschneegans.de">
<pie radius="120" maxZoom="1.3" zoomRange="0.3" wobble="0.4" transitionTime="0.3" springiness="1.2"
fadeInTime="0.3" fadeOutTime="0.3" fadeInZoom="0.7" fadeOutZoom="1.2" fadeInRotation="0.2" fadeOutRotation="-0.2">
<slices radius="35" minGap="0">
<activeSlice>
<slice_layer type="icon" scale="0.1" />
<slice_layer type="file" file="bg.svg" scale="1" colorize="true" />
<slice_layer type="file" file="bg.svg" scale="0.95" colorize="false" />
<slice_layer type="file" file="fg.svg" scale="0.95" colorize="true" />
<slice_layer type="caption" y="0" font="sans bold 10" color="#fff" width="65" height="65" />
</activeSlice>
<inactiveSlice>
<slice_layer type="icon" scale="0.1" />
<slice_layer type="file" file="bg.svg" scale="1" colorize="true" />
<slice_layer type="file" file="bg.svg" scale="0.95" colorize="false" />
<slice_layer type="caption" y="0" font="sans bold 10" colorize="true" width="65" height="65" />
</inactiveSlice>
</slices>
</pie>
</theme>
|