First publishable version

This commit is contained in:
Eudaimon 2022-07-25 12:06:09 +02:00
parent c8b05825a0
commit d32217c528
295 changed files with 28883 additions and 6764 deletions

1
xfwm4/README Normal file
View file

@ -0,0 +1 @@
Created by Nestort <eudaimon@disroot.org> circa 2021

BIN
xfwm4/blue-prelight.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 571 B

BIN
xfwm4/blue.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 B

View file

@ -2,8 +2,8 @@
static char * bottom_active_xpm[] = {
"24 6 3 1",
" c None",
"# c #C0C0C0 s active_color_2",
"@ c #C0C0FF s active_color_2",
"# c #C0C0C0 s active_color_1",
"@ c #C0C0FF s active_shadow_1",
"################################",
"################################",
"################################",

View file

@ -1,9 +1,9 @@
/* XPM */
static char * bottom_inactive_xpm[] = {
static char * bottom_active_xpm[] = {
"24 6 3 1",
" c None",
"# c #C0C0C0 s inactive_color_2",
"@ c #C0C0FF s inactive_color_2",
"# c #C0C0C0 s active_color_2",
"@ c #C0C0FF s active_shadow_2",
"################################",
"################################",
"################################",

View file

@ -1,9 +1,10 @@
/* XPM */
static char * bottom_left_active_xpm[] = {
"24 24 3 1",
"24 24 4 1",
" c None",
"# c #C0C0C0 s active_color_2",
"@ c #C0C0FF s active_color_2",
"# c #C0C0C0 s active_color_1",
"@ c #C0C0FF s active_hilight_1",
"S c #202020 s active_shadow_1",
"@@#### ",
"@@#### ",
"@@#### ",
@ -26,5 +27,5 @@ static char * bottom_left_active_xpm[] = {
"@@######################",
"@@######################",
"@@######################",
" @@@@@@@@@@@@@@@@@@@@@@@",
" @@@@@@@@@@@@@@@@@@@@@@"};
"@SSSSSSSSSSSSSSSSSSSSSSS",
"SSSSSSSSSSSSSSSSSSSSSSSS"};

View file

@ -1,9 +1,10 @@
/* XPM */
static char * bottom_left_inactive_xpm[] = {
"24 24 3 1",
static char * bottom_left_active_xpm[] = {
"24 24 4 1",
" c None",
"# c #C0C0C0 s inactive_color_2",
"@ c #C0C0FF s inactive_color_2",
"@ c #C0C0FF s inactive_hilight_2",
"S c #202020 s inactive_shadow_2",
"@@#### ",
"@@#### ",
"@@#### ",
@ -26,5 +27,5 @@ static char * bottom_left_inactive_xpm[] = {
"@@######################",
"@@######################",
"@@######################",
" @@@@@@@@@@@@@@@@@@@@@@@",
" @@@@@@@@@@@@@@@@@@@@@@"};
"@SSSSSSSSSSSSSSSSSSSSSSS",
"SSSSSSSSSSSSSSSSSSSSSSSS"};

View file

@ -1,9 +1,10 @@
/* XPM */
static char * bottom_right_active_xpm[] = {
"24 24 3 1",
"24 24 4 1",
" c None",
"# c #C0C0C0 s active_color_2",
"@ c #C0C0FF s active_color_2",
"# c #C0C0C0 s active_color_1",
"@ c #C0C0FF s active_shadow_1",
"S c #202020 s active_shadow_1",
" ####@@",
" ####@@",
" ####@@",
@ -26,5 +27,5 @@ static char * bottom_right_active_xpm[] = {
"######################@@",
"######################@@",
"######################@@",
"@@@@@@@@@@@@@@@@@@@@@@@ ",
"@@@@@@@@@@@@@@@@@@@@@@ "};
"SSSSSSSSSSSSSSSSSSSSSSS@",
"SSSSSSSSSSSSSSSSSSSSSSSS"};

View file

@ -1,9 +1,10 @@
/* XPM */
static char * bottom_right_inactive_xpm[] = {
"24 24 3 1",
static char * bottom_right_active_xpm[] = {
"24 24 4 1",
" c None",
"# c #C0C0C0 s inactive_color_2",
"@ c #C0C0FF s inactive_color_2",
"# c #C0C0C0 s active_color_2",
"@ c #C0C0FF s active_shadow_2",
"S c #202020 s active_shadow_2",
" ####@@",
" ####@@",
" ####@@",
@ -26,5 +27,5 @@ static char * bottom_right_inactive_xpm[] = {
"######################@@",
"######################@@",
"######################@@",
"@@@@@@@@@@@@@@@@@@@@@@@ ",
"@@@@@@@@@@@@@@@@@@@@@@ "};
"SSSSSSSSSSSSSSSSSSSSSSS@",
"SSSSSSSSSSSSSSSSSSSSSSSS"};

37
xfwm4/button-inactive.xpm Normal file
View file

@ -0,0 +1,37 @@
/* XPM */
static char * button_inactive_xpm[] = {
"25 30 4 1",
" c #808080 s inactive_color_2",
"@ c #FFFFFF s inactive_hilight_2",
"+ c #505050 s inactive_shadow_2",
"S c #C0C0C0 s inactive_text_color",
"@@@@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@@@@",
" ",
" ",
" @@@@@@@@@@@@@@@@@@@@@@@ ",
" @@@@@@@@@@@@@@@@@@@@@@+ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@+++++++++++++++++++++ ",
" @++++++++++++++++++++++ ",
" ",
" "};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 873 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 880 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 868 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 876 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 824 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 879 B

View file

@ -1 +0,0 @@
button-normal-invisible.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 933 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 930 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 917 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 939 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 952 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 911 B

View file

@ -1,461 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="39.821884mm"
height="40.675426mm"
viewBox="0 0 39.821884 40.675427"
version="1.1"
id="svg5"
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
sodipodi:docname="button.svg"
inkscape:export-filename="/home/nestor/Temes/xfwm/skeuomorphic/button-pressed-green.png"
inkscape:export-xdpi="15.611391"
inkscape:export-ydpi="15.611391"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview7"
pagecolor="#848484"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
inkscape:snap-object-midpoints="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="3.411691"
inkscape:cx="56.716743"
inkscape:cy="1.7586587"
inkscape:window-width="1865"
inkscape:window-height="1002"
inkscape:window-x="55"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="g10498"
inkscape:snap-global="false" />
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient10805">
<stop
style="stop-color:#000000;stop-opacity:0.57622337"
offset="0"
id="stop10795" />
<stop
style="stop-color:#000000;stop-opacity:0.18018584"
offset="0.22100876"
id="stop10797" />
<stop
style="stop-color:#ffffff;stop-opacity:0.15502834"
offset="0.65226007"
id="stop10799" />
<stop
style="stop-color:#ffffff;stop-opacity:0.43379629"
offset="0.92949122"
id="stop10801" />
<stop
style="stop-color:#ffffff;stop-opacity:0.09501138"
offset="1"
id="stop10803" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient6176">
<stop
style="stop-color:#000000;stop-opacity:0.57622337"
offset="0"
id="stop6168" />
<stop
style="stop-color:#000000;stop-opacity:0.18018584"
offset="0.13627508"
id="stop6170" />
<stop
style="stop-color:#ffffff;stop-opacity:0.07390807"
offset="0.78653789"
id="stop6172" />
<stop
style="stop-color:#ffffff;stop-opacity:0.40392157;"
offset="0.90752345"
id="stop6306" />
<stop
style="stop-color:#ffffff;stop-opacity:0.06246027"
offset="0.96921057"
id="stop6308" />
<stop
style="stop-color:#ffffff;stop-opacity:0.02829207"
offset="1"
id="stop6174" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="button-border-normal">
<stop
style="stop-color:#000000;stop-opacity:0.57622337"
offset="0"
id="stop5950" />
<stop
style="stop-color:#000000;stop-opacity:0.18018584"
offset="0.13627508"
id="stop5952" />
<stop
style="stop-color:#ffffff;stop-opacity:0.07390807"
offset="0.78653789"
id="stop5954" />
<stop
style="stop-color:#ffffff;stop-opacity:0.66000915"
offset="1"
id="stop5956" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="button-border-pressed">
<stop
style="stop-color:#000000;stop-opacity:0.57622337"
offset="0"
id="stop3878" />
<stop
style="stop-color:#000000;stop-opacity:0.18018584"
offset="0.22100876"
id="stop4014" />
<stop
style="stop-color:#ffffff;stop-opacity:0.15502834"
offset="0.65226007"
id="stop3884" />
<stop
style="stop-color:#ffffff;stop-opacity:0.60392157;"
offset="0.96878213"
id="stop10727" />
<stop
style="stop-color:#ffffff;stop-opacity:0.65075707"
offset="1"
id="stop3880" />
</linearGradient>
<inkscape:path-effect
effect="powerclip"
id="path-effect3032"
is_visible="true"
lpeversion="1"
inverse="true"
flatten="false"
hide_clip="false"
message="Use fill-rule evenodd on &lt;b&gt;fill and stroke&lt;/b&gt; dialog if no flatten result after convert clip to paths." />
<linearGradient
inkscape:collect="always"
id="linearGradient959">
<stop
style="stop-color:#ffffff;stop-opacity:0.2406868"
offset="0"
id="stop955" />
<stop
style="stop-color:#ffffff;stop-opacity:0.00140139"
offset="0.49532157"
id="stop1155" />
<stop
style="stop-color:#000000;stop-opacity:0.00007287"
offset="0.54817486"
id="stop1157" />
<stop
style="stop-color:#000000;stop-opacity:0.1474961"
offset="1"
id="stop957" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient852">
<stop
style="stop-color:#000000;stop-opacity:0.57622337"
offset="0"
id="stop848" />
<stop
style="stop-color:#ffffff;stop-opacity:0.66000915"
offset="1"
id="stop850" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient852"
id="linearGradient854"
x1="99.866486"
y1="92.581467"
x2="99.899818"
y2="61.460701"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient959"
id="linearGradient961"
x1="92.01017"
y1="61.88134"
x2="92.01017"
y2="92.789764"
gradientUnits="userSpaceOnUse" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath3024">
<rect
style="display:none;fill:url(#linearGradient3028);fill-opacity:1;stroke:url(#linearGradient3030);stroke-width:1.022;stroke-miterlimit:4;stroke-dasharray:none"
id="rect3026"
width="31.338425"
height="31.338425"
x="83.756355"
y="61.708019"
ry="6.3965168"
d="m 90.152872,61.708019 h 18.545388 c 3.54367,0 6.39652,2.852847 6.39652,6.396517 v 18.545391 c 0,3.54367 -2.85285,6.396517 -6.39652,6.396517 H 90.152872 c -3.54367,0 -6.396517,-2.852847 -6.396517,-6.396517 V 68.104536 c 0,-3.54367 2.852847,-6.396517 6.396517,-6.396517 z" />
<path
id="lpe_path-effect3032"
style="fill:url(#linearGradient3028);fill-opacity:1;stroke:url(#linearGradient3030);stroke-width:1.022;stroke-miterlimit:4;stroke-dasharray:none"
class="powerclip"
d="M 75.113241,72.205648 H 123.73789 V 105.18446 H 75.113241 Z M 90.152872,61.708019 c -3.54367,0 -6.396517,2.852847 -6.396517,6.396517 v 18.545391 c 0,3.54367 2.852847,6.396517 6.396517,6.396517 h 18.545388 c 3.54367,0 6.39652,-2.852847 6.39652,-6.396517 V 68.104536 c 0,-3.54367 -2.85285,-6.396517 -6.39652,-6.396517 z" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient959"
id="linearGradient3028"
gradientUnits="userSpaceOnUse"
x1="92.01017"
y1="61.88134"
x2="92.01017"
y2="92.789764" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient852"
id="linearGradient3030"
gradientUnits="userSpaceOnUse"
x1="99.866486"
y1="92.581467"
x2="99.899818"
y2="61.460701" />
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter3036"
x="-0.13482607"
y="-0.27759294"
width="1.2696521"
height="1.5551859">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="1.7090013"
id="feGaussianBlur3038" />
</filter>
<linearGradient
inkscape:collect="always"
xlink:href="#button-border-pressed"
id="linearGradient3042"
gradientUnits="userSpaceOnUse"
x1="99.866486"
y1="92.581467"
x2="99.899818"
y2="61.460701" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6176"
id="linearGradient4660"
gradientUnits="userSpaceOnUse"
x1="99.866486"
y1="92.581467"
x2="99.866486"
y2="61.248814"
gradientTransform="matrix(1.0661556,0,0,1.0661556,-86.690798,-98.676381)" />
<linearGradient
inkscape:collect="always"
xlink:href="#button-border-normal"
id="linearGradient6143"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0661556,0,0,1.0661556,-86.690798,-99.712989)"
x1="99.866486"
y1="92.581467"
x2="99.899818"
y2="61.460701" />
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter8213"
x="-0.18111441"
y="-0.71659308"
width="1.3624923"
height="2.3072241">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="2.2114898"
id="feGaussianBlur8215" />
</filter>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8217">
<rect
style="display:inline;fill:none;fill-opacity:1;stroke:#ff1717;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect8219"
width="32.268242"
height="32.268242"
x="3.1782022"
y="0.046087567"
ry="6.5863028"
inkscape:label="Mascara ombra pressed" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient959"
id="linearGradient8960"
gradientUnits="userSpaceOnUse"
x1="92.01017"
y1="61.88134"
x2="92.01017"
y2="92.789764"
gradientTransform="matrix(0.970115,0,0,0.970115,-77.141907,-58.884601)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient10805"
id="linearGradient10793"
gradientUnits="userSpaceOnUse"
x1="99.866486"
y1="92.581467"
x2="99.899818"
y2="61.460701" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient959"
id="linearGradient11272"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.970115,0,0,0.970115,-77.141907,-58.884601)"
x1="92.01017"
y1="61.88134"
x2="92.01017"
y2="92.789764" />
</defs>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="border-normal"
transform="translate(0.59861558,1.036608)"
style="display:inline">
<rect
style="display:inline;fill:none;fill-opacity:1;stroke:url(#linearGradient4660);stroke-width:1.022;stroke-miterlimit:4;stroke-dasharray:none"
id="rect4639"
width="33.411636"
height="33.411636"
x="2.6065092"
y="-32.886028"
ry="7.31249"
transform="scale(1,-1)" />
</g>
<g
inkscape:label="Shadow-normal"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-79.514626,-60.160411)"
style="display:inline">
<path
style="opacity:0.736615;mix-blend-mode:normal;fill:#010101;fill-opacity:0.997197;stroke:none;stroke-width:0.98794;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.576223;filter:url(#filter3036)"
id="rect1532"
width="30.42144"
height="14.775603"
x="84.214844"
y="81.307251"
ry="7.3878016"
sodipodi:type="rect"
d="m 91.602645,81.307251 h 15.645835 c 4.09284,0 7.3878,3.29496 7.3878,7.387802 0,4.092842 -3.29496,7.387801 -7.3878,7.387801 H 91.602645 c -4.092842,0 -7.387801,-3.294959 -7.387801,-7.387801 0,-4.092842 3.294959,-7.387802 7.387801,-7.387802 z"
clip-path="url(#clipPath3024)"
inkscape:path-effect="#path-effect3032"
transform="matrix(1.0309967,0,0,1.0379675,-3.0818611,-3.1523741)" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="button-normal"
style="display:inline"
transform="translate(0.59861558,1.036608)">
<rect
style="fill:none;fill-opacity:1;stroke:url(#linearGradient3042);stroke-width:1.022;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers fill stroke"
id="button-normal-border"
width="31.338425"
height="31.338425"
x="83.756355"
y="61.708019"
ry="6.3965168"
transform="translate(-80.11324,-61.197019)"
inkscape:label="button-normal-border" />
<rect
style="fill:url(#linearGradient11272);fill-opacity:1;stroke:none;stroke-width:1.022;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers fill stroke"
id="rect8940"
width="30.401876"
height="30.401876"
x="4.1113896"
y="0.97927409"
ry="6.2053571" />
</g>
<g
inkscape:groupmode="layer"
id="g10498"
inkscape:label="button-pressed"
style="display:none"
transform="translate(0.59861558,1.036608)">
<rect
style="fill:none;fill-opacity:1;stroke:url(#linearGradient10793);stroke-width:1.022;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers fill stroke"
id="rect10494"
width="31.338425"
height="31.338425"
x="83.756355"
y="61.708019"
ry="6.3965168"
transform="translate(-80.11324,-61.197019)"
inkscape:label="button-normal-border" />
<rect
style="fill:url(#linearGradient8960);fill-opacity:1;stroke:none;stroke-width:1.022;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers fill stroke"
id="rect10496"
width="30.401876"
height="30.401876"
x="4.1113896"
y="0.97927409"
ry="6.2053571" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="border-pressed"
style="display:none"
transform="translate(0.5986153)">
<rect
style="display:inline;fill:none;fill-opacity:1;stroke:url(#linearGradient6143);stroke-width:1.022;stroke-miterlimit:4;stroke-dasharray:none"
id="rect6139"
width="33.411636"
height="33.411636"
x="2.6065094"
y="-33.922638"
ry="7.31249"
transform="scale(1,-1)"
inkscape:label="Vora-pressed" />
<path
style="display:inline;mix-blend-mode:normal;fill:none;stroke:#000000;stroke-width:2.665;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter8213)"
d="m 0.93610833,10.91488 c 0,0 1.15056797,-9.2046094 8.15879027,-9.2046094 7.0082214,0 17.3977274,-0.00217 21.7109054,-0.060871 6.451395,-0.087798 6.73582,9.0659794 6.73582,9.0659794"
id="path7550"
sodipodi:nodetypes="cssc"
inkscape:label="Ombra-pressed"
clip-path="url(#clipPath8217)"
transform="translate(2.8653994e-7,1.036608)" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="color">
<rect
style="display:inline;opacity:0.11969092;fill:#01ff25;fill-opacity:1;stroke:none;stroke-width:1.022;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers fill stroke"
id="rect886"
width="32.544285"
height="32.544285"
x="3.638804"
y="0.94467962"
ry="7.1190581"
inkscape:label="button-normal-border" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 16 KiB

37
xfwm4/button.xpm Normal file
View file

@ -0,0 +1,37 @@
/* XPM */
static char * button_active_xpm[] = {
"25 30 4 1",
" c #808080 s active_color_1",
"@ c #FFFFFF s active_hilight_1",
"+ c #505050 s active_shadow_1",
"S c #C0C0C0 s active_text_color",
"@@@@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@@@@",
" ",
" ",
" @@@@@@@@@@@@@@@@@@@@@@@ ",
" @@@@@@@@@@@@@@@@@@@@@@+ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@+++++++++++++++++++++ ",
" @++++++++++++++++++++++ ",
" ",
" "};

Binary file not shown.

575
xfwm4/buttons-v2.svg Normal file
View file

@ -0,0 +1,575 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="24.199678mm"
height="25.028345mm"
viewBox="0 0 24.199679 25.028345"
version="1.1"
id="svg8"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
sodipodi:docname="buttons-v2.svg"
inkscape:export-filename="/home/nestor/Temes/GTK/gtk3/Mac-OS-X-Cheetah-dark-git/xfwm4/menu-prelight.png"
inkscape:export-xdpi="26.386084"
inkscape:export-ydpi="26.386084"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<defs
id="defs2">
<marker
style="overflow:visible"
id="Arrow2Sstart"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Sstart"
inkscape:isstock="true">
<path
transform="matrix(0.3,0,0,0.3,-0.69,0)"
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
id="path1014" />
</marker>
<marker
style="overflow:visible"
id="Arrow2Mstart"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mstart"
inkscape:isstock="true">
<path
transform="scale(0.6)"
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
id="path1008" />
</marker>
<marker
style="overflow:visible"
id="Arrow1Lstart"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow1Lstart"
inkscape:isstock="true">
<path
transform="matrix(0.8,0,0,0.8,10,0)"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
d="M 0,0 5,-5 -12.5,0 5,5 Z"
id="path984" />
</marker>
<linearGradient
id="linearGradient4549-7-5"
inkscape:collect="always">
<stop
id="stop4713"
offset="0"
style="stop-color:#a3a3a3;stop-opacity:1" />
<stop
id="stop846"
offset="0.28143725"
style="stop-color:#3b3b3b;stop-opacity:1" />
<stop
id="stop915"
offset="0.44401103"
style="stop-color:#1b1b1b;stop-opacity:1" />
<stop
id="stop848"
offset="0.5507682"
style="stop-color:#000000;stop-opacity:1" />
<stop
id="stop917"
offset="0.77568066"
style="stop-color:#515151;stop-opacity:1" />
<stop
id="stop4715"
offset="1"
style="stop-color:#fdfdfd;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4549-7-5"
id="linearGradient4551"
x1="65.506538"
y1="285.66071"
x2="64.214882"
y2="181.33928"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.19440301,0,0,0.19403046,-1.6155683,240.69162)" />
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter3536"
x="-0.051523432"
y="-0.1049699"
width="1.1030469"
height="1.2099398">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.42283646"
id="feGaussianBlur3538" />
</filter>
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter3688"
x="-0.061168509"
y="-0.061711545"
width="1.122337"
height="1.1234231">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.54954464"
id="feGaussianBlur3690" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.28"
inkscape:cx="-96.874998"
inkscape:cy="-82.031248"
inkscape:document-units="mm"
inkscape:current-layer="layer6"
showgrid="false"
inkscape:window-width="1865"
inkscape:window-height="1007"
inkscape:window-x="55"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:document-rotation="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:pagecheckerboard="0"
inkscape:snap-page="true" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Fons"
sodipodi:insensitive="true">
<rect
style="opacity:1;fill:#3d3d3e;fill-opacity:1;stroke:none;stroke-width:1.32292"
id="rect4237"
width="24.199677"
height="25.028345"
x="0"
y="0" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ombra"
transform="translate(0.89528121,-0.02472692)"
sodipodi:insensitive="true">
<ellipse
ry="10.686065"
rx="10.780932"
cy="13.0481"
cx="11.204558"
id="ellipse3594"
style="display:inline;opacity:0.665034;mix-blend-mode:multiply;fill:#0d0d0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter3688)" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Colors"
style="display:inline"
sodipodi:insensitive="true"
transform="translate(0.89528121,-0.02472692)">
<g
inkscape:label="Color-gray"
inkscape:groupmode="layer"
id="g1438"
style="display:inline"
transform="translate(0.21100694,-274.88691)">
<ellipse
ry="10.560802"
rx="10.654558"
cy="285.99771"
cx="10.993551"
id="ellipse1436"
style="fill:#676767;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<g
inkscape:label="Color-red"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0.21100694,-274.88691)"
style="display:none"
sodipodi:insensitive="true">
<ellipse
ry="10.560802"
rx="10.654558"
cy="285.99771"
cx="10.993551"
id="ellipse886"
style="fill:#d20000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<g
inkscape:label="Color-orange"
inkscape:groupmode="layer"
id="g927"
transform="translate(0.21100694,-274.88691)"
style="display:none"
sodipodi:insensitive="true">
<ellipse
ry="10.560802"
rx="10.654558"
cy="285.99771"
cx="10.993551"
id="ellipse925"
style="fill:#d09400;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<g
inkscape:label="Color-blue"
inkscape:groupmode="layer"
id="g935"
transform="translate(0.21100694,-274.88691)"
style="display:none"
sodipodi:insensitive="true">
<ellipse
ry="10.560802"
rx="10.654558"
cy="285.99771"
cx="10.993551"
id="ellipse933"
style="fill:#0094d2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<g
inkscape:label="Color-purple"
inkscape:groupmode="layer"
id="g939"
transform="translate(0.21100694,-274.88691)"
style="display:none"
sodipodi:insensitive="true">
<ellipse
ry="10.560802"
rx="10.654558"
cy="285.99771"
cx="10.993551"
id="ellipse937"
style="fill:#b800fa;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<g
inkscape:label="Color-green"
inkscape:groupmode="layer"
id="g931"
transform="translate(0.21100694,-274.88691)"
style="display:none"
sodipodi:insensitive="true">
<ellipse
ry="10.560802"
rx="10.654558"
cy="285.99771"
cx="10.993551"
id="ellipse929"
style="fill:#00b109;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.5833px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583"
x="10.151274"
y="286.49353"
id="text943"><tspan
sodipodi:role="line"
id="tspan941"
x="10.151274"
y="286.49353"
style="stroke-width:0.264583" /></text>
</g>
</g>
<g
inkscape:groupmode="layer"
id="g1426"
inkscape:label="Enfosquir"
style="display:none;mix-blend-mode:multiply"
transform="translate(1.1062881,0.08836437)"
sodipodi:insensitive="true">
<ellipse
ry="10.686065"
rx="10.780932"
cy="10.997702"
cx="10.993551"
id="ellipse1622"
style="display:inline;mix-blend-mode:multiply;fill:#c2c2c2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Brillus"
style="display:inline;opacity:0.711624;mix-blend-mode:screen"
transform="translate(1.1062881,0.08836437)"
sodipodi:insensitive="true">
<ellipse
ry="10.560802"
rx="10.654558"
cy="285.99771"
cx="10.993551"
id="path18"
style="fill:url(#linearGradient4551);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
transform="translate(0,-275.00001)" />
<path
id="path438"
style="opacity:0.38742;fill:#fefefe;fill-opacity:1;stroke:none;stroke-width:1.82886;filter:url(#filter3536)"
inkscape:transform-center-y="-0.90571199"
d="m 20.215655,10.685201 c -1.992967,-1.7827265 -5.83966,-4.2333331 -9.222103,-4.2333332 -3.3824432,0 -6.3581416,2.2355439 -9.2221035,4.2333332 C -0.09097934,8.9779244 2.6408892,5.0989108 4.2658336,3.7347323 5.890778,2.3705538 8.574989,1.0175964 10.993552,1.0175963 c 2.418563,-10e-8 5.102775,1.3529572 6.727719,2.7171358 1.624944,1.3641786 4.356812,5.2431926 2.494384,6.9504689 z"
sodipodi:nodetypes="czczssc" />
</g>
<g
inkscape:label="Vora i ombra"
inkscape:groupmode="layer"
id="g952"
transform="translate(1.1062881,-274.91164)"
style="display:inline"
sodipodi:insensitive="true">
<ellipse
ry="9.8662539"
rx="9.9539232"
cy="285.99771"
cx="10.99355"
id="ellipse950"
style="opacity:0.334601;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.9;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<ellipse
ry="10.686065"
rx="10.780932"
cy="10.997702"
cx="10.993551"
id="ellipse1422"
style="display:inline;mix-blend-mode:multiply;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
transform="translate(0,275)" />
</g>
<g
inkscape:groupmode="layer"
id="g932"
inkscape:label="Símbol x (close)"
style="display:none"
transform="translate(1.1062881,0.08836437)"
sodipodi:insensitive="true">
<path
sodipodi:type="star"
style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264999"
id="path928"
sodipodi:sides="4"
sodipodi:cx="10.619804"
sodipodi:cy="285.65479"
sodipodi:r1="7.6160188"
sodipodi:r2="5.3853388"
sodipodi:arg1="0.78539816"
sodipodi:arg2="1.5707963"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="m 16.005143,291.04012 -5.385338,0 -5.3853391,0 -3e-7,-5.38533 2e-7,-5.38534 5.3853382,0 5.385339,0 0,5.38534 z"
transform="matrix(0.16953645,0.16953645,-0.96898258,0.96898258,285.99407,-267.59497)" />
<path
sodipodi:type="star"
style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264999"
id="path930"
sodipodi:sides="4"
sodipodi:cx="10.619804"
sodipodi:cy="285.65479"
sodipodi:r1="7.6160188"
sodipodi:r2="5.3853388"
sodipodi:arg1="0.78539816"
sodipodi:arg2="1.5707963"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="m 16.005143,291.04012 -5.385338,0 -5.3853391,0 -3e-7,-5.38533 2e-7,-5.38534 5.3853382,0 5.385339,0 0,5.38534 z"
transform="matrix(-0.16942008,0.16942008,-0.96898258,-0.96898258,289.59372,285.99528)" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Símbol + (max)"
style="display:none"
transform="translate(1.1062881,0.08836437)"
sodipodi:insensitive="true">
<path
sodipodi:type="star"
style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264999"
id="path945"
sodipodi:sides="4"
sodipodi:cx="10.619804"
sodipodi:cy="285.65479"
sodipodi:r1="7.6160188"
sodipodi:r2="5.3853388"
sodipodi:arg1="0.78539816"
sodipodi:arg2="1.5707963"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="m 16.005143,291.04012 -5.385338,0 -5.3853391,0 -3e-7,-5.38533 2e-7,-5.38534 5.3853382,0 5.385339,0 0,5.38534 z"
transform="matrix(0.23976075,0,0,1.3703483,8.4537879,-380.44657)" />
<path
sodipodi:type="star"
style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264999"
id="path948"
sodipodi:sides="4"
sodipodi:cx="10.619804"
sodipodi:cy="285.65479"
sodipodi:r1="7.6160188"
sodipodi:r2="5.3853388"
sodipodi:arg1="0.78539816"
sodipodi:arg2="1.5707963"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="m 16.005143,291.04012 -5.385338,0 -5.3853391,0 -3e-7,-5.38533 2e-7,-5.38534 5.3853382,0 5.385339,0 0,5.38534 z"
transform="matrix(0,0.23959618,-1.3703483,0,402.44655,8.4555147)" />
</g>
<g
inkscape:groupmode="layer"
id="g913"
inkscape:label="Símbol - (min)"
style="display:none"
transform="translate(1.1062881,0.08836437)"
sodipodi:insensitive="true">
<path
sodipodi:type="star"
style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264999"
id="path911"
sodipodi:sides="4"
sodipodi:cx="10.619804"
sodipodi:cy="285.65479"
sodipodi:r1="7.6160188"
sodipodi:r2="5.3853388"
sodipodi:arg1="0.78539816"
sodipodi:arg2="1.5707963"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="m 16.005143,291.04012 -5.385338,0 -5.3853391,0 -3e-7,-5.38533 2e-7,-5.38534 5.3853382,0 5.385339,0 0,5.38534 z"
transform="matrix(0,0.23959618,-1.3703483,0,402.44655,8.4555147)" />
</g>
<g
inkscape:groupmode="layer"
id="g966"
inkscape:label="Símbol quadrat (unmax)"
style="display:none"
transform="translate(1.1062881,0.08836437)"
sodipodi:insensitive="true">
<path
sodipodi:type="star"
style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264999"
id="path962"
sodipodi:sides="4"
sodipodi:cx="10.619804"
sodipodi:cy="285.65479"
sodipodi:r1="7.6160188"
sodipodi:r2="5.3853388"
sodipodi:arg1="0.78539816"
sodipodi:arg2="1.5707963"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="m 16.005143,291.04012 -5.385338,0 -5.3853391,0 -3e-7,-5.38533 2e-7,-5.38534 5.3853382,0 5.385339,0 0,5.38534 z"
transform="matrix(0.49467594,0,0,0.49728331,5.7466383,-131.05136)" />
</g>
<g
inkscape:groupmode="layer"
id="g970"
inkscape:label="Símbol circumf (omni)"
style="display:none"
transform="translate(1.1062881,0.08836437)"
sodipodi:insensitive="true">
<ellipse
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.99844;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path972"
cx="11"
cy="11"
rx="4.7178855"
ry="4.7641859" />
</g>
<g
inkscape:groupmode="layer"
id="g976"
inkscape:label="Símbol cercle (un-omni)"
style="display:none"
transform="translate(1.1062881,0.08836437)"
sodipodi:insensitive="true">
<ellipse
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.41898;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="ellipse974"
cx="11"
cy="11"
rx="3.3499069"
ry="3.3827822" />
</g>
<g
inkscape:groupmode="layer"
id="g980"
inkscape:label="Símbol roll-up"
style="display:none"
transform="translate(1.1062881,0.08836437)"
sodipodi:insensitive="true">
<path
style="fill:none;stroke:#000000;stroke-width:2.165;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 11,15.930295 V 6.0695874 L 6.2950334,10.774554"
id="path982" />
<path
style="fill:none;stroke:#000000;stroke-width:2.165;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 11,15.930295 V 6.0695874 l 4.704967,4.7049666"
id="path1414" />
</g>
<g
inkscape:groupmode="layer"
id="g1420"
inkscape:label="Símbol roll-down"
style="display:none"
transform="translate(1.1062881,0.08836437)"
sodipodi:insensitive="true">
<path
style="fill:none;stroke:#000000;stroke-width:2.165;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 11,6.0697404 V 15.930448 L 6.2950334,11.225481"
id="path1416" />
<path
style="fill:none;stroke:#000000;stroke-width:2.165;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 11,6.0697404 v 9.8607076 l 4.704967,-4.704967"
id="path1418" />
</g>
<g
inkscape:groupmode="layer"
id="g1432"
inkscape:label="Símbol menu"
style="display:none"
transform="translate(1.1062881,0.08836437)"
sodipodi:insensitive="true">
<path
sodipodi:type="star"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.11927;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path1434"
sodipodi:sides="3"
sodipodi:cx="10.993551"
sodipodi:cy="10.8344"
sodipodi:r1="5.0393019"
sodipodi:r2="2.5196509"
sodipodi:arg1="-0.52359878"
sodipodi:arg2="0.52359878"
inkscape:flatsided="true"
inkscape:rounded="0"
inkscape:randomized="0"
d="M 15.357715,8.3147492 10.993551,15.873702 6.6293878,8.3147493 Z"
inkscape:transform-center-y="-0.065233269" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 21 KiB

View file

@ -0,0 +1,543 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="22.409117mm"
height="22.221605mm"
viewBox="0 0 22.409117 22.221605"
version="1.1"
id="svg8"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
sodipodi:docname="buttons-v2.svg"
inkscape:export-filename="stick-active.png"
inkscape:export-xdpi="37.720047"
inkscape:export-ydpi="37.720047"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<defs
id="defs2">
<marker
style="overflow:visible"
id="Arrow2Sstart"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Sstart"
inkscape:isstock="true">
<path
transform="matrix(0.3,0,0,0.3,-0.69,0)"
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
id="path1014" />
</marker>
<marker
style="overflow:visible"
id="Arrow2Mstart"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mstart"
inkscape:isstock="true">
<path
transform="scale(0.6)"
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
id="path1008" />
</marker>
<marker
style="overflow:visible"
id="Arrow1Lstart"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow1Lstart"
inkscape:isstock="true">
<path
transform="matrix(0.8,0,0,0.8,10,0)"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
d="M 0,0 5,-5 -12.5,0 5,5 Z"
id="path984" />
</marker>
<linearGradient
inkscape:collect="always"
id="linearGradient4826">
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="0"
id="stop4822" />
<stop
style="stop-color:#ffffff;stop-opacity:0"
offset="1"
id="stop4824" />
</linearGradient>
<linearGradient
id="linearGradient4549-7-5"
inkscape:collect="always">
<stop
id="stop4713"
offset="0"
style="stop-color:#a3a3a3;stop-opacity:1" />
<stop
id="stop846"
offset="0.28143725"
style="stop-color:#3b3b3b;stop-opacity:1" />
<stop
id="stop915"
offset="0.44401103"
style="stop-color:#1b1b1b;stop-opacity:1" />
<stop
id="stop848"
offset="0.5507682"
style="stop-color:#000000;stop-opacity:1" />
<stop
id="stop917"
offset="0.77568066"
style="stop-color:#515151;stop-opacity:1" />
<stop
id="stop4715"
offset="1"
style="stop-color:#fdfdfd;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4549-7-5"
id="linearGradient4551"
x1="65.506538"
y1="285.66071"
x2="64.214882"
y2="181.33928"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.19440301,0,0,0.19403046,-1.6155683,240.69162)" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4826"
id="radialGradient850"
cx="10.817346"
cy="278.30399"
fx="10.817346"
fy="278.30399"
r="5.4071593"
gradientTransform="matrix(1.1586751,0,0,0.69058056,-1.5629734,-187.87013)"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.6203868"
inkscape:cx="-45.022814"
inkscape:cy="41.432037"
inkscape:document-units="mm"
inkscape:current-layer="g1438"
showgrid="false"
inkscape:window-width="1865"
inkscape:window-height="1007"
inkscape:window-x="55"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:document-rotation="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:pagecheckerboard="0" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Colors"
style="display:inline"
sodipodi:insensitive="true">
<g
inkscape:label="Color-gray"
inkscape:groupmode="layer"
id="g1438"
style="display:none"
transform="translate(0.21100694,-274.88691)">
<ellipse
ry="10.560802"
rx="10.654558"
cy="285.99771"
cx="10.993551"
id="ellipse1436"
style="fill:#676767;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<g
inkscape:label="Color-red"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0.21100694,-274.88691)"
style="display:none"
sodipodi:insensitive="true">
<ellipse
ry="10.560802"
rx="10.654558"
cy="285.99771"
cx="10.993551"
id="ellipse886"
style="fill:#d20000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<g
inkscape:label="Color-orange"
inkscape:groupmode="layer"
id="g927"
transform="translate(0.21100694,-274.88691)"
style="display:none"
sodipodi:insensitive="true">
<ellipse
ry="10.560802"
rx="10.654558"
cy="285.99771"
cx="10.993551"
id="ellipse925"
style="fill:#d09400;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<g
inkscape:label="Color-blue"
inkscape:groupmode="layer"
id="g935"
transform="translate(0.21100694,-274.88691)"
style="display:none"
sodipodi:insensitive="true">
<ellipse
ry="10.560802"
rx="10.654558"
cy="285.99771"
cx="10.993551"
id="ellipse933"
style="fill:#0094d2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<g
inkscape:label="Color-purple"
inkscape:groupmode="layer"
id="g939"
transform="translate(0.21100694,-274.88691)"
style="display:none"
sodipodi:insensitive="true">
<ellipse
ry="10.560802"
rx="10.654558"
cy="285.99771"
cx="10.993551"
id="ellipse937"
style="fill:#b800fa;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<g
inkscape:label="Color-green"
inkscape:groupmode="layer"
id="g931"
transform="translate(0.21100694,-274.88691)"
style="display:inline"
sodipodi:insensitive="true">
<ellipse
ry="10.560802"
rx="10.654558"
cy="285.99771"
cx="10.993551"
id="ellipse929"
style="fill:#00b109;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.5833px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583"
x="10.151274"
y="286.49353"
id="text943"><tspan
sodipodi:role="line"
id="tspan941"
x="10.151274"
y="286.49353"
style="stroke-width:0.264583" /></text>
</g>
</g>
<g
inkscape:groupmode="layer"
id="g1426"
inkscape:label="Enfosquir"
style="display:inline;mix-blend-mode:multiply"
transform="translate(0.21100694,0.11309129)"
sodipodi:insensitive="true">
<ellipse
ry="10.686065"
rx="10.780932"
cy="10.997702"
cx="10.993551"
id="ellipse1622"
style="display:inline;mix-blend-mode:multiply;fill:#c2c2c2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Brillus"
style="display:inline;mix-blend-mode:screen;opacity:0.71162423"
transform="translate(0.21100694,0.11309129)">
<ellipse
ry="10.560802"
rx="10.654558"
cy="285.99771"
cx="10.993551"
id="path18"
style="fill:url(#linearGradient4551);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
transform="translate(0,-275.00001)" />
<ellipse
style="mix-blend-mode:normal;fill:url(#radialGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5.31546;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.287554"
id="path4753"
cx="11"
cy="4.5287652"
rx="6.2651415"
ry="3.8578923" />
</g>
<g
inkscape:label="Vora"
inkscape:groupmode="layer"
id="g952"
transform="translate(0.21100694,-274.88691)"
style="display:inline"
sodipodi:insensitive="true">
<ellipse
ry="9.8662539"
rx="9.9539232"
cy="285.99771"
cx="10.99355"
id="ellipse950"
style="opacity:0.334601;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.9;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<ellipse
ry="10.686065"
rx="10.780932"
cy="10.997702"
cx="10.993551"
id="ellipse1422"
style="display:inline;mix-blend-mode:multiply;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
transform="translate(0,275)" />
</g>
<g
inkscape:groupmode="layer"
id="g932"
inkscape:label="Símbol x (close)"
style="display:none"
transform="translate(0.21100694,0.11309129)"
sodipodi:insensitive="true">
<path
sodipodi:type="star"
style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264999"
id="path928"
sodipodi:sides="4"
sodipodi:cx="10.619804"
sodipodi:cy="285.65479"
sodipodi:r1="7.6160188"
sodipodi:r2="5.3853388"
sodipodi:arg1="0.78539816"
sodipodi:arg2="1.5707963"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="m 16.005143,291.04012 -5.385338,0 -5.3853391,0 -3e-7,-5.38533 2e-7,-5.38534 5.3853382,0 5.385339,0 0,5.38534 z"
transform="matrix(0.16953645,0.16953645,-0.96898258,0.96898258,285.99407,-267.59497)" />
<path
sodipodi:type="star"
style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264999"
id="path930"
sodipodi:sides="4"
sodipodi:cx="10.619804"
sodipodi:cy="285.65479"
sodipodi:r1="7.6160188"
sodipodi:r2="5.3853388"
sodipodi:arg1="0.78539816"
sodipodi:arg2="1.5707963"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="m 16.005143,291.04012 -5.385338,0 -5.3853391,0 -3e-7,-5.38533 2e-7,-5.38534 5.3853382,0 5.385339,0 0,5.38534 z"
transform="matrix(-0.16942008,0.16942008,-0.96898258,-0.96898258,289.59372,285.99528)" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Símbol + (max)"
style="display:none"
transform="translate(0.21100694,0.11309129)"
sodipodi:insensitive="true">
<path
sodipodi:type="star"
style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264999"
id="path945"
sodipodi:sides="4"
sodipodi:cx="10.619804"
sodipodi:cy="285.65479"
sodipodi:r1="7.6160188"
sodipodi:r2="5.3853388"
sodipodi:arg1="0.78539816"
sodipodi:arg2="1.5707963"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="m 16.005143,291.04012 -5.385338,0 -5.3853391,0 -3e-7,-5.38533 2e-7,-5.38534 5.3853382,0 5.385339,0 0,5.38534 z"
transform="matrix(0.23976075,0,0,1.3703483,8.4537879,-380.44657)" />
<path
sodipodi:type="star"
style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264999"
id="path948"
sodipodi:sides="4"
sodipodi:cx="10.619804"
sodipodi:cy="285.65479"
sodipodi:r1="7.6160188"
sodipodi:r2="5.3853388"
sodipodi:arg1="0.78539816"
sodipodi:arg2="1.5707963"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="m 16.005143,291.04012 -5.385338,0 -5.3853391,0 -3e-7,-5.38533 2e-7,-5.38534 5.3853382,0 5.385339,0 0,5.38534 z"
transform="matrix(0,0.23959618,-1.3703483,0,402.44655,8.4555147)" />
</g>
<g
inkscape:groupmode="layer"
id="g913"
inkscape:label="Símbol - (min)"
style="display:none"
transform="translate(0.21100694,0.11309129)"
sodipodi:insensitive="true">
<path
sodipodi:type="star"
style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264999"
id="path911"
sodipodi:sides="4"
sodipodi:cx="10.619804"
sodipodi:cy="285.65479"
sodipodi:r1="7.6160188"
sodipodi:r2="5.3853388"
sodipodi:arg1="0.78539816"
sodipodi:arg2="1.5707963"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="m 16.005143,291.04012 -5.385338,0 -5.3853391,0 -3e-7,-5.38533 2e-7,-5.38534 5.3853382,0 5.385339,0 0,5.38534 z"
transform="matrix(0,0.23959618,-1.3703483,0,402.44655,8.4555147)" />
</g>
<g
inkscape:groupmode="layer"
id="g966"
inkscape:label="Símbol quadrat (unmax)"
style="display:none"
transform="translate(0.21100694,0.11309129)"
sodipodi:insensitive="true">
<path
sodipodi:type="star"
style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264999"
id="path962"
sodipodi:sides="4"
sodipodi:cx="10.619804"
sodipodi:cy="285.65479"
sodipodi:r1="7.6160188"
sodipodi:r2="5.3853388"
sodipodi:arg1="0.78539816"
sodipodi:arg2="1.5707963"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="m 16.005143,291.04012 -5.385338,0 -5.3853391,0 -3e-7,-5.38533 2e-7,-5.38534 5.3853382,0 5.385339,0 0,5.38534 z"
transform="matrix(0.49467594,0,0,0.49728331,5.7466383,-131.05136)" />
</g>
<g
inkscape:groupmode="layer"
id="g970"
inkscape:label="Símbol circumf (omni)"
style="display:none"
transform="translate(0.21100694,0.11309129)"
sodipodi:insensitive="true">
<ellipse
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.99844;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path972"
cx="11"
cy="11"
rx="4.7178855"
ry="4.7641859" />
</g>
<g
inkscape:groupmode="layer"
id="g976"
inkscape:label="Símbol cercle (un-omni)"
style="display:none"
transform="translate(0.21100694,0.11309129)"
sodipodi:insensitive="true">
<ellipse
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.41898;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="ellipse974"
cx="11"
cy="11"
rx="3.3499069"
ry="3.3827822" />
</g>
<g
inkscape:groupmode="layer"
id="g980"
inkscape:label="Símbol roll-up"
style="display:none"
transform="translate(0.21100694,0.11309129)"
sodipodi:insensitive="true">
<path
style="fill:none;stroke:#000000;stroke-width:2.165;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 11,15.930295 V 6.0695874 L 6.2950334,10.774554"
id="path982" />
<path
style="fill:none;stroke:#000000;stroke-width:2.165;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 11,15.930295 V 6.0695874 l 4.704967,4.7049666"
id="path1414" />
</g>
<g
inkscape:groupmode="layer"
id="g1420"
inkscape:label="Símbol roll-down"
style="display:none"
transform="translate(0.21100694,0.11309129)"
sodipodi:insensitive="true">
<path
style="fill:none;stroke:#000000;stroke-width:2.165;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 11,6.0697404 V 15.930448 L 6.2950334,11.225481"
id="path1416" />
<path
style="fill:none;stroke:#000000;stroke-width:2.165;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 11,6.0697404 v 9.8607076 l 4.704967,-4.704967"
id="path1418" />
</g>
<g
inkscape:groupmode="layer"
id="g1432"
inkscape:label="Símbol menu"
style="display:none"
transform="translate(0.21100694,0.11309129)"
sodipodi:insensitive="true">
<path
sodipodi:type="star"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.11927;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path1434"
sodipodi:sides="3"
sodipodi:cx="10.993551"
sodipodi:cy="10.8344"
sodipodi:r1="5.0393019"
sodipodi:r2="2.5196509"
sodipodi:arg1="-0.52359878"
sodipodi:arg2="0.52359878"
inkscape:flatsided="true"
inkscape:rounded="0"
inkscape:randomized="0"
d="M 15.357715,8.3147492 10.993551,15.873702 6.6293878,8.3147493 Z"
inkscape:transform-center-y="-0.065233269" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 19 KiB

549
xfwm4/buttons.svg Normal file
View file

@ -0,0 +1,549 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="22.409117mm"
height="22.221605mm"
viewBox="0 0 22.409117 22.221605"
version="1.1"
id="svg8"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
sodipodi:docname="buttons.svg"
inkscape:export-filename="stick-active.png"
inkscape:export-xdpi="37.720047"
inkscape:export-ydpi="37.720047">
<defs
id="defs2">
<marker
style="overflow:visible"
id="Arrow2Sstart"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Sstart"
inkscape:isstock="true">
<path
transform="matrix(0.3,0,0,0.3,-0.69,0)"
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
id="path1014" />
</marker>
<marker
style="overflow:visible"
id="Arrow2Mstart"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mstart"
inkscape:isstock="true">
<path
transform="scale(0.6)"
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
id="path1008" />
</marker>
<marker
style="overflow:visible"
id="Arrow1Lstart"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow1Lstart"
inkscape:isstock="true">
<path
transform="matrix(0.8,0,0,0.8,10,0)"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
d="M 0,0 5,-5 -12.5,0 5,5 Z"
id="path984" />
</marker>
<linearGradient
inkscape:collect="always"
id="linearGradient958">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop954" />
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="1"
id="stop956" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4826">
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="0"
id="stop4822" />
<stop
style="stop-color:#ffffff;stop-opacity:0"
offset="1"
id="stop4824" />
</linearGradient>
<linearGradient
id="linearGradient4549-7-5"
inkscape:collect="always">
<stop
id="stop4713"
offset="0"
style="stop-color:#a3a3a3;stop-opacity:1" />
<stop
id="stop846"
offset="0.28143725"
style="stop-color:#3b3b3b;stop-opacity:1" />
<stop
id="stop915"
offset="0.44401103"
style="stop-color:#1b1b1b;stop-opacity:1" />
<stop
id="stop848"
offset="0.5507682"
style="stop-color:#000000;stop-opacity:1" />
<stop
id="stop917"
offset="0.77568066"
style="stop-color:#515151;stop-opacity:1" />
<stop
id="stop4715"
offset="1"
style="stop-color:#fdfdfd;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4549-7-5"
id="linearGradient4551"
x1="65.506538"
y1="285.66071"
x2="64.214882"
y2="181.33928"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.19440301,0,0,0.19403046,-1.6155683,240.69162)" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4826"
id="radialGradient850"
cx="10.817346"
cy="278.30399"
fx="10.817346"
fy="278.30399"
r="5.4071593"
gradientTransform="matrix(1.1586751,0,0,0.6533657,-1.5629734,97.290196)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient958"
id="linearGradient960"
x1="11.125138"
y1="275.37744"
x2="11.002381"
y2="296.55121"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.6203868"
inkscape:cx="-44.851326"
inkscape:cy="41.491743"
inkscape:document-units="mm"
inkscape:current-layer="g1438"
showgrid="false"
inkscape:window-width="1866"
inkscape:window-height="1012"
inkscape:window-x="54"
inkscape:window-y="31"
inkscape:window-maximized="1"
inkscape:document-rotation="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<metadata
id="metadata5">
<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:groupmode="layer"
id="layer4"
inkscape:label="Colors"
style="display:inline">
<g
inkscape:label="Color-gray"
inkscape:groupmode="layer"
id="g1438"
style="display:none"
transform="translate(0.21100694,-274.88691)">
<ellipse
ry="10.560802"
rx="10.654558"
cy="285.99771"
cx="10.993551"
id="ellipse1436"
style="fill:#676767;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<g
inkscape:label="Color-red"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0.21100694,-274.88691)"
style="display:none"
sodipodi:insensitive="true">
<ellipse
ry="10.560802"
rx="10.654558"
cy="285.99771"
cx="10.993551"
id="ellipse886"
style="fill:#d20000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<g
inkscape:label="Color-orange"
inkscape:groupmode="layer"
id="g927"
transform="translate(0.21100694,-274.88691)"
style="display:none"
sodipodi:insensitive="true">
<ellipse
ry="10.560802"
rx="10.654558"
cy="285.99771"
cx="10.993551"
id="ellipse925"
style="fill:#d09400;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<g
inkscape:label="Color-blue"
inkscape:groupmode="layer"
id="g935"
transform="translate(0.21100694,-274.88691)"
style="display:inline"
sodipodi:insensitive="true">
<ellipse
ry="10.560802"
rx="10.654558"
cy="285.99771"
cx="10.993551"
id="ellipse933"
style="fill:#0094d2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<g
inkscape:label="Color-purple"
inkscape:groupmode="layer"
id="g939"
transform="translate(0.21100694,-274.88691)"
style="display:none"
sodipodi:insensitive="true">
<ellipse
ry="10.560802"
rx="10.654558"
cy="285.99771"
cx="10.993551"
id="ellipse937"
style="fill:#b800fa;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<g
inkscape:label="Color-green"
inkscape:groupmode="layer"
id="g931"
transform="translate(0.21100694,-274.88691)"
style="display:none"
sodipodi:insensitive="true">
<ellipse
ry="10.560802"
rx="10.654558"
cy="285.99771"
cx="10.993551"
id="ellipse929"
style="fill:#00b109;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.5833px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583"
x="10.151274"
y="286.49353"
id="text943"><tspan
sodipodi:role="line"
id="tspan941"
x="10.151274"
y="286.49353"
style="stroke-width:0.264583" /></text>
</g>
</g>
<g
inkscape:groupmode="layer"
id="g1426"
inkscape:label="Enfosquir"
style="display:inline;mix-blend-mode:multiply"
transform="translate(0.21100694,0.11309129)"
sodipodi:insensitive="true">
<ellipse
ry="10.560802"
rx="10.654558"
cy="285.99771"
cx="10.993551"
id="ellipse1422"
style="fill:#c2c2c2;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
transform="translate(0,-275.00001)" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Brillus"
style="display:inline;mix-blend-mode:screen"
transform="translate(0.21100694,0.11309129)"
sodipodi:insensitive="true">
<ellipse
ry="10.560802"
rx="10.654558"
cy="285.99771"
cx="10.993551"
id="path18"
style="fill:url(#linearGradient4551);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
transform="translate(0,-275.00001)" />
<ellipse
style="mix-blend-mode:normal;fill:url(#radialGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5.31546;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.287554"
id="path4753"
cx="11"
cy="279.32086"
rx="6.2651415"
ry="3.6499934"
transform="translate(0,-275.00001)" />
</g>
<g
inkscape:label="Vora"
inkscape:groupmode="layer"
id="g952"
transform="translate(0.21100694,-274.88691)"
style="display:inline"
sodipodi:insensitive="true">
<ellipse
ry="10.560802"
rx="10.654558"
cy="285.99771"
cx="10.993551"
id="ellipse950"
style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient960);stroke-width:1.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<g
inkscape:groupmode="layer"
id="g932"
inkscape:label="Símbol x (close)"
style="display:none"
transform="translate(0.21100694,0.11309129)">
<path
sodipodi:type="star"
style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264999"
id="path928"
sodipodi:sides="4"
sodipodi:cx="10.619804"
sodipodi:cy="285.65479"
sodipodi:r1="7.6160188"
sodipodi:r2="5.3853388"
sodipodi:arg1="0.78539816"
sodipodi:arg2="1.5707963"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="m 16.005143,291.04012 -5.385338,0 -5.3853391,0 -3e-7,-5.38533 2e-7,-5.38534 5.3853382,0 5.385339,0 0,5.38534 z"
transform="matrix(0.16953645,0.16953645,-0.96898258,0.96898258,285.99407,-267.59497)" />
<path
sodipodi:type="star"
style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264999"
id="path930"
sodipodi:sides="4"
sodipodi:cx="10.619804"
sodipodi:cy="285.65479"
sodipodi:r1="7.6160188"
sodipodi:r2="5.3853388"
sodipodi:arg1="0.78539816"
sodipodi:arg2="1.5707963"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="m 16.005143,291.04012 -5.385338,0 -5.3853391,0 -3e-7,-5.38533 2e-7,-5.38534 5.3853382,0 5.385339,0 0,5.38534 z"
transform="matrix(-0.16942008,0.16942008,-0.96898258,-0.96898258,289.59372,285.99528)" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Símbol + (max)"
style="display:none"
transform="translate(0.21100694,0.11309129)">
<path
sodipodi:type="star"
style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264999"
id="path945"
sodipodi:sides="4"
sodipodi:cx="10.619804"
sodipodi:cy="285.65479"
sodipodi:r1="7.6160188"
sodipodi:r2="5.3853388"
sodipodi:arg1="0.78539816"
sodipodi:arg2="1.5707963"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="m 16.005143,291.04012 -5.385338,0 -5.3853391,0 -3e-7,-5.38533 2e-7,-5.38534 5.3853382,0 5.385339,0 0,5.38534 z"
transform="matrix(0.23976075,0,0,1.3703483,8.4537879,-380.44657)" />
<path
sodipodi:type="star"
style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264999"
id="path948"
sodipodi:sides="4"
sodipodi:cx="10.619804"
sodipodi:cy="285.65479"
sodipodi:r1="7.6160188"
sodipodi:r2="5.3853388"
sodipodi:arg1="0.78539816"
sodipodi:arg2="1.5707963"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="m 16.005143,291.04012 -5.385338,0 -5.3853391,0 -3e-7,-5.38533 2e-7,-5.38534 5.3853382,0 5.385339,0 0,5.38534 z"
transform="matrix(0,0.23959618,-1.3703483,0,402.44655,8.4555147)" />
</g>
<g
inkscape:groupmode="layer"
id="g913"
inkscape:label="Símbol - (min)"
style="display:none"
transform="translate(0.21100694,0.11309129)">
<path
sodipodi:type="star"
style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264999"
id="path911"
sodipodi:sides="4"
sodipodi:cx="10.619804"
sodipodi:cy="285.65479"
sodipodi:r1="7.6160188"
sodipodi:r2="5.3853388"
sodipodi:arg1="0.78539816"
sodipodi:arg2="1.5707963"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="m 16.005143,291.04012 -5.385338,0 -5.3853391,0 -3e-7,-5.38533 2e-7,-5.38534 5.3853382,0 5.385339,0 0,5.38534 z"
transform="matrix(0,0.23959618,-1.3703483,0,402.44655,8.4555147)" />
</g>
<g
inkscape:groupmode="layer"
id="g966"
inkscape:label="Símbol quadrat (unmax)"
style="display:none"
transform="translate(0.21100694,0.11309129)">
<path
sodipodi:type="star"
style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264999"
id="path962"
sodipodi:sides="4"
sodipodi:cx="10.619804"
sodipodi:cy="285.65479"
sodipodi:r1="7.6160188"
sodipodi:r2="5.3853388"
sodipodi:arg1="0.78539816"
sodipodi:arg2="1.5707963"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="m 16.005143,291.04012 -5.385338,0 -5.3853391,0 -3e-7,-5.38533 2e-7,-5.38534 5.3853382,0 5.385339,0 0,5.38534 z"
transform="matrix(0.49467594,0,0,0.49728331,5.7466383,-131.05136)" />
</g>
<g
inkscape:groupmode="layer"
id="g970"
inkscape:label="Símbol circumf (omni)"
style="display:none"
transform="translate(0.21100694,0.11309129)">
<ellipse
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.99844;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path972"
cx="11"
cy="11"
rx="4.7178855"
ry="4.7641859" />
</g>
<g
inkscape:groupmode="layer"
id="g976"
inkscape:label="Símbol cercle (un-omni)"
style="display:none"
transform="translate(0.21100694,0.11309129)">
<ellipse
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.41898;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="ellipse974"
cx="11"
cy="11"
rx="3.3499069"
ry="3.3827822" />
</g>
<g
inkscape:groupmode="layer"
id="g980"
inkscape:label="Símbol roll-up"
style="display:none"
transform="translate(0.21100694,0.11309129)">
<path
style="fill:none;stroke:#000000;stroke-width:2.165;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 11,15.930295 V 6.0695874 L 6.2950334,10.774554"
id="path982" />
<path
style="fill:none;stroke:#000000;stroke-width:2.165;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 11,15.930295 V 6.0695874 l 4.704967,4.7049666"
id="path1414" />
</g>
<g
inkscape:groupmode="layer"
id="g1420"
inkscape:label="Símbol roll-down"
style="display:none"
transform="translate(0.21100694,0.11309129)">
<path
style="fill:none;stroke:#000000;stroke-width:2.165;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 11,6.0697404 V 15.930448 L 6.2950334,11.225481"
id="path1416" />
<path
style="fill:none;stroke:#000000;stroke-width:2.165;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 11,6.0697404 v 9.8607076 l 4.704967,-4.704967"
id="path1418" />
</g>
<g
inkscape:groupmode="layer"
id="g1432"
inkscape:label="Símbol menu"
style="display:none"
transform="translate(0.21100694,0.11309129)">
<path
sodipodi:type="star"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.11927;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path1434"
sodipodi:sides="3"
sodipodi:cx="10.993551"
sodipodi:cy="10.8344"
sodipodi:r1="5.0393019"
sodipodi:r2="2.5196509"
sodipodi:arg1="-0.52359878"
sodipodi:arg2="0.52359878"
inkscape:flatsided="true"
inkscape:rounded="0"
inkscape:randomized="0"
d="M 15.357715,8.3147492 10.993551,15.873702 6.6293878,8.3147493 Z"
inkscape:transform-center-y="-0.065233269" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 19 KiB

View file

@ -1 +1 @@
button-normal.png
red.png

View file

@ -1,30 +1,37 @@
/* XPM */
static char * close_active_xpm[] = {
"24 25 2 1",
" c #808080 s active_color_2",
". c #000000 s active_text_color",
" ",
" ",
" ",
" ",
" ",
" ",
" .. .. ",
" ... ... ",
" ... ... ",
" ..... ",
" ... ",
" ..... ",
" ... ... ",
" ... ... ",
" .. .. ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};
static char * button_active_xpm[] = {
"25 30 4 1",
" c #808080 s active_color_1",
"@ c #FFFFFF s active_hilight_1",
"+ c #505050 s active_shadow_1",
"S c #C0C0C0 s active_text_color",
"@@@@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@@@@",
" ",
" ",
" @@@@@@@@@@@@@@@@@@@@@@@ ",
" @@@@@@@@@@@@@@@@@@@@@@+ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ SS SS ++ ",
" @@ SSS SSS ++ ",
" @@ SSS SSS ++ ",
" @@ SSS SSS ++ ",
" @@ SSS SSS ++ ",
" @@ SSSSS ++ ",
" @@ SSS ++ ",
" @@ SSSSS ++ ",
" @@ SSS SSS ++ ",
" @@ SSS SSS ++ ",
" @@ SSS SSS ++ ",
" @@ SSS SSS ++ ",
" @@ SS SS ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@+++++++++++++++++++++ ",
" @++++++++++++++++++++++ ",
" ",
" "};

View file

@ -1 +0,0 @@
button-normal.png

View file

@ -1,30 +1,37 @@
/* XPM */
static char * close_active_xpm[] = {
"24 25 2 1",
" c #808080 s inactive_color_2",
". c #000000 s inactive_text_color",
" ",
" ",
" ",
" ",
" ",
" ",
" .. .. ",
" ... ... ",
" ... ... ",
" ..... ",
" ... ",
" ..... ",
" ... ... ",
" ... ... ",
" .. .. ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};
static char * button_active_xpm[] = {
"25 30 4 1",
" c #808080 s inactive_color_2",
"@ c #FFFFFF s inactive_hilight_2",
"+ c #505050 s inactive_shadow_2",
"S c #C0C0C0 s inactive_text_color",
"@@@@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@@@@",
" ",
" ",
" @@@@@@@@@@@@@@@@@@@@@@@ ",
" @@@@@@@@@@@@@@@@@@@@@@+ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ SS SS ++ ",
" @@ SSS SSS ++ ",
" @@ SSS SSS ++ ",
" @@ SSS SSS ++ ",
" @@ SSS SSS ++ ",
" @@ SSSSS ++ ",
" @@ SSS ++ ",
" @@ SSSSS ++ ",
" @@ SSS SSS ++ ",
" @@ SSS SSS ++ ",
" @@ SSS SSS ++ ",
" @@ SSS SSS ++ ",
" @@ SS SS ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@+++++++++++++++++++++ ",
" @++++++++++++++++++++++ ",
" ",
" "};

View file

@ -1 +1 @@
button-normal-red.png
red-prelight.png

View file

@ -1 +1 @@
button-pressed-red.png
red.png

View file

@ -1 +0,0 @@
close-active.xpm

37
xfwm4/close-pressed.xpm Normal file
View file

@ -0,0 +1,37 @@
/* XPM */
static char * button_active_xpm[] = {
"25 30 4 1",
" c #808080 s active_color_1",
"@ c #FFFFFF s active_shadow_1",
"+ c #505050 s active_hilight_1",
"S c #C0C0C0 s active_text_color",
"+++++++++++++++++++++++++",
"+++++++++++++++++++++++++",
" ",
" ",
" @@@@@@@@@@@@@@@@@@@@@@@ ",
" @@@@@@@@@@@@@@@@@@@@@@+ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ SS SS ++ ",
" @@ SSS SSS ++ ",
" @@ SSS SSS ++ ",
" @@ SSS SSS ++ ",
" @@ SSS SSS ++ ",
" @@ SSSSS ++ ",
" @@ SSS ++ ",
" @@ SSSSS ++ ",
" @@ SSS SSS ++ ",
" @@ SSS SSS ++ ",
" @@ SSS SSS ++ ",
" @@ SSS SSS ++ ",
" @@ SS SS ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@+++++++++++++++++++++ ",
" @++++++++++++++++++++++ ",
" ",
" "};

BIN
xfwm4/colors.xcf Normal file

Binary file not shown.

BIN
xfwm4/green-prelight.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 567 B

BIN
xfwm4/green.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 567 B

View file

@ -1 +1 @@
button-normal.png
yellow.png

View file

@ -1,30 +1,37 @@
/* XPM */
static char * hide_active_xpm[] = {
"24 25 2 1",
" c #808080 s active_color_2",
". c #000000 s active_text_color",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ......... ",
" ......... ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};
static char * button_active_xpm[] = {
"25 30 4 1",
" c #808080 s active_color_1",
"@ c #FFFFFF s active_hilight_1",
"+ c #505050 s active_shadow_1",
"S c #C0C0C0 s active_text_color",
"@@@@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@@@@",
" ",
" ",
" @@@@@@@@@@@@@@@@@@@@@@@ ",
" @@@@@@@@@@@@@@@@@@@@@@+ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@+++++++++++++++++++++ ",
" @++++++++++++++++++++++ ",
" ",
" "};

View file

@ -1 +0,0 @@
button-normal.png

View file

@ -1,30 +1,37 @@
/* XPM */
static char * hide_active_xpm[] = {
"24 25 2 1",
" c #808080 s inactive_color_2",
". c #000000 s inactive_text_color",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ......... ",
" ......... ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};
static char * button_active_xpm[] = {
"25 30 4 1",
" c #808080 s inactive_color_2",
"@ c #FFFFFF s inactive_hilight_2",
"+ c #505050 s inactive_shadow_2",
"S c #C0C0C0 s inactive_text_color",
"@@@@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@@@@",
" ",
" ",
" @@@@@@@@@@@@@@@@@@@@@@@ ",
" @@@@@@@@@@@@@@@@@@@@@@+ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@+++++++++++++++++++++ ",
" @++++++++++++++++++++++ ",
" ",
" "};

View file

@ -1 +1 @@
button-normal-yellow.png
yellow-prelight.png

View file

@ -1 +1 @@
button-pressed-yellow.png
yellow.png

View file

@ -1 +0,0 @@
hide-active.xpm

37
xfwm4/hide-pressed.xpm Normal file
View file

@ -0,0 +1,37 @@
/* XPM */
static char * button_active_xpm[] = {
"25 30 4 1",
" c #808080 s active_color_1",
"@ c #FFFFFF s active_shadow_1",
"+ c #505050 s active_hilight_1",
"S c #C0C0C0 s active_text_color",
"+++++++++++++++++++++++++",
"+++++++++++++++++++++++++",
" ",
" ",
" @@@@@@@@@@@@@@@@@@@@@@@ ",
" @@@@@@@@@@@@@@@@@@@@@@+ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@+++++++++++++++++++++ ",
" @++++++++++++++++++++++ ",
" ",
" "};

View file

@ -2,8 +2,8 @@
static char * left_active_xpm[] = {
"6 24 3 1",
" c None",
"# c #C0C0C0 s active_color_2",
"@ c #C0C0FF s active_color_2",
"# c #C0C0C0 s active_color_1",
"@ c #C0C0FF s active_hilight_1",
"@@####",
"@@####",
"@@####",

View file

@ -1,9 +1,9 @@
/* XPM */
static char * left_inactive_xpm[] = {
static char * left_active_xpm[] = {
"6 24 3 1",
" c None",
"# c #C0C0C0 s inactive_color_2",
"@ c #C0C0FF s inactive_color_2",
"@ c #C0C0FF s inactive_hilight_2",
"@@####",
"@@####",
"@@####",

View file

@ -1 +1 @@
button-normal.png
blue.png

View file

@ -1,30 +1,37 @@
/* XPM */
static char * maximize_active_xpm[] = {
"24 25 2 1",
" c #808080 s active_color_2",
". c #000000 s active_text_color",
" ",
" ",
" ",
" ",
" ",
" ",
" ......... ",
" ......... ",
" .. .. ",
" .. .. ",
" .. .. ",
" .. .. ",
" .. .. ",
" ......... ",
" ......... ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};
static char * button_active_xpm[] = {
"25 30 4 1",
" c #808080 s active_color_1",
"@ c #FFFFFF s active_hilight_1",
"+ c #505050 s active_shadow_1",
"S c #C0C0C0 s active_text_color",
"@@@@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@@@@",
" ",
" ",
" @@@@@@@@@@@@@@@@@@@@@@@ ",
" @@@@@@@@@@@@@@@@@@@@@@+ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@+++++++++++++++++++++ ",
" @++++++++++++++++++++++ ",
" ",
" "};

View file

@ -1 +0,0 @@
button-normal.png

View file

@ -1,30 +1,37 @@
/* XPM */
static char * maximize_active_xpm[] = {
"24 25 2 1",
" c #808080 s inactive_color_2",
". c #000000 s inactive_text_color",
" ",
" ",
" ",
" ",
" ",
" ",
" ......... ",
" ......... ",
" .. .. ",
" .. .. ",
" .. .. ",
" .. .. ",
" .. .. ",
" ......... ",
" ......... ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};
static char * button_active_xpm[] = {
"25 30 4 1",
" c #808080 s inactive_color_2",
"@ c #FFFFFF s inactive_hilight_2",
"+ c #505050 s inactive_shadow_2",
"S c #C0C0C0 s inactive_text_color",
"@@@@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@@@@",
" ",
" ",
" @@@@@@@@@@@@@@@@@@@@@@@ ",
" @@@@@@@@@@@@@@@@@@@@@@+ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@+++++++++++++++++++++ ",
" @++++++++++++++++++++++ ",
" ",
" "};

View file

@ -1 +1 @@
button-normal-green.png
blue-prelight.png

View file

@ -1 +1 @@
button-pressed-green.png
blue.png

View file

@ -1 +0,0 @@
maximize-active.xpm

View file

@ -0,0 +1,37 @@
/* XPM */
static char * button_active_xpm[] = {
"25 30 4 1",
" c #808080 s active_color_1",
"@ c #FFFFFF s active_shadow_1",
"+ c #505050 s active_hilight_1",
"S c #C0C0C0 s active_text_color",
"+++++++++++++++++++++++++",
"+++++++++++++++++++++++++",
" ",
" ",
" @@@@@@@@@@@@@@@@@@@@@@@ ",
" @@@@@@@@@@@@@@@@@@@@@@+ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ SS ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@+++++++++++++++++++++ ",
" @++++++++++++++++++++++ ",
" ",
" "};

View file

@ -1 +1 @@
button-normal.png
blue.png

View file

@ -1,30 +1,37 @@
/* XPM */
static char * maximize_toggled_active_xpm[] = {
"24 25 2 1",
" c #808080 s active_color_2",
". c #000000 s active_text_color",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ....... ",
" ....... ",
" .. .. ",
" .. .. ",
" .. .. ",
" ....... ",
" ....... ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};
static char * button_active_xpm[] = {
"25 30 4 1",
" c #808080 s active_color_1",
"@ c #FFFFFF s active_hilight_1",
"+ c #505050 s active_shadow_1",
"S c #C0C0C0 s active_text_color",
"@@@@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@@@@",
" ",
" ",
" @@@@@@@@@@@@@@@@@@@@@@@ ",
" @@@@@@@@@@@@@@@@@@@@@@+ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@+++++++++++++++++++++ ",
" @++++++++++++++++++++++ ",
" ",
" "};

View file

@ -1 +0,0 @@
button-normal.png

View file

@ -1,30 +1,37 @@
/* XPM */
static char * maximize_toggled_active_xpm[] = {
"24 25 2 1",
" c #808080 s inactive_color_2",
". c #000000 s inactive_text_color",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ....... ",
" ....... ",
" .. .. ",
" .. .. ",
" .. .. ",
" ....... ",
" ....... ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};
static char * button_active_xpm[] = {
"25 30 4 1",
" c #808080 s inactive_color_2",
"@ c #FFFFFF s inactive_hilight_2",
"+ c #505050 s inactive_shadow_2",
"S c #C0C0C0 s inactive_text_color",
"@@@@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@@@@",
" ",
" ",
" @@@@@@@@@@@@@@@@@@@@@@@ ",
" @@@@@@@@@@@@@@@@@@@@@@+ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@+++++++++++++++++++++ ",
" @++++++++++++++++++++++ ",
" ",
" "};

View file

@ -1 +1 @@
button-normal-green.png
blue-prelight.png

View file

@ -1 +1 @@
button-pressed-green.png
blue.png

View file

@ -1 +0,0 @@
maximize-toggled-active.xpm

View file

@ -0,0 +1,37 @@
/* XPM */
static char * button_active_xpm[] = {
"25 30 4 1",
" c #808080 s active_color_1",
"@ c #FFFFFF s active_shadow_1",
"+ c #505050 s active_hilight_1",
"S c #C0C0C0 s active_text_color",
"+++++++++++++++++++++++++",
"+++++++++++++++++++++++++",
" ",
" ",
" @@@@@@@@@@@@@@@@@@@@@@@ ",
" @@@@@@@@@@@@@@@@@@@@@@+ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ SSSSSSSSSSSSS ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@ ++ ",
" @@+++++++++++++++++++++ ",
" @++++++++++++++++++++++ ",
" ",
" "};

View file

@ -1,30 +1,37 @@
/* XPM */
static char * hide_active_xpm[] = {
"24 25 2 1",
" c #808080 s active_color_2",
". c #000000 s active_text_color",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};
static char * button_active_xpm[] = {
"25 30 4 1",
" c #808080 s active_color_1",
"@ c #FFFFFF s active_hilight_1",
"+ c #505050 s active_shadow_1",
"S c #C0C0C0 s active_text_color",
"@@@@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@@@@",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};

View file

@ -1,30 +1,37 @@
/* XPM */
static char * hide_active_xpm[] = {
"24 25 2 1",
" c #808080 s inactive_color_2",
". c #000000 s inactive_text_color",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};
static char * button_active_xpm[] = {
"25 30 4 1",
" c #808080 s inactive_color_2",
"@ c #FFFFFF s inactive_hilight_2",
"+ c #505050 s inactive_shadow_2",
"S c #C0C0C0 s inactive_text_color",
"@@@@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@@@@",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};

View file

@ -1 +0,0 @@
button-normal.png

View file

@ -1 +0,0 @@
button-pressed.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
xfwm4/pngs/close-active.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -0,0 +1 @@
button-inactive.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
xfwm4/pngs/hide-active.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -0,0 +1 @@
button-inactive.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
xfwm4/pngs/hide-pressed.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -0,0 +1 @@
button-inactive.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -0,0 +1 @@
button-inactive.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

1
xfwm4/pngs/menu-active.png Symbolic link
View file

@ -0,0 +1 @@
button-inactive.png

View file

@ -0,0 +1 @@
button-inactive.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

1
xfwm4/pngs/menu-pressed.png Symbolic link
View file

@ -0,0 +1 @@
button-inactive.png

BIN
xfwm4/pngs/shade-active.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -0,0 +1 @@
button-inactive.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -0,0 +1 @@
button-inactive.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Some files were not shown because too many files have changed in this diff Show more