<?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>