diff options
author | Alessandro Ghedini <al3xbio@gmail.com> | 2011-11-20 15:50:38 +0100 |
---|---|---|
committer | Alessandro Ghedini <al3xbio@gmail.com> | 2011-11-20 15:51:50 +0100 |
commit | 3997b71e281a5f43cc8c1892e85de30728df7b2d (patch) | |
tree | 96f2be7c48af03b7c540eba9dd6680eb270f23b8 /resources/themes/elementary/theme.xml | |
parent | 902829c62f552f35517783570025b479745de3c5 (diff) |
Imported Upstream version 0.3.1
Diffstat (limited to 'resources/themes/elementary/theme.xml')
-rw-r--r-- | resources/themes/elementary/theme.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/resources/themes/elementary/theme.xml b/resources/themes/elementary/theme.xml new file mode 100644 index 0000000..9282ba6 --- /dev/null +++ b/resources/themes/elementary/theme.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<theme name="Elementary" description="Inspired by the style of Elementary OS" author="Simon Schneegans" email="code@simonschneegans.de"> + <pie radius="120" maxZoom="1.2" zoomRange="0.1" transitionTime="0.15" springiness="1.3" + fadeInTime="0.2" fadeOutTime="0.2" fadeInZoom="0.7" fadeOutZoom="0.8" fadeInRotation="0.2" fadeOutRotation="-0.2"> + <center radius="70" activeRadius="35"> + <center_layer file="ring.svg" + active_scale="1.0" active_rotationMode="auto" active_rotationSpeed="0" active_colorize="false" active_alpha="1.0" + inactive_scale="1.0" inactive_rotationMode="auto" inactive_rotationSpeed="0" inactive_colorize="false" inactive_alpha="1.0" /> + </center> + <slices radius="40" minGap="-10" > + <activeSlice> + <slice_layer type="file" file="icon_bg.svg" scale="1" colorize="true" /> + <slice_layer type="icon" scale="0.5" /> + </activeSlice> + <inactiveSlice> + <slice_layer type="icon" scale="0.5" /> + </inactiveSlice> + </slices> + <caption position="0" font="sans 10" width="90" height="90" /> + </pie> +</theme> + |