blob: 0286f21166c93cfa7faa3e1a3fc33dcfae9c5e90 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<theme name="Elementary" description="Inspired by the style of Elementary OS" author="Simon Schneegans" email="code@simonschneegans.de">
<pie radius="100" maxZoom="1.2" zoomRange="0.3" wobble="0.1" transitionTime="0.15" springiness="0.3"
fadeInTime="0.2" fadeOutTime="0.2" fadeInZoom="0.5" fadeOutZoom="0.8" fadeInRotation="0.2" fadeOutRotation="-0.2">
<center radius="50" activeRadius="35">
<center_layer file="ring.svg"
active_scale="1.0" active_rotationMode="auto" active_rotationSpeed="0" active_colorize="false" active_alpha="1.0"
inactive_scale="1.0" inactive_rotationMode="auto" inactive_rotationSpeed="0" inactive_colorize="false" inactive_alpha="1.0" />
<center_layer file="arrow.svg"
active_scale="1.0" active_rotationMode="turn_to_mouse" active_rotationSpeed="15.0" active_colorize="false" active_alpha="1.0"
inactive_scale="1.0" inactive_rotationMode="auto" inactive_rotationSpeed="0.0" inactive_colorize="false" inactive_alpha="0.0" />
</center>
<slices radius="40" minGap="-5" >
<activeSlice>
<slice_layer type="file" file="icon_bg.svg" scale="1" colorize="true" />
<slice_layer type="icon" scale="0.5" />
<slice_layer type="file" file="slice_caption.svg" scale="1" colorize="true" visibility="with_caption" />
<slice_layer type="caption" y="30" font="sans 9" width="85" color="#3a3a3a" height="20" visibility="with_caption" />
</activeSlice>
<inactiveSlice>
<slice_layer type="icon" scale="0.5" />
<slice_layer type="file" file="slice_caption.svg" scale="1" colorize="true" visibility="with_caption" />
<slice_layer type="caption" y="30" font="sans 9" width="85" color="#3a3a3a" height="20" visibility="with_caption" />
</inactiveSlice>
</slices>
<caption position="0" font="sans 9" width="70" height="70" color="#3a3a3a"/>
</pie>
</theme>
|