summaryrefslogtreecommitdiff
path: root/resources/themes/gloss/theme.xml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/themes/gloss/theme.xml')
-rw-r--r--resources/themes/gloss/theme.xml34
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>
+