diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-04-18 15:42:59 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-04-18 15:42:59 +0200 |
commit | 84a27086bbd9f493128b354300f9c77ccb32a56b (patch) | |
tree | 977cb323f0ac6953f10bc20d84f45ebd5a6d4535 /resources/themes/simple/theme.xml | |
parent | b683ce2789d95b2e9f221e75adc30efd91cfb901 (diff) |
Imported Upstream version 0.6.0upstream/0.6.0
Diffstat (limited to 'resources/themes/simple/theme.xml')
-rw-r--r-- | resources/themes/simple/theme.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/resources/themes/simple/theme.xml b/resources/themes/simple/theme.xml new file mode 100644 index 0000000..88aba34 --- /dev/null +++ b/resources/themes/simple/theme.xml @@ -0,0 +1,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> + |