diff options
Diffstat (limited to 'resources/themes/adwaita/theme.xml')
-rw-r--r-- | resources/themes/adwaita/theme.xml | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/resources/themes/adwaita/theme.xml b/resources/themes/adwaita/theme.xml index d7e2d04..6805ad0 100644 --- a/resources/themes/adwaita/theme.xml +++ b/resources/themes/adwaita/theme.xml @@ -1,31 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> <theme name="Adwaita" description="Made for the default theme of Gnome3" author="Simon Schneegans" email="code@simonschneegans.de"> - <pie radius="150" 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.5" fadeOutRotation="-0.7"> - <center radius="100" activeRadius="55"> - <center_layer file="ring.svg" + <pie radius="110" maxZoom="1.1" zoomRange="0.1" transitionTime="0.2" springiness="1.5" + fadeInTime="0.3" fadeOutTime="0.3" fadeInZoom="0.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="10.0" active_colorize="true" active_alpha="1.0" - inactive_scale="1.0" inactive_rotationMode="turn_to_mouse" inactive_rotationSpeed="5.0" inactive_colorize="false" inactive_alpha="0.0" /> </center> - <slices radius="30"> + <slices radius="25"> <activeSlice> - <slice_layer type="file" file="icon_active.svg" scale="1.8" /> + <slice_layer type="file" file="icon.svg" scale="1.7" /> + <slice_layer type="file" colorize="true" file="icon_highlight.svg" scale="1.7" /> <slice_layer type="icon" scale="0.9" file="caption_mask.svg" visibility="with_caption" /> <slice_layer type="icon" scale="0.9" visibility="without_caption" /> - <slice_layer type="caption" y="22" font="sans 9" width="60" color="#000" height="20" visibility="with_caption" /> + <slice_layer type="caption" y="22" font="sans 8" width="50" color="#333" height="20" visibility="with_caption" /> </activeSlice> <inactiveSlice> - <slice_layer type="file" file="icon_inactive.svg" scale="1.8" /> + <slice_layer type="file" file="icon.svg" scale="1.7" /> <slice_layer type="icon" scale="0.9" file="caption_mask.svg" visibility="with_caption" /> <slice_layer type="icon" scale="0.9" visibility="without_caption" /> - <slice_layer type="caption" y="22" font="sans 9" width="60" color="#000" height="20" visibility="with_caption" /> + <slice_layer type="caption" y="22" font="sans 8" width="50" color="#333" height="20" visibility="with_caption" /> </inactiveSlice> </slices> - <caption position="0" font="sans 10" width="100" height="100" color="#000"/> + <caption position="0" font="sans 10" width="80" height="80" color="#333"/> </pie> </theme> |