diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-09-27 15:07:18 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-09-27 15:07:18 +0200 |
commit | e5da485f77b3b8cd3bc32c13e4497a64a2ad10c3 (patch) | |
tree | b7351c6674108ea5746d70fdc2ff6c59bdc84595 /resources/themes/numix/theme.xml | |
parent | bbabe0f4e471dd984a1c01353c44d4eb1f336473 (diff) | |
parent | 16fe2e5d0525422ba6ca5db9e92a93d17caae302 (diff) |
Merge new upstream release
Diffstat (limited to 'resources/themes/numix/theme.xml')
-rw-r--r-- | resources/themes/numix/theme.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/resources/themes/numix/theme.xml b/resources/themes/numix/theme.xml new file mode 100644 index 0000000..7638fda --- /dev/null +++ b/resources/themes/numix/theme.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<theme name="Numix" description="Goes well with the Numix icon set" author="Simon Schneegans" email="code@simonschneegans.de"> + <pie radius="110" maxZoom="1.1" zoomRange="0.1" transitionTime="0.2" springiness="1.5" + fadeInTime="0.3" fadeOutTime="0.3" fadeInZoom="0.5" fadeOutZoom="0.7" fadeInRotation="0.2" fadeOutRotation="-0.3"> + <center radius="80" activeRadius="55"> + <center_layer file="ring.svg" + active_scale="0.8" active_rotationMode="auto" active_rotationSpeed="0" active_colorize="false" active_alpha="1.0" + inactive_scale="0.8" inactive_rotationMode="auto" inactive_rotationSpeed="0" inactive_colorize="false" inactive_alpha="1.0" /> + </center> + <slices radius="25"> + <activeSlice> + <slice_layer type="file" file="icon.svg" scale="1.7" /> + <slice_layer type="file" colorize="false" file="icon.svg" scale="1.7" /> + <slice_layer type="icon" scale="1.4" file="icon_mask_caption.svg" visibility="with_caption" /> + <slice_layer type="icon" scale="1.4" file="icon_mask.svg" visibility="without_caption" /> + <slice_layer type="caption" y="22" font="sans 8" width="50" color="#dcdcdc" height="20" visibility="with_caption" /> + </activeSlice> + <inactiveSlice> + <slice_layer type="file" file="icon.svg" scale="1.7" /> + <slice_layer type="icon" scale="1.4" file="icon_mask_caption.svg" visibility="with_caption" /> + <slice_layer type="icon" scale="1.4" file="icon_mask.svg" visibility="without_caption" /> + <slice_layer type="caption" y="22" font="sans 8" width="50" color="#dcdcdc" height="20" visibility="with_caption" /> + </inactiveSlice> + </slices> + <caption position="0" font="sans 10" width="80" height="80" color="#dcdcdc"/> + </pie> +</theme> + |