1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-29 22:40:44 +00:00

added flatabulous window buttons to metacity theme

This commit is contained in:
jonas 2016-09-30 14:07:31 +02:00
parent f08c5fae36
commit 084ca0a65f
24 changed files with 630 additions and 70 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 521 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 412 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 521 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 419 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 412 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 B

View File

@ -18,26 +18,6 @@
<constant name="C_wm_highlight" value="gtk:custom(wm_highlight,#eeeff1)" />
<!-- window button colors -->
<!-- close -->
<constant name="C_button_close_bg_focused" value="gtk:custom(wm_button_close_bg,#f46067)" />
<constant name="C_button_close_bg_hover" value="gtk:custom(wm_button_close_hover_bg,#f68086)" />
<constant name="C_button_close_bg_active" value="gtk:custom(wm_button_close_active_bg,#f13039)" />
<constant name="C_icon_close_bg" value="gtk:custom(wm_icon_close_bg,#F8F8F9)" />
<!-- minimize, maximize -->
<constant name="C_button_bg_hover" value="gtk:custom(wm_button_hover_bg,#fdfdfd)" />
<constant name="C_button_bg_active" value="gtk:custom(wm_button_active_bg,#5294E2)" />
<constant name="C_button_border_hover" value="gtk:custom(wm_button_hover_border,#D1D3DA)" />
<constant name="C_icon_bg_focused" value="gtk:custom(wm_icon_bg,#90949E)" />
<constant name="C_icon_bg_unfocused" value="gtk:custom(wm_icon_unfocused_bg,#B6B8C0)" />
<constant name="C_icon_bg_hover" value="gtk:custom(wm_icon_hover_bg,#7A7F8B)" />
<constant name="C_icon_bg_active" value="gtk:custom(wm_icon_active_bg,#ffffff)" />
<!-- geometries -->
<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1">
@ -61,7 +41,7 @@
<distance name="right_width" value="0" />
<distance name="left_titlebar_edge" value="0"/>
<distance name="right_titlebar_edge" value="0"/>
<distance name="title_vertical_pad" value="2"/> <!--
<distance name="title_vertical_pad" value="2"/> <!--
This needs to be 1 less then the
title_vertical_pad on normal state
or you'll have bigger buttons -->
@ -186,100 +166,156 @@
</draw_ops>
<!--close-->
<draw_ops name="close_focused">
<image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
</draw_ops>
<constant name="C_icons_shadow" value="blend/#000000/gtk:bg[NORMAL]/0.6" />
<draw_ops name="close_focused_pressed">
<image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<draw_ops name="close_focused">
<image filename="close_focused_normal.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="close_focused_prelight">
<image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close_focused_prelight.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="close_focused_pressed">
<image filename="close_focused_pressed.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="close_unfocused">
<image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close_unfocused.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="close_unfocused_prelight">
<image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close_unfocused_prelight.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="close_unfocused_pressed">
<image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close_unfocused_pressed.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<!--maximize-->
<draw_ops name="maximize_focused">
<image filename="max-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="maximize_focused_pressed">
<image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="maximize_focused_normal.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="maximize_focused_prelight">
<image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="maximize_focused_prelight.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="maximize_focused_pressed">
<image filename="maximize_focused_pressed.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="maximize_unfocused">
<image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="maximize_unfocused.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="maximize_unfocused_prelight">
<image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="maximize_unfocused_prelight.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="maximize_unfocused_pressed">
<image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="maximize_unfocused_pressed.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<!--minimize-->
<!-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -->
<draw_ops name="minimize_focused">
<image filename="min-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="minimize_focused_pressed">
<image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="minimize_focused_normal.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="minimize_focused_prelight">
<image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="minimize_focused_prelight.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="minimize_focused_pressed">
<image filename="minimize_focused_pressed.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="minimize_unfocused">
<image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="minimize_unfocused.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="minimize_unfocused_prelight">
<image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="minimize_unfocused_prelight.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="minimize_unfocused_pressed">
<image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="minimize_unfocused_pressed.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<!--Todo-->
<draw_ops name="menu_focused"></draw_ops>
<draw_ops name="menu_focused_pressed"></draw_ops>

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 B

View File

@ -0,0 +1,131 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="19"
height="19"
id="svg4875"
version="1.1"
inkscape:version="0.91+devel r"
viewBox="0 0 19 19"
sodipodi:docname="minimize.svg">
<defs
id="defs4877">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4809"
id="linearGradient4795"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-1072.3622,-1053.3622)"
x1="2.0000153"
y1="1062.8622"
x2="16.999975"
y2="1062.8622" />
<linearGradient
inkscape:collect="always"
id="linearGradient4809">
<stop
style="stop-color:#5a5955;stop-opacity:1"
offset="0"
id="stop4511" />
<stop
id="stop4517"
offset="0.50001228"
style="stop-color:#75746d;stop-opacity:1" />
<stop
style="stop-color:#8e8d88;stop-opacity:1"
offset="1"
id="stop4513" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4521"
id="linearGradient4797"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(2125.7244,0)"
x1="-1070.3622"
y1="9.4999952"
x2="-1055.3622"
y2="9.4999952" />
<linearGradient
inkscape:collect="always"
id="linearGradient4521">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4523" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4525" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4521"
id="linearGradient4799"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)"
x1="-1070.3622"
y1="9.4999952"
x2="-1055.3622"
y2="9.4999952" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="23.716923"
inkscape:cx="5.8731397"
inkscape:cy="6.8250568"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1920"
inkscape:window-height="1056"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata4880">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(287.35715,-522.86219)">
<ellipse
style="fill:#f1c40f;fill-opacity:1;stroke:#d0aa0d;stroke-width:0.28122878;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4157"
cx="-277.85715"
cy="532.36218"
rx="5.859386"
ry="5.8593855"
inkscape:export-filename="/home/ionicabizau/Documents/foo/Flattiance/metacity-1/minimize.png"
inkscape:export-xdpi="8192"
inkscape:export-ydpi="8192" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -0,0 +1,131 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="19"
height="19"
id="svg4875"
version="1.1"
inkscape:version="0.91+devel r"
viewBox="0 0 19 19"
sodipodi:docname="minimize.svg">
<defs
id="defs4877">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4809"
id="linearGradient4795"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-1072.3622,-1053.3622)"
x1="2.0000153"
y1="1062.8622"
x2="16.999975"
y2="1062.8622" />
<linearGradient
inkscape:collect="always"
id="linearGradient4809">
<stop
style="stop-color:#5a5955;stop-opacity:1"
offset="0"
id="stop4511" />
<stop
id="stop4517"
offset="0.50001228"
style="stop-color:#75746d;stop-opacity:1" />
<stop
style="stop-color:#8e8d88;stop-opacity:1"
offset="1"
id="stop4513" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4521"
id="linearGradient4797"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(2125.7244,0)"
x1="-1070.3622"
y1="9.4999952"
x2="-1055.3622"
y2="9.4999952" />
<linearGradient
inkscape:collect="always"
id="linearGradient4521">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4523" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4525" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4521"
id="linearGradient4799"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)"
x1="-1070.3622"
y1="9.4999952"
x2="-1055.3622"
y2="9.4999952" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="23.716923"
inkscape:cx="5.8731397"
inkscape:cy="6.8250568"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1920"
inkscape:window-height="1056"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata4880">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(287.35715,-522.86219)">
<ellipse
style="fill:#f1c40f;fill-opacity:1;stroke:#d0aa0d;stroke-width:0.28122878;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4157"
cx="-277.85715"
cy="532.36218"
rx="5.859386"
ry="5.8593855"
inkscape:export-filename="/home/ionicabizau/Documents/foo/Flattiance/metacity-1/minimize.png"
inkscape:export-xdpi="8192"
inkscape:export-ydpi="8192" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -0,0 +1,131 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="19"
height="19"
id="svg4875"
version="1.1"
inkscape:version="0.91+devel r"
viewBox="0 0 19 19"
sodipodi:docname="minimize.svg">
<defs
id="defs4877">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4809"
id="linearGradient4795"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-1072.3622,-1053.3622)"
x1="2.0000153"
y1="1062.8622"
x2="16.999975"
y2="1062.8622" />
<linearGradient
inkscape:collect="always"
id="linearGradient4809">
<stop
style="stop-color:#5a5955;stop-opacity:1"
offset="0"
id="stop4511" />
<stop
id="stop4517"
offset="0.50001228"
style="stop-color:#75746d;stop-opacity:1" />
<stop
style="stop-color:#8e8d88;stop-opacity:1"
offset="1"
id="stop4513" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4521"
id="linearGradient4797"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(2125.7244,0)"
x1="-1070.3622"
y1="9.4999952"
x2="-1055.3622"
y2="9.4999952" />
<linearGradient
inkscape:collect="always"
id="linearGradient4521">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4523" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4525" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4521"
id="linearGradient4799"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)"
x1="-1070.3622"
y1="9.4999952"
x2="-1055.3622"
y2="9.4999952" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="23.716923"
inkscape:cx="5.8731397"
inkscape:cy="6.8250568"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1920"
inkscape:window-height="1056"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata4880">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(287.35715,-522.86219)">
<ellipse
style="fill:#f1c40f;fill-opacity:1;stroke:#d0aa0d;stroke-width:0.28122878;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4157"
cx="-277.85715"
cy="532.36218"
rx="5.859386"
ry="5.8593855"
inkscape:export-filename="/home/ionicabizau/Documents/foo/Flattiance/metacity-1/minimize.png"
inkscape:export-xdpi="8192"
inkscape:export-ydpi="8192" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -0,0 +1,131 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="19"
height="19"
id="svg4875"
version="1.1"
inkscape:version="0.91+devel r"
viewBox="0 0 19 19"
sodipodi:docname="minimize.svg">
<defs
id="defs4877">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4809"
id="linearGradient4795"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-1072.3622,-1053.3622)"
x1="2.0000153"
y1="1062.8622"
x2="16.999975"
y2="1062.8622" />
<linearGradient
inkscape:collect="always"
id="linearGradient4809">
<stop
style="stop-color:#5a5955;stop-opacity:1"
offset="0"
id="stop4511" />
<stop
id="stop4517"
offset="0.50001228"
style="stop-color:#75746d;stop-opacity:1" />
<stop
style="stop-color:#8e8d88;stop-opacity:1"
offset="1"
id="stop4513" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4521"
id="linearGradient4797"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(2125.7244,0)"
x1="-1070.3622"
y1="9.4999952"
x2="-1055.3622"
y2="9.4999952" />
<linearGradient
inkscape:collect="always"
id="linearGradient4521">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4523" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4525" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4521"
id="linearGradient4799"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)"
x1="-1070.3622"
y1="9.4999952"
x2="-1055.3622"
y2="9.4999952" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="23.716923"
inkscape:cx="5.8731397"
inkscape:cy="6.8250568"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1920"
inkscape:window-height="1056"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata4880">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(287.35715,-522.86219)">
<ellipse
style="fill:#f1c40f;fill-opacity:1;stroke:#d0aa0d;stroke-width:0.28122878;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4157"
cx="-277.85715"
cy="532.36218"
rx="5.859386"
ry="5.8593855"
inkscape:export-filename="/home/ionicabizau/Documents/foo/Flattiance/metacity-1/minimize.png"
inkscape:export-xdpi="8192"
inkscape:export-ydpi="8192" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 412 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 B