diff options
author | Alessandro Ghedini <al3xbio@gmail.com> | 2011-10-19 10:56:04 +0200 |
---|---|---|
committer | Alessandro Ghedini <al3xbio@gmail.com> | 2011-10-19 10:56:04 +0200 |
commit | 6451a495637c6e3047a5a56573cffc6e3de9a515 (patch) | |
tree | 7c3eb29532e7c4b36a9da13c5890664fb816959b /resources/themes/funky/theme.xml |
Imported Upstream version 0.2+gitdfdad95upstream/0.2+gitdfdad95
Diffstat (limited to 'resources/themes/funky/theme.xml')
-rw-r--r-- | resources/themes/funky/theme.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/resources/themes/funky/theme.xml b/resources/themes/funky/theme.xml new file mode 100644 index 0000000..a953089 --- /dev/null +++ b/resources/themes/funky/theme.xml @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<theme name="Funky" description="Just testing what these themes can do..." author="Simon Schneegans" email="josi.schneegans@vr-web.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> + |