diff options
Diffstat (limited to 'resources/themes/slim/theme.xml')
-rw-r--r-- | resources/themes/slim/theme.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/resources/themes/slim/theme.xml b/resources/themes/slim/theme.xml new file mode 100644 index 0000000..91b5a96 --- /dev/null +++ b/resources/themes/slim/theme.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<theme name="Slim" description="Well... quite simplistic" author="Simon Schneegans" email="josi.schneegans@vr-web.de"> + <pie radius="120" maxZoom="1.3" zoomRange="0.2" transitionTime="0.2" springiness="1.5" + fadeInTime="0.3" fadeOutTime="0.3" fadeInZoom="0.8" fadeOutZoom="0.8" fadeInRotation="0.3" fadeOutRotation="-0.3"> + <center radius="120" activeRadius="35"> + <center_layer file="bg.svg" + active_scale="1.0" active_rotationMode="auto" active_rotationSpeed="0" active_colorize="false" active_alpha="1" + inactive_scale="1.0" inactive_rotationMode="auto" inactive_rotationSpeed="0" inactive_colorize="false" inactive_alpha="1" /> + <center_layer file="dot.svg" + active_scale="0.22" active_rotationMode="turn_to_mouse" active_rotationSpeed="5.5" active_colorize="false" active_alpha="0.8" + inactive_scale="0.22" inactive_rotationMode="auto" inactive_rotationSpeed="0.55" inactive_colorize="false" inactive_alpha="0.8" /> + <center_layer file="dot.svg" + active_scale="0.3" active_rotationMode="turn_to_mouse" active_rotationSpeed="4.0" active_colorize="false" active_alpha="0.8" + inactive_scale="0.25" inactive_rotationMode="auto" inactive_rotationSpeed="-0.35" inactive_colorize="false" inactive_alpha="0.8" /> + <center_layer file="dot.svg" + active_scale="0.4" active_rotationMode="turn_to_mouse" active_rotationSpeed="4.0" active_colorize="false" active_alpha="0.85" + inactive_scale="0.35" inactive_rotationMode="auto" inactive_rotationSpeed="0.5" inactive_colorize="false" inactive_alpha="0.85" /> + <center_layer file="dot.svg" + active_scale="0.5" active_rotationMode="turn_to_mouse" active_rotationSpeed="5" active_colorize="false" active_alpha="0.9" + inactive_scale="0.4" inactive_rotationMode="auto" inactive_rotationSpeed="-0.7" inactive_colorize="false" inactive_alpha="0.9" /> + <center_layer file="dot.svg" + active_scale="0.7" active_rotationMode="turn_to_mouse" active_rotationSpeed="9.0" active_colorize="true" active_alpha="1.0" + inactive_scale="0.5" inactive_rotationMode="auto" inactive_rotationSpeed="1.0" inactive_colorize="false" inactive_alpha="1.0" /> + </center> + <slices radius="24"> + <activeSlice> + <slice_layer type="icon" /> + </activeSlice> + <inactiveSlice> + <slice_layer type="icon" /> + </inactiveSlice> + </slices> + </pie> +</theme> + |