blob: 88aba34f52e79a976eb291a7388d2749ee3370b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<theme name="Simple" description="Only icons" author="Simon Schneegans" email="code@simonschneegans.de">
<pie radius="120" maxZoom="1.3" zoomRange="0.2" transitionTime="0.2" springiness="1.5"
fadeInTime="0.3" fadeOutTime="0.3" fadeInZoom="0.2" wobble="0.1" fadeOutZoom="0.8" fadeInRotation="0.0" fadeOutRotation="0.0">
<slices radius="35" minGap="0">
<activeSlice>
<slice_layer type="icon" scale="0.7" />
<slice_layer type="file" file="slice_caption.svg" scale="1" colorize="false" visibility="with_caption" />
<slice_layer type="caption" y="28" font="sans bold 10" width="85" height="20" visibility="with_caption" />
</activeSlice>
<inactiveSlice>
<slice_layer type="icon" scale="0.7" />
<slice_layer type="file" file="slice_caption.svg" scale="1" colorize="false" visibility="with_caption" />
<slice_layer type="caption" y="28" font="sans bold 10" width="85" height="20" visibility="with_caption" />
</inactiveSlice>
</slices>
</pie>
</theme>
|