summaryrefslogtreecommitdiff
path: root/resources/themes/minimalistic_text/theme.xml
diff options
context:
space:
mode:
authorAlessandro Ghedini <al3xbio@gmail.com>2012-03-05 12:19:59 +0100
committerAlessandro Ghedini <al3xbio@gmail.com>2012-03-05 12:19:59 +0100
commit98f3ef2689de06e8ab8b46a91acfa7dd2056a3a6 (patch)
treeb98e438ac1082925e12af6dfec6d9ebeb4e3035e /resources/themes/minimalistic_text/theme.xml
parenta824c3e5bdab686901b02667609282e7d596a6af (diff)
Imported Upstream version 0.5.1
Diffstat (limited to 'resources/themes/minimalistic_text/theme.xml')
-rw-r--r--resources/themes/minimalistic_text/theme.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/resources/themes/minimalistic_text/theme.xml b/resources/themes/minimalistic_text/theme.xml
new file mode 100644
index 0000000..f93c5da
--- /dev/null
+++ b/resources/themes/minimalistic_text/theme.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<theme name="Minimalistic Text" description="A text-only theme" author="Simon Schneegans" email="code@simonschneegans.de">
+ <pie radius="120" maxZoom="1.3" zoomRange="0.3" wobble="0.4" transitionTime="0.3" springiness="1.2"
+ fadeInTime="0.3" fadeOutTime="0.3" fadeInZoom="0.7" fadeOutZoom="1.2" fadeInRotation="0.2" fadeOutRotation="-0.2">
+ <slices radius="35" minGap="0">
+ <activeSlice>
+ <slice_layer type="icon" scale="0.1" />
+ <slice_layer type="file" file="bg.svg" scale="1" colorize="true" />
+ <slice_layer type="file" file="bg.svg" scale="0.95" colorize="false" />
+ <slice_layer type="file" file="fg.svg" scale="0.95" colorize="true" />
+ <slice_layer type="caption" y="0" font="sans bold 10" color="#fff" width="70" height="70" />
+ </activeSlice>
+ <inactiveSlice>
+ <slice_layer type="icon" scale="0.1" />
+ <slice_layer type="file" file="bg.svg" scale="1" colorize="true" />
+ <slice_layer type="file" file="bg.svg" scale="0.95" colorize="false" />
+ <slice_layer type="caption" y="0" font="sans bold 10" colorize="true" width="70" height="70" />
+ </inactiveSlice>
+ </slices>
+ </pie>
+</theme>
+