summaryrefslogtreecommitdiff
path: root/resources/themes/funky/theme.xml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/themes/funky/theme.xml')
-rw-r--r--resources/themes/funky/theme.xml42
1 files changed, 42 insertions, 0 deletions
diff --git a/resources/themes/funky/theme.xml b/resources/themes/funky/theme.xml
new file mode 100644
index 0000000..edf841b
--- /dev/null
+++ b/resources/themes/funky/theme.xml
@@ -0,0 +1,42 @@
+<?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="120" maxZoom="1.3" zoomRange="0.3" wobble="0.5" 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="35" 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"/>
+ <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="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"/>
+ <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>
+ <caption position="-35" font="sans bold 10" width="100" height="20" />
+ </pie>
+</theme>
+