diff options
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> + |