summaryrefslogtreecommitdiff
path: root/resources/themes/unity/theme.xml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/themes/unity/theme.xml')
-rw-r--r--resources/themes/unity/theme.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/resources/themes/unity/theme.xml b/resources/themes/unity/theme.xml
new file mode 100644
index 0000000..6bf9cc8
--- /dev/null
+++ b/resources/themes/unity/theme.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<theme name="Unity" description="A theme made for the Unity interface of Ubuntu" author="Simon Schneegans" email="code@simonschneegans.de">
+ <pie radius="130" maxZoom="1.1" zoomRange="0.1" transitionTime="0.2" springiness="1.5"
+ fadeInTime="0.3" fadeOutTime="0.3" fadeInZoom="1.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_layer file="arrow.svg"
+ active_scale="1.0" active_rotationMode="turn_to_mouse" active_rotationSpeed="15.0" active_colorize="false" active_alpha="1.0"
+ inactive_scale="1.0" inactive_rotationMode="auto" inactive_rotationSpeed="0.0" inactive_colorize="false" inactive_alpha="0.0" />
+ </center>
+ <slices radius="28" minGap="14">
+ <activeSlice>
+ <slice_layer type="file" file="icon_active.svg" scale="1" colorize="true" />
+ <slice_layer type="file" file="gloss.svg" scale="1" colorize="false" />
+ <slice_layer type="icon" scale="0.9" colorize="false" file="caption_mask.svg" visibility="with_caption" />
+ <slice_layer type="icon" scale="0.9" colorize="false" visibility="without_caption" />
+ <slice_layer type="caption" y="21" font="sans 9" color="#000" width="55" height="20" visibility="with_caption" />
+ </activeSlice>
+ <inactiveSlice>
+ <slice_layer type="file" file="icon_inactive.svg" scale="1" colorize="false" />
+ <slice_layer type="file" file="gloss.svg" scale="1" colorize="false" />
+ <slice_layer type="icon" scale="0.9" colorize="false" />
+ <slice_layer type="file" file="caption.svg" scale="1" colorize="false" visibility="with_caption" />
+ <slice_layer type="caption" y="21" font="sans 9" color="#fff" width="55" height="20" visibility="with_caption" />
+ </inactiveSlice>
+ </slices>
+ <caption position="0" font="sans 10" width="90" height="90" />
+ </pie>
+</theme>
+