diff options
author | Alessandro Ghedini <al3xbio@gmail.com> | 2011-10-19 10:56:04 +0200 |
---|---|---|
committer | Alessandro Ghedini <al3xbio@gmail.com> | 2011-10-19 10:56:04 +0200 |
commit | 6451a495637c6e3047a5a56573cffc6e3de9a515 (patch) | |
tree | 7c3eb29532e7c4b36a9da13c5890664fb816959b /resources/themes/gloss/theme.xml |
Imported Upstream version 0.2+gitdfdad95upstream/0.2+gitdfdad95
Diffstat (limited to 'resources/themes/gloss/theme.xml')
-rw-r--r-- | resources/themes/gloss/theme.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/resources/themes/gloss/theme.xml b/resources/themes/gloss/theme.xml new file mode 100644 index 0000000..efc20e0 --- /dev/null +++ b/resources/themes/gloss/theme.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<theme name="Glossy" description="A shiny theme for Gnome-Pie" author="Simon Schneegans" email="josi.schneegans@vr-web.de"> + <pie radius="100" maxZoom="1.3" zoomRange="0.2" transitionTime="0.1" fadeInTime="0.2" fadeOutTime="0.2" fadeInZoom="0.7" fadeOutZoom="0.7"> + <center radius="65" activeRadius="40"> + <center_layer file="icon_bg.svg" + active_scale="1" active_rotationMode="auto" active_rotationSpeed="0" active_colorize="false" active_alpha="1.0" + inactive_scale="0.6" inactive_rotationMode="auto" inactive_rotationSpeed="0" inactive_colorize="false" inactive_alpha="1.0" /> + <center_layer file="glow_bg.svg" + active_scale="1" active_rotationMode="auto" active_rotationSpeed="0" active_colorize="true" active_alpha="0.8" + inactive_scale="0.6" inactive_rotationMode="auto" inactive_rotationSpeed="0" inactive_colorize="false" inactive_alpha="0.3" /> + <center_layer file="icon_fg.svg" + active_scale="1" active_rotationMode="auto" active_rotationSpeed="0" active_colorize="false" active_alpha="1.0" + inactive_scale="0.6" inactive_rotationMode="auto" inactive_rotationSpeed="0" inactive_colorize="false" inactive_alpha="1.0" /> + <center_layer file="arrow.svg" + active_scale="1" active_rotationMode="turn_to_mouse" active_rotationSpeed="10.0" active_colorize="false" active_alpha="1.0" + inactive_scale="0.6" inactive_rotationMode="auto" inactive_rotationSpeed="0.0" inactive_colorize="false" inactive_alpha="0.0" /> + </center> + <slices radius="26" minGap="0"> + <activeSlice> + <slice_layer type="file" file="icon_bg.svg" scale="1" colorize="false" /> + <slice_layer type="icon" file="icon_mask.svg" scale="0.9" colorize="false" /> + <slice_layer type="file" file="icon_fg_active.svg" scale="1" colorize="false" /> + </activeSlice> + <inactiveSlice> + <slice_layer type="file" file="icon_bg.svg" scale="1" colorize="false" /> + <slice_layer type="icon" file="icon_mask.svg" scale="0.9" colorize="false" /> + <slice_layer type="file" file="icon_fg.svg" scale="1" colorize="false" /> + </inactiveSlice> + </slices> + <caption position="0" font="sans 10" width="100" height="100" /> + </pie> +</theme> + |