raster pushed a commit to branch feature/themes/flat. http://git.enlightenment.org/core/efl.git/commit/?id=502ea5a77edeea4cc9859666d8c244f4a372945c
commit 502ea5a77edeea4cc9859666d8c244f4a372945c Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Mon Nov 30 21:25:12 2020 +0000 TH - more icons --- data/elementary/themes/edc/elm/icon_fdo.edc | 14 +- data/elementary/themes/edc/icons.edc | 15 +- data/elementary/themes/ic.edc | 13 ++ data/elementary/themes/img/clouds-few.svg | 131 +++++++++++++ data/elementary/themes/img/clouds-overcast.svg | 139 ++++++++++++++ data/elementary/themes/img/clouds.svg | 139 ++++++++++++++ data/elementary/themes/img/coud-fog.svg | 158 ++++++++++++++++ data/elementary/themes/img/coud-rain.svg | 147 +++++++++++++++ data/elementary/themes/img/coud-severe-warn.svg | 174 +++++++++++++++++ data/elementary/themes/img/coud-shower.svg | 151 +++++++++++++++ data/elementary/themes/img/coud-snow.svg | 147 +++++++++++++++ data/elementary/themes/img/coud-thunder.svg | 136 ++++++++++++++ data/elementary/themes/img/ic/cloud-fog-040.png | Bin 0 -> 620 bytes data/elementary/themes/img/ic/cloud-fog-080.png | Bin 0 -> 1222 bytes data/elementary/themes/img/ic/cloud-fog-160.png | Bin 0 -> 2523 bytes data/elementary/themes/img/ic/cloud-rain-040.png | Bin 0 -> 665 bytes data/elementary/themes/img/ic/cloud-rain-080.png | Bin 0 -> 1327 bytes data/elementary/themes/img/ic/cloud-rain-160.png | Bin 0 -> 2669 bytes .../themes/img/ic/cloud-severe-warn-040.png | Bin 0 -> 1011 bytes .../themes/img/ic/cloud-severe-warn-080.png | Bin 0 -> 2005 bytes .../themes/img/ic/cloud-severe-warn-160.png | Bin 0 -> 3958 bytes data/elementary/themes/img/ic/cloud-shower-040.png | Bin 0 -> 638 bytes data/elementary/themes/img/ic/cloud-shower-080.png | Bin 0 -> 1271 bytes data/elementary/themes/img/ic/cloud-shower-160.png | Bin 0 -> 2547 bytes data/elementary/themes/img/ic/cloud-snow-040.png | Bin 0 -> 780 bytes data/elementary/themes/img/ic/cloud-snow-080.png | Bin 0 -> 1541 bytes data/elementary/themes/img/ic/cloud-snow-160.png | Bin 0 -> 3042 bytes .../elementary/themes/img/ic/cloud-thunder-040.png | Bin 0 -> 643 bytes .../elementary/themes/img/ic/cloud-thunder-080.png | Bin 0 -> 1236 bytes .../elementary/themes/img/ic/cloud-thunder-160.png | Bin 0 -> 2468 bytes data/elementary/themes/img/ic/clouds-040.png | Bin 0 -> 717 bytes data/elementary/themes/img/ic/clouds-080.png | Bin 0 -> 1382 bytes data/elementary/themes/img/ic/clouds-160.png | Bin 0 -> 2904 bytes data/elementary/themes/img/ic/clouds-few-040.png | Bin 0 -> 549 bytes data/elementary/themes/img/ic/clouds-few-080.png | Bin 0 -> 1087 bytes data/elementary/themes/img/ic/clouds-few-160.png | Bin 0 -> 2133 bytes .../themes/img/ic/clouds-overcast-040.png | Bin 0 -> 796 bytes .../themes/img/ic/clouds-overcast-080.png | Bin 0 -> 1610 bytes .../themes/img/ic/clouds-overcast-160.png | Bin 0 -> 3231 bytes data/elementary/themes/img/ic/moon-040.png | Bin 0 -> 408 bytes data/elementary/themes/img/ic/moon-080.png | Bin 0 -> 754 bytes data/elementary/themes/img/ic/moon-160.png | Bin 0 -> 1453 bytes data/elementary/themes/img/ic/moon-clouds-040.png | Bin 0 -> 800 bytes data/elementary/themes/img/ic/moon-clouds-080.png | Bin 0 -> 1559 bytes data/elementary/themes/img/ic/moon-clouds-160.png | Bin 0 -> 3275 bytes .../themes/img/ic/moon-clouds-few-040.png | Bin 0 -> 694 bytes .../themes/img/ic/moon-clouds-few-080.png | Bin 0 -> 1331 bytes .../themes/img/ic/moon-clouds-few-160.png | Bin 0 -> 2654 bytes data/elementary/themes/img/ic/sun-040.png | Bin 0 -> 1368 bytes data/elementary/themes/img/ic/sun-080.png | Bin 0 -> 2791 bytes data/elementary/themes/img/ic/sun-160.png | Bin 0 -> 5634 bytes data/elementary/themes/img/moon-clouds.svg | 135 ++++++++++++++ data/elementary/themes/img/moon.svg | 131 +++++++++++++ data/elementary/themes/img/sun.svg | 205 +++++++++++++++++++++ 54 files changed, 1821 insertions(+), 14 deletions(-) diff --git a/data/elementary/themes/edc/elm/icon_fdo.edc b/data/elementary/themes/edc/elm/icon_fdo.edc index b77de05a10..7ed1eef6a0 100644 --- a/data/elementary/themes/edc/elm/icon_fdo.edc +++ b/data/elementary/themes/edc/elm/icon_fdo.edc @@ -270,19 +270,7 @@ ICO1(CTX, "user-invisible", 128) /* */ ICO1(CTX, "user-idle", 128) ICO1(CTX, "user-offline", 128) ICO1(CTX, "user-trash-full", 128) /* */ -ICO1(CTX, "weather-clear-night", 128) -ICO1(CTX, "weather-clear", 128) -ICO1(CTX, "weather-clouds-night", 128) /* */ -ICO1(CTX, "weather-clouds", 128) /* */ -ICO1(CTX, "weather-few-clouds-night", 128) -ICO1(CTX, "weather-few-clouds", 128) -ICO1(CTX, "weather-fog", 128) -ICO1(CTX, "weather-overcast", 128) -ICO1(CTX, "weather-severe-alert", 128) -ICO1(CTX, "weather-showers-scattered", 128) -ICO1(CTX, "weather-showers", 128) -ICO1(CTX, "weather-snow", 128) -ICO1(CTX, "weather-storm", 128) + // TODO image-loading // TODO image-missing // TODO sync-error diff --git a/data/elementary/themes/edc/icons.edc b/data/elementary/themes/edc/icons.edc index 491fc054b1..38c904656b 100644 --- a/data/elementary/themes/edc/icons.edc +++ b/data/elementary/themes/edc/icons.edc @@ -561,7 +561,20 @@ ICON("applications-office", "i-briefcase") ICON("applications-other", "i-app-window") ICON("applications-science", "i-beaker") ICON("applications-system", "i-gear") -ICON("applications-utilities", "i-utilities") + +ICON("weather-clear", "i-sun") +ICON("weather-clear-night", "i-moon") +ICON("weather-clouds-night", "i-moon-clouds") +ICON("weather-clouds", "i-clouds") +ICON("weather-few-clouds", "i-clouds-few") +ICON("weather-few-clouds-night", "i-moon-clouds-few") +ICON("weather-showers", "i-cloud-rain") +ICON("weather-showers-scattered", "i-cloud-shower") +ICON("weather-storm", "i-cloud-thunder") +ICON("weather-snow", "i-cloud-snow") +ICON("weather-fog", "i-cloud-fog") +ICON("weather-overcast", "i-clouds-overcast") +ICON("weather-severe-alert", "i-cloud-severe-warn") //ICON("", "") diff --git a/data/elementary/themes/ic.edc b/data/elementary/themes/ic.edc index d2eff848e5..815cfede44 100644 --- a/data/elementary/themes/ic.edc +++ b/data/elementary/themes/ic.edc @@ -279,6 +279,19 @@ I160("i-briefcase", "briefcase") I160("i-app-window", "app-window") I160("i-beaker", "beaker") I160("i-utilities", "utilities") +I160("i-sun", "sun") +I160("i-moon", "moon") +I160("i-moon-clouds", "moon-clouds") +I160("i-clouds", "clouds") +I160("i-clouds-few", "clouds-few") +I160("i-clouds-overcast", "clouds-overcast") +I160("i-moon-clouds-few", "moon-clouds-few") +I160("i-cloud-rain", "cloud-rain") +I160("i-cloud-shower", "cloud-shower") +I160("i-cloud-thunder", "cloud-thunder") +I160("i-cloud-snow", "cloud-snow") +I160("i-cloud-fog", "cloud-fog") +I160("i-cloud-severe-warn", "cloud-severe-warn") /////////////////////////////////////////////////////////////////////////////// // larger mono icons (mostly efm or settings) diff --git a/data/elementary/themes/img/clouds-few.svg b/data/elementary/themes/img/clouds-few.svg new file mode 100644 index 0000000000..f5e6537a86 --- /dev/null +++ b/data/elementary/themes/img/clouds-few.svg @@ -0,0 +1,131 @@ +<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="svg2" + width="80" + height="80" + viewBox="0 0 80 80" + sodipodi:docname="clouds-few.svg" + inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/clouds-few-040.png" + inkscape:export-xdpi="48" + inkscape:export-ydpi="48"> + <metadata + id="metadata8"> + <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></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6"> + <mask + maskUnits="userSpaceOnUse" + id="mask947"> + <rect + style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round" + id="rect949" + width="60" + height="40" + x="10" + y="5" /> + </mask> + <mask + id="mask3567" + maskUnits="userSpaceOnUse"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z" + id="path3569" + sodipodi:nodetypes="zzzzz" /> + </mask> + <clipPath + id="clipPath922" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + id="clipPath922-6" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924-7" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath876"> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 5.2916667,287.73958 a 3.96875,3.96875 0 0 0 -3.9687501,3.96875 3.96875,3.96875 0 0 0 3.9687501,3.96875 3.96875,3.96875 0 0 0 3.96875,-3.96875 3.96875,3.96875 0 0 0 -3.96875,-3.96875 z m 0,2.38125 a 1.5875001,1.5875044 0 0 1 1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,-1.5875 1.5875001,1.5875044 0 0 1 1.5875,-1.5875 z" + id="path878" /> + </clipPath> + </defs> + <sodipodi:namedview + inkscape:document-rotation="0" + pagecolor="#404040" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1756" + inkscape:window-height="1372" + id="namedview4" + showgrid="true" + inkscape:zoom="13.1625" + inkscape:cx="40" + inkscape:cy="40" + inkscape:window-x="804" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="g10" + showguides="false" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:snap-others="true" + inkscape:snap-nodes="true" + inkscape:bbox-paths="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid837" + empspacing="4" + enabled="true" + snapvisiblegridlinesonly="false" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <path + id="path987" + style="fill:#dcdcdc;fill-opacity:1;stroke-width:3.99998;stroke-linecap:round;stroke-linejoin:round" + d="m 40.000023,20.000229 a 15.999907,15.999907 0 0 0 -15.999906,15.999907 15.999907,15.999907 0 0 0 0.0156,0.68359 11.99993,11.99993 0 0 0 -7.3398,7.343707 7.9999534,7.9999534 0 0 1 -0.004,0 7.9999534,7.9999534 0 0 0 -0.671754,-0.02734 A 7.9999534,7.9999534 0 0 0 8.00021,52.000046 7.9999534,7.9999534 0 0 0 16.000163,60 a 7.9999534,7.9999534 0 0 0 0.1211,0 h 11.87883 31.999814 a 11.99993,11.99993 0 0 0 11.99993,-11.99993 11.99993,11.99993 0 0 0 -11.99993,-11.99993 11.99993,11.99993 [...] + </g> +</svg> diff --git a/data/elementary/themes/img/clouds-overcast.svg b/data/elementary/themes/img/clouds-overcast.svg new file mode 100644 index 0000000000..ac0a2adab9 --- /dev/null +++ b/data/elementary/themes/img/clouds-overcast.svg @@ -0,0 +1,139 @@ +<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="svg2" + width="80" + height="80" + viewBox="0 0 80 80" + sodipodi:docname="clouds-overcast.svg" + inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/clouds-overcast-040.png" + inkscape:export-xdpi="48" + inkscape:export-ydpi="48"> + <metadata + id="metadata8"> + <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></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6"> + <mask + maskUnits="userSpaceOnUse" + id="mask947"> + <rect + style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round" + id="rect949" + width="60" + height="40" + x="10" + y="5" /> + </mask> + <mask + id="mask3567" + maskUnits="userSpaceOnUse"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z" + id="path3569" + sodipodi:nodetypes="zzzzz" /> + </mask> + <clipPath + id="clipPath922" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + id="clipPath922-6" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924-7" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath876"> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 5.2916667,287.73958 a 3.96875,3.96875 0 0 0 -3.9687501,3.96875 3.96875,3.96875 0 0 0 3.9687501,3.96875 3.96875,3.96875 0 0 0 3.96875,-3.96875 3.96875,3.96875 0 0 0 -3.96875,-3.96875 z m 0,2.38125 a 1.5875001,1.5875044 0 0 1 1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,-1.5875 1.5875001,1.5875044 0 0 1 1.5875,-1.5875 z" + id="path878" /> + </clipPath> + </defs> + <sodipodi:namedview + inkscape:document-rotation="0" + pagecolor="#404040" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1756" + inkscape:window-height="1372" + id="namedview4" + showgrid="true" + inkscape:zoom="13.1625" + inkscape:cx="40.484774" + inkscape:cy="40" + inkscape:window-x="804" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="g10" + showguides="false" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:snap-others="true" + inkscape:snap-nodes="true" + inkscape:bbox-paths="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid837" + empspacing="4" + enabled="true" + snapvisiblegridlinesonly="false" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <path + id="path2564" + style="fill:#c8c8c8;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" + d="m 50.906246,11.999998 a 7,7 0 0 0 -6.861328,6.210938 10,10 0 0 0 -2.044922,-0.210938 10,10 0 0 0 -9.853516,8.294922 6,6 0 0 0 -3.808593,3.71875 4,4 0 0 1 -0.002,0 A 4,4 0 0 0 27.999996,30 a 4,4 0 0 0 -3.999999,4 4,4 0 0 0 3.999999,4 4,4 0 0 0 0.06055,0 h 5.939453 8 0.01953 12.980469 0.01953 8.980469 0.06055 H 70 A 2,2 0 0 0 72,36 2,2 0 0 0 70,34 2,2 0 0 0 69.740234,34.01758 2,2 0 0 0 67.999997,33 a 2,2 0 0 0 -0.126953,0.0059 4,4 0 0 0 -3.091798,-2.927777 10,10 0 0 0 0.21875,-2. [...] + <path + id="path1031" + style="fill:#808080;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" + d="M 29.956053,22 A 10,10 0 0 0 20.106443,30.390625 6,6 0 0 0 17.975584,30 6,6 0 0 0 12.186522,34.423828 4,4 0 0 0 9.975584,38 a 2,2 0 0 0 -2,2 2,2 0 0 0 2,2 2,2 0 0 0 0.04883,0 h 3.951172 0.06055 3.939453 12 0.01953 7.980469 6 a 4,4 0 0 0 4,-4 4,4 0 0 0 -4,-4 4,4 0 0 0 -0.337895,0.01563 A 6,6 0 0 0 39.827146,30.292969 10,10 0 0 0 29.975584,22 a 10,10 0 0 0 -0.01953,0 z" /> + <path + id="path987" + style="fill:#a0a0a0;fill-opacity:1;stroke-width:3.99999;stroke-linecap:round;stroke-linejoin:round" + d="m 40.000013,20.000132 a 15.999947,15.999947 0 0 0 -15.999945,15.999948 15.999947,15.999947 0 0 0 0.01568,0.683591 11.99996,11.99996 0 0 0 -7.339819,7.343726 7.9999736,7.9999736 0 0 1 -0.004,0 7.9999736,7.9999736 0 0 0 -0.671756,-0.02734 A 7.9999736,7.9999736 0 0 0 8.0001995,52.000025 7.9999736,7.9999736 0 0 0 16.000173,60 a 7.9999736,7.9999736 0 0 0 0.121105,0 h 11.878775 31.999894 a 11.99996,11.99996 0 0 0 11.999962,-11.999957 11.99996,11.99996 0 0 0 -11.999962,-11.99996 11.99 [...] + </g> +</svg> diff --git a/data/elementary/themes/img/clouds.svg b/data/elementary/themes/img/clouds.svg new file mode 100644 index 0000000000..daffe6c1a2 --- /dev/null +++ b/data/elementary/themes/img/clouds.svg @@ -0,0 +1,139 @@ +<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="svg2" + width="80" + height="80" + viewBox="0 0 80 80" + sodipodi:docname="clouds.svg" + inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/clouds-040.png" + inkscape:export-xdpi="48" + inkscape:export-ydpi="48"> + <metadata + id="metadata8"> + <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></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6"> + <mask + maskUnits="userSpaceOnUse" + id="mask947"> + <rect + style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round" + id="rect949" + width="60" + height="40" + x="10" + y="5" /> + </mask> + <mask + id="mask3567" + maskUnits="userSpaceOnUse"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z" + id="path3569" + sodipodi:nodetypes="zzzzz" /> + </mask> + <clipPath + id="clipPath922" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + id="clipPath922-6" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924-7" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath876"> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 5.2916667,287.73958 a 3.96875,3.96875 0 0 0 -3.9687501,3.96875 3.96875,3.96875 0 0 0 3.9687501,3.96875 3.96875,3.96875 0 0 0 3.96875,-3.96875 3.96875,3.96875 0 0 0 -3.96875,-3.96875 z m 0,2.38125 a 1.5875001,1.5875044 0 0 1 1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,-1.5875 1.5875001,1.5875044 0 0 1 1.5875,-1.5875 z" + id="path878" /> + </clipPath> + </defs> + <sodipodi:namedview + inkscape:document-rotation="0" + pagecolor="#404040" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1756" + inkscape:window-height="1372" + id="namedview4" + showgrid="true" + inkscape:zoom="13.1625" + inkscape:cx="40" + inkscape:cy="40" + inkscape:window-x="804" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="g10" + showguides="false" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:snap-others="true" + inkscape:snap-nodes="true" + inkscape:bbox-paths="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid837" + empspacing="4" + enabled="true" + snapvisiblegridlinesonly="false" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <path + id="path1031" + style="fill:#a0a0a0;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" + d="M 53.980465,20 A 10,10 0 0 0 44.130855,28.390625 6,6 0 0 0 41.999996,28 6,6 0 0 0 36.210934,32.423828 4,4 0 0 0 33.999996,36 a 2,2 0 0 0 -2,2 2,2 0 0 0 2,2 2,2 0 0 0 0.04883,0 h 3.951172 0.06055 3.939453 12 0.01953 H 62 68 A 4,4 0 0 0 72,36 4,4 0 0 0 68,32 4,4 0 0 0 67.662105,32.01563 6,6 0 0 0 63.851558,28.292969 10,10 0 0 0 53.999996,20 a 10,10 0 0 0 -0.01953,0 z" /> + <path + id="path1003" + style="fill:#c8c8c8;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" + d="m 46.906246,27.999998 a 7,7 0 0 0 -6.861328,6.210938 10,10 0 0 0 -2.044922,-0.210938 10,10 0 0 0 -9.853516,8.294922 6,6 0 0 0 -3.808593,3.71875 4,4 0 0 1 -0.002,0 A 4,4 0 0 0 23.999996,46 a 4,4 0 0 0 -4,4 4,4 0 0 0 4,4 4,4 0 0 0 0.06055,0 h 5.939453 8 0.01953 12.980469 0.01953 8.980469 0.06055 H 66 A 2,2 0 0 0 68,52 2,2 0 0 0 66,50 2,2 0 0 0 65.740234,50.01758 2,2 0 0 0 63.999997,49 a 2,2 0 0 0 -0.126953,0.0059 4,4 0 0 0 -3.091798,-2.927777 10,10 0 0 0 0.21875,-2.078125 10,10 0 [...] + <path + id="path987" + style="fill:#dcdcdc;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" + d="m 24,24 a 8,8 0 0 0 -8,8 8,8 0 0 0 0.0078,0.341797 6,6 0 0 0 -3.669921,3.671875 4,4 0 0 1 -0.002,0 A 4,4 0 0 0 12,36.000002 a 4,4 0 0 0 -4,4 4,4 0 0 0 4,4 4,4 0 0 0 0.06055,0 H 18 34 a 6,6 0 0 0 6,-6 6,6 0 0 0 -6,-6 6,6 0 0 0 -2.007812,0.347656 8,8 0 0 0 0.0078,-0.347656 8,8 0 0 0 -8,-8 z" /> + </g> +</svg> diff --git a/data/elementary/themes/img/coud-fog.svg b/data/elementary/themes/img/coud-fog.svg new file mode 100644 index 0000000000..030f7129fb --- /dev/null +++ b/data/elementary/themes/img/coud-fog.svg @@ -0,0 +1,158 @@ +<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="svg2" + width="80" + height="80" + viewBox="0 0 80 80" + sodipodi:docname="coud-fog.svg" + inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/cloud-fog-040.png" + inkscape:export-xdpi="48" + inkscape:export-ydpi="48"> + <metadata + id="metadata8"> + <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></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6"> + <mask + maskUnits="userSpaceOnUse" + id="mask947"> + <rect + style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round" + id="rect949" + width="60" + height="40" + x="10" + y="5" /> + </mask> + <mask + id="mask3567" + maskUnits="userSpaceOnUse"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z" + id="path3569" + sodipodi:nodetypes="zzzzz" /> + </mask> + <clipPath + id="clipPath922" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + id="clipPath922-6" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924-7" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath876"> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 5.2916667,287.73958 a 3.96875,3.96875 0 0 0 -3.9687501,3.96875 3.96875,3.96875 0 0 0 3.9687501,3.96875 3.96875,3.96875 0 0 0 3.96875,-3.96875 3.96875,3.96875 0 0 0 -3.96875,-3.96875 z m 0,2.38125 a 1.5875001,1.5875044 0 0 1 1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,-1.5875 1.5875001,1.5875044 0 0 1 1.5875,-1.5875 z" + id="path878" /> + </clipPath> + </defs> + <sodipodi:namedview + inkscape:document-rotation="0" + pagecolor="#404040" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1756" + inkscape:window-height="1372" + id="namedview4" + showgrid="true" + inkscape:zoom="13.1625" + inkscape:cx="40" + inkscape:cy="40" + inkscape:window-x="804" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="g10" + showguides="false" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:snap-others="true" + inkscape:snap-nodes="true" + inkscape:bbox-paths="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid837" + empspacing="4" + enabled="true" + snapvisiblegridlinesonly="false" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <path + id="path987" + style="fill:#dcdcdc;fill-opacity:1;stroke-width:3.99999;stroke-linecap:round;stroke-linejoin:round" + d="m 40.000013,8.000132 a 15.999947,15.999947 0 0 0 -15.999945,15.999948 15.999947,15.999947 0 0 0 0.01568,0.683591 11.99996,11.99996 0 0 0 -7.339819,7.343726 7.9999736,7.9999736 0 0 1 -0.004,0 7.9999736,7.9999736 0 0 0 -0.671756,-0.02734 A 7.9999736,7.9999736 0 0 0 8.0001995,40.000025 7.9999736,7.9999736 0 0 0 16.000173,48 a 7.9999736,7.9999736 0 0 0 0.121105,0 h 11.878775 31.999894 a 11.99996,11.99996 0 0 0 11.999962,-11.999957 11.99996,11.99996 0 0 0 -11.999962,-11.99996 11.999 [...] + <path + style="fill:none;fill-opacity:1;stroke:#dcdcdc;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 32,54 H 12" + id="path1932" /> + <path + style="fill:none;fill-opacity:1;stroke:#a0a0a0;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 56,54 H 44" + id="path1956" + sodipodi:nodetypes="cc" /> + <path + style="fill:none;fill-opacity:1;stroke:#c8c8c8;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 44,62 H 24" + id="path1958" /> + <path + style="fill:none;fill-opacity:1;stroke:#c8c8c8;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 64,70 H 44" + id="path1960" /> + <path + style="fill:none;fill-opacity:1;stroke:#a0a0a0;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 22,70 H 10" + id="path1962" + sodipodi:nodetypes="cc" /> + <path + style="fill:none;fill-opacity:1;stroke:#dcdcdc;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 70,62 H 62" + id="path1964" + sodipodi:nodetypes="cc" /> + </g> +</svg> diff --git a/data/elementary/themes/img/coud-rain.svg b/data/elementary/themes/img/coud-rain.svg new file mode 100644 index 0000000000..4e5d4f5da1 --- /dev/null +++ b/data/elementary/themes/img/coud-rain.svg @@ -0,0 +1,147 @@ +<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="svg2" + width="80" + height="80" + viewBox="0 0 80 80" + sodipodi:docname="coud-rain.svg" + inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/cloud-rain-040.png" + inkscape:export-xdpi="48" + inkscape:export-ydpi="48"> + <metadata + id="metadata8"> + <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></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6"> + <mask + maskUnits="userSpaceOnUse" + id="mask947"> + <rect + style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round" + id="rect949" + width="60" + height="40" + x="10" + y="5" /> + </mask> + <mask + id="mask3567" + maskUnits="userSpaceOnUse"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z" + id="path3569" + sodipodi:nodetypes="zzzzz" /> + </mask> + <clipPath + id="clipPath922" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + id="clipPath922-6" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924-7" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath876"> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 5.2916667,287.73958 a 3.96875,3.96875 0 0 0 -3.9687501,3.96875 3.96875,3.96875 0 0 0 3.9687501,3.96875 3.96875,3.96875 0 0 0 3.96875,-3.96875 3.96875,3.96875 0 0 0 -3.96875,-3.96875 z m 0,2.38125 a 1.5875001,1.5875044 0 0 1 1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,-1.5875 1.5875001,1.5875044 0 0 1 1.5875,-1.5875 z" + id="path878" /> + </clipPath> + </defs> + <sodipodi:namedview + inkscape:document-rotation="0" + pagecolor="#404040" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1756" + inkscape:window-height="1372" + id="namedview4" + showgrid="true" + inkscape:zoom="13.1625" + inkscape:cx="40" + inkscape:cy="40" + inkscape:window-x="804" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="g10" + showguides="false" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:snap-others="true" + inkscape:snap-nodes="true" + inkscape:bbox-paths="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid837" + empspacing="4" + enabled="true" + snapvisiblegridlinesonly="false" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <path + id="path987" + style="fill:#dcdcdc;fill-opacity:1;stroke-width:3.99999;stroke-linecap:round;stroke-linejoin:round" + d="m 40.000013,8.000132 a 15.999947,15.999947 0 0 0 -15.999945,15.999948 15.999947,15.999947 0 0 0 0.01568,0.683591 11.99996,11.99996 0 0 0 -7.339819,7.343726 7.9999736,7.9999736 0 0 1 -0.004,0 7.9999736,7.9999736 0 0 0 -0.671756,-0.02734 A 7.9999736,7.9999736 0 0 0 8.0001995,40.000025 7.9999736,7.9999736 0 0 0 16.000173,48 a 7.9999736,7.9999736 0 0 0 0.121105,0 h 11.878775 31.999894 a 11.99996,11.99996 0 0 0 11.999962,-11.999957 11.99996,11.99996 0 0 0 -11.999962,-11.99996 11.999 [...] + <path + style="fill:none;fill-opacity:1;stroke:#519eae;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 16,56 C 8,72 8,72 8,72" + id="path1757" /> + <path + style="fill:none;fill-opacity:1;stroke:#519eae;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 32,56 C 24,72 24,72 24,72" + id="path1761" /> + <path + style="fill:none;fill-opacity:1;stroke:#519eae;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 48,56 C 40,72 40,72 40,72" + id="path1765" /> + <path + style="fill:none;fill-opacity:1;stroke:#519eae;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 64,56 C 56,72 56,72 56,72" + id="path1767" /> + </g> +</svg> diff --git a/data/elementary/themes/img/coud-severe-warn.svg b/data/elementary/themes/img/coud-severe-warn.svg new file mode 100644 index 0000000000..6c46756d5c --- /dev/null +++ b/data/elementary/themes/img/coud-severe-warn.svg @@ -0,0 +1,174 @@ +<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="svg2" + width="80" + height="80" + viewBox="0 0 80 80" + sodipodi:docname="coud-severe-warn.svg" + inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/cloud-severe-warn-040.png" + inkscape:export-xdpi="48" + inkscape:export-ydpi="48"> + <metadata + id="metadata8"> + <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></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6"> + <mask + maskUnits="userSpaceOnUse" + id="mask947"> + <rect + style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round" + id="rect949" + width="60" + height="40" + x="10" + y="5" /> + </mask> + <mask + id="mask3567" + maskUnits="userSpaceOnUse"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z" + id="path3569" + sodipodi:nodetypes="zzzzz" /> + </mask> + <clipPath + id="clipPath922" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + id="clipPath922-6" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924-7" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath876"> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 5.2916667,287.73958 a 3.96875,3.96875 0 0 0 -3.9687501,3.96875 3.96875,3.96875 0 0 0 3.9687501,3.96875 3.96875,3.96875 0 0 0 3.96875,-3.96875 3.96875,3.96875 0 0 0 -3.96875,-3.96875 z m 0,2.38125 a 1.5875001,1.5875044 0 0 1 1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,-1.5875 1.5875001,1.5875044 0 0 1 1.5875,-1.5875 z" + id="path878" /> + </clipPath> + </defs> + <sodipodi:namedview + inkscape:document-rotation="0" + pagecolor="#404040" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1756" + inkscape:window-height="1372" + id="namedview4" + showgrid="true" + inkscape:zoom="13.1625" + inkscape:cx="40" + inkscape:cy="39.962013" + inkscape:window-x="804" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="g10" + showguides="false" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:snap-others="true" + inkscape:snap-nodes="true" + inkscape:bbox-paths="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid837" + empspacing="4" + enabled="true" + snapvisiblegridlinesonly="false" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <path + id="path987" + style="fill:#dcdcdc;fill-opacity:1;stroke-width:3.99999;stroke-linecap:round;stroke-linejoin:round" + d="m 40.000013,8.000132 a 15.999947,15.999947 0 0 0 -15.999945,15.999948 15.999947,15.999947 0 0 0 0.01568,0.683591 11.99996,11.99996 0 0 0 -7.339819,7.343726 7.9999736,7.9999736 0 0 1 -0.004,0 7.9999736,7.9999736 0 0 0 -0.671756,-0.02734 A 7.9999736,7.9999736 0 0 0 8.0001995,40.000025 7.9999736,7.9999736 0 0 0 16.000173,48 a 7.9999736,7.9999736 0 0 0 0.121105,0 h 11.878775 31.999894 a 11.99996,11.99996 0 0 0 11.999962,-11.999957 11.99996,11.99996 0 0 0 -11.999962,-11.99996 11.999 [...] + <path + style="fill:#e2d86b;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 34,52 -4,8 h 4 L 28,72 42,58 h -2 l 6,-6 z" + id="path1910" + sodipodi:nodetypes="cccccccc" /> + <path + style="fill:none;fill-opacity:1;stroke:#dcdcdc;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 58,56 V 72" + id="path1930" + sodipodi:nodetypes="cc" /> + <path + style="fill:none;fill-opacity:1;stroke:#519eae;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 16,56 C 8,72 8,72 8,72" + id="path1757" /> + <path + style="fill:none;fill-opacity:1;stroke:#519eae;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 24,56 C 16,72 16,72 16,72" + id="path1761" /> + <path + style="fill:none;fill-opacity:1;stroke:#dcdcdc;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 66,64 H 50" + id="path4405" + sodipodi:nodetypes="cc" /> + <path + style="fill:none;fill-opacity:1;stroke:#dcdcdc;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 63.656854,58.343146 52.343146,69.656854" + id="path4407" + sodipodi:nodetypes="cc" /> + <path + style="fill:none;fill-opacity:1;stroke:#dcdcdc;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 63.656854,69.656854 52.343146,58.343146" + id="path4409" + sodipodi:nodetypes="cc" /> + <circle + style="fill:#de4422;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;fill-opacity:1" + id="path4411" + cx="40" + cy="40" + r="4" /> + <path + id="circle4415" + style="fill:#de4422;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round" + d="M 39.939453 12 A 4 4 0 0 0 36 16 A 4 4 0 0 0 36 16.060547 L 36 28 A 4 4 0 0 0 40 32 A 4 4 0 0 0 44 28 A 4 4 0 0 0 44 27.939453 L 44 16 A 4 4 0 0 0 40 12 A 4 4 0 0 0 39.939453 12 z " /> + </g> +</svg> diff --git a/data/elementary/themes/img/coud-shower.svg b/data/elementary/themes/img/coud-shower.svg new file mode 100644 index 0000000000..13be48faec --- /dev/null +++ b/data/elementary/themes/img/coud-shower.svg @@ -0,0 +1,151 @@ +<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="svg2" + width="80" + height="80" + viewBox="0 0 80 80" + sodipodi:docname="coud-shower.svg" + inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/cloud-shower-040.png" + inkscape:export-xdpi="48" + inkscape:export-ydpi="48"> + <metadata + id="metadata8"> + <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></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6"> + <mask + maskUnits="userSpaceOnUse" + id="mask947"> + <rect + style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round" + id="rect949" + width="60" + height="40" + x="10" + y="5" /> + </mask> + <mask + id="mask3567" + maskUnits="userSpaceOnUse"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z" + id="path3569" + sodipodi:nodetypes="zzzzz" /> + </mask> + <clipPath + id="clipPath922" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + id="clipPath922-6" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924-7" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath876"> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 5.2916667,287.73958 a 3.96875,3.96875 0 0 0 -3.9687501,3.96875 3.96875,3.96875 0 0 0 3.9687501,3.96875 3.96875,3.96875 0 0 0 3.96875,-3.96875 3.96875,3.96875 0 0 0 -3.96875,-3.96875 z m 0,2.38125 a 1.5875001,1.5875044 0 0 1 1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,-1.5875 1.5875001,1.5875044 0 0 1 1.5875,-1.5875 z" + id="path878" /> + </clipPath> + </defs> + <sodipodi:namedview + inkscape:document-rotation="0" + pagecolor="#404040" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1756" + inkscape:window-height="1372" + id="namedview4" + showgrid="true" + inkscape:zoom="13.1625" + inkscape:cx="40" + inkscape:cy="40" + inkscape:window-x="804" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="g10" + showguides="false" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:snap-others="true" + inkscape:snap-nodes="true" + inkscape:bbox-paths="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid837" + empspacing="4" + enabled="true" + snapvisiblegridlinesonly="false" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <path + id="path987" + style="fill:#dcdcdc;fill-opacity:1;stroke-width:3.99999;stroke-linecap:round;stroke-linejoin:round" + d="m 40.000013,8.000132 a 15.999947,15.999947 0 0 0 -15.999945,15.999948 15.999947,15.999947 0 0 0 0.01568,0.683591 11.99996,11.99996 0 0 0 -7.339819,7.343726 7.9999736,7.9999736 0 0 1 -0.004,0 7.9999736,7.9999736 0 0 0 -0.671756,-0.02734 A 7.9999736,7.9999736 0 0 0 8.0001995,40.000025 7.9999736,7.9999736 0 0 0 16.000173,48 a 7.9999736,7.9999736 0 0 0 0.121105,0 h 11.878775 31.999894 a 11.99996,11.99996 0 0 0 11.999962,-11.999957 11.99996,11.99996 0 0 0 -11.999962,-11.99996 11.999 [...] + <path + style="fill:none;fill-opacity:1;stroke:#519eae;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 32,56 -2,4" + id="path1757" + sodipodi:nodetypes="cc" /> + <path + style="fill:none;fill-opacity:1;stroke:#519eae;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 26,68 -2,4" + id="path1787" + sodipodi:nodetypes="cc" /> + <path + style="fill:none;fill-opacity:1;stroke:#519eae;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 48,56 -2,4" + id="path1789" + sodipodi:nodetypes="cc" /> + <path + style="fill:none;fill-opacity:1;stroke:#519eae;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 42,68 -2,4" + id="path1791" + sodipodi:nodetypes="cc" /> + </g> +</svg> diff --git a/data/elementary/themes/img/coud-snow.svg b/data/elementary/themes/img/coud-snow.svg new file mode 100644 index 0000000000..b34a89f41d --- /dev/null +++ b/data/elementary/themes/img/coud-snow.svg @@ -0,0 +1,147 @@ +<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="svg2" + width="80" + height="80" + viewBox="0 0 80 80" + sodipodi:docname="coud-snow.svg" + inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/cloud-snow-040.png" + inkscape:export-xdpi="48" + inkscape:export-ydpi="48"> + <metadata + id="metadata8"> + <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></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6"> + <mask + maskUnits="userSpaceOnUse" + id="mask947"> + <rect + style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round" + id="rect949" + width="60" + height="40" + x="10" + y="5" /> + </mask> + <mask + id="mask3567" + maskUnits="userSpaceOnUse"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z" + id="path3569" + sodipodi:nodetypes="zzzzz" /> + </mask> + <clipPath + id="clipPath922" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + id="clipPath922-6" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924-7" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath876"> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 5.2916667,287.73958 a 3.96875,3.96875 0 0 0 -3.9687501,3.96875 3.96875,3.96875 0 0 0 3.9687501,3.96875 3.96875,3.96875 0 0 0 3.96875,-3.96875 3.96875,3.96875 0 0 0 -3.96875,-3.96875 z m 0,2.38125 a 1.5875001,1.5875044 0 0 1 1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,-1.5875 1.5875001,1.5875044 0 0 1 1.5875,-1.5875 z" + id="path878" /> + </clipPath> + </defs> + <sodipodi:namedview + inkscape:document-rotation="0" + pagecolor="#404040" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1756" + inkscape:window-height="1372" + id="namedview4" + showgrid="true" + inkscape:zoom="13.1625" + inkscape:cx="40" + inkscape:cy="40" + inkscape:window-x="804" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="g10" + showguides="false" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:snap-others="true" + inkscape:snap-nodes="true" + inkscape:bbox-paths="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid837" + empspacing="4" + enabled="true" + snapvisiblegridlinesonly="false" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <path + id="path987" + style="fill:#dcdcdc;fill-opacity:1;stroke-width:3.99999;stroke-linecap:round;stroke-linejoin:round" + d="m 40.000013,8.000132 a 15.999947,15.999947 0 0 0 -15.999945,15.999948 15.999947,15.999947 0 0 0 0.01568,0.683591 11.99996,11.99996 0 0 0 -7.339819,7.343726 7.9999736,7.9999736 0 0 1 -0.004,0 7.9999736,7.9999736 0 0 0 -0.671756,-0.02734 A 7.9999736,7.9999736 0 0 0 8.0001995,40.000025 7.9999736,7.9999736 0 0 0 16.000173,48 a 7.9999736,7.9999736 0 0 0 0.121105,0 h 11.878775 31.999894 a 11.99996,11.99996 0 0 0 11.999962,-11.999957 11.99996,11.99996 0 0 0 -11.999962,-11.99996 11.999 [...] + <path + style="fill:none;fill-opacity:1;stroke:#dcdcdc;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 40,52 V 72" + id="path1930" /> + <path + style="fill:none;fill-opacity:1;stroke:#dcdcdc;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 50,62 H 30" + id="path1932" /> + <path + style="fill:none;fill-opacity:1;stroke:#dcdcdc;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 47.071068,69.071068 32.928932,54.928932" + id="path1934" /> + <path + style="fill:none;fill-opacity:1;stroke:#dcdcdc;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 47.071068,54.928932 32.928932,69.071068" + id="path1936" /> + </g> +</svg> diff --git a/data/elementary/themes/img/coud-thunder.svg b/data/elementary/themes/img/coud-thunder.svg new file mode 100644 index 0000000000..1f482e43c6 --- /dev/null +++ b/data/elementary/themes/img/coud-thunder.svg @@ -0,0 +1,136 @@ +<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="svg2" + width="80" + height="80" + viewBox="0 0 80 80" + sodipodi:docname="coud-thunder.svg" + inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/cloud-thunder-040.png" + inkscape:export-xdpi="48" + inkscape:export-ydpi="48"> + <metadata + id="metadata8"> + <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></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6"> + <mask + maskUnits="userSpaceOnUse" + id="mask947"> + <rect + style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round" + id="rect949" + width="60" + height="40" + x="10" + y="5" /> + </mask> + <mask + id="mask3567" + maskUnits="userSpaceOnUse"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z" + id="path3569" + sodipodi:nodetypes="zzzzz" /> + </mask> + <clipPath + id="clipPath922" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + id="clipPath922-6" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924-7" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath876"> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 5.2916667,287.73958 a 3.96875,3.96875 0 0 0 -3.9687501,3.96875 3.96875,3.96875 0 0 0 3.9687501,3.96875 3.96875,3.96875 0 0 0 3.96875,-3.96875 3.96875,3.96875 0 0 0 -3.96875,-3.96875 z m 0,2.38125 a 1.5875001,1.5875044 0 0 1 1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,-1.5875 1.5875001,1.5875044 0 0 1 1.5875,-1.5875 z" + id="path878" /> + </clipPath> + </defs> + <sodipodi:namedview + inkscape:document-rotation="0" + pagecolor="#404040" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1756" + inkscape:window-height="1372" + id="namedview4" + showgrid="true" + inkscape:zoom="13.1625" + inkscape:cx="40" + inkscape:cy="39.962013" + inkscape:window-x="804" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="g10" + showguides="false" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:snap-others="true" + inkscape:snap-nodes="true" + inkscape:bbox-paths="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid837" + empspacing="4" + enabled="true" + snapvisiblegridlinesonly="false" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <path + id="path987" + style="fill:#dcdcdc;fill-opacity:1;stroke-width:3.99999;stroke-linecap:round;stroke-linejoin:round" + d="m 40.000013,8.000132 a 15.999947,15.999947 0 0 0 -15.999945,15.999948 15.999947,15.999947 0 0 0 0.01568,0.683591 11.99996,11.99996 0 0 0 -7.339819,7.343726 7.9999736,7.9999736 0 0 1 -0.004,0 7.9999736,7.9999736 0 0 0 -0.671756,-0.02734 A 7.9999736,7.9999736 0 0 0 8.0001995,40.000025 7.9999736,7.9999736 0 0 0 16.000173,48 a 7.9999736,7.9999736 0 0 0 0.121105,0 h 11.878775 31.999894 a 11.99996,11.99996 0 0 0 11.999962,-11.999957 11.99996,11.99996 0 0 0 -11.999962,-11.99996 11.999 [...] + <path + style="fill:#e2d86b;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 34,52 -4,8 h 4 L 28,72 42,58 h -2 l 6,-6 z" + id="path1910" + sodipodi:nodetypes="cccccccc" /> + </g> +</svg> diff --git a/data/elementary/themes/img/ic/cloud-fog-040.png b/data/elementary/themes/img/ic/cloud-fog-040.png new file mode 100644 index 0000000000..6e04174609 Binary files /dev/null and b/data/elementary/themes/img/ic/cloud-fog-040.png differ diff --git a/data/elementary/themes/img/ic/cloud-fog-080.png b/data/elementary/themes/img/ic/cloud-fog-080.png new file mode 100644 index 0000000000..71c11118d8 Binary files /dev/null and b/data/elementary/themes/img/ic/cloud-fog-080.png differ diff --git a/data/elementary/themes/img/ic/cloud-fog-160.png b/data/elementary/themes/img/ic/cloud-fog-160.png new file mode 100644 index 0000000000..5182e3070a Binary files /dev/null and b/data/elementary/themes/img/ic/cloud-fog-160.png differ diff --git a/data/elementary/themes/img/ic/cloud-rain-040.png b/data/elementary/themes/img/ic/cloud-rain-040.png new file mode 100644 index 0000000000..e1d842039e Binary files /dev/null and b/data/elementary/themes/img/ic/cloud-rain-040.png differ diff --git a/data/elementary/themes/img/ic/cloud-rain-080.png b/data/elementary/themes/img/ic/cloud-rain-080.png new file mode 100644 index 0000000000..6b58d5dcf6 Binary files /dev/null and b/data/elementary/themes/img/ic/cloud-rain-080.png differ diff --git a/data/elementary/themes/img/ic/cloud-rain-160.png b/data/elementary/themes/img/ic/cloud-rain-160.png new file mode 100644 index 0000000000..ad806909a4 Binary files /dev/null and b/data/elementary/themes/img/ic/cloud-rain-160.png differ diff --git a/data/elementary/themes/img/ic/cloud-severe-warn-040.png b/data/elementary/themes/img/ic/cloud-severe-warn-040.png new file mode 100644 index 0000000000..5db360714c Binary files /dev/null and b/data/elementary/themes/img/ic/cloud-severe-warn-040.png differ diff --git a/data/elementary/themes/img/ic/cloud-severe-warn-080.png b/data/elementary/themes/img/ic/cloud-severe-warn-080.png new file mode 100644 index 0000000000..fa446250cb Binary files /dev/null and b/data/elementary/themes/img/ic/cloud-severe-warn-080.png differ diff --git a/data/elementary/themes/img/ic/cloud-severe-warn-160.png b/data/elementary/themes/img/ic/cloud-severe-warn-160.png new file mode 100644 index 0000000000..7074ee9e48 Binary files /dev/null and b/data/elementary/themes/img/ic/cloud-severe-warn-160.png differ diff --git a/data/elementary/themes/img/ic/cloud-shower-040.png b/data/elementary/themes/img/ic/cloud-shower-040.png new file mode 100644 index 0000000000..8a4d575aab Binary files /dev/null and b/data/elementary/themes/img/ic/cloud-shower-040.png differ diff --git a/data/elementary/themes/img/ic/cloud-shower-080.png b/data/elementary/themes/img/ic/cloud-shower-080.png new file mode 100644 index 0000000000..3ed484dd79 Binary files /dev/null and b/data/elementary/themes/img/ic/cloud-shower-080.png differ diff --git a/data/elementary/themes/img/ic/cloud-shower-160.png b/data/elementary/themes/img/ic/cloud-shower-160.png new file mode 100644 index 0000000000..08e951cf6e Binary files /dev/null and b/data/elementary/themes/img/ic/cloud-shower-160.png differ diff --git a/data/elementary/themes/img/ic/cloud-snow-040.png b/data/elementary/themes/img/ic/cloud-snow-040.png new file mode 100644 index 0000000000..d26a963803 Binary files /dev/null and b/data/elementary/themes/img/ic/cloud-snow-040.png differ diff --git a/data/elementary/themes/img/ic/cloud-snow-080.png b/data/elementary/themes/img/ic/cloud-snow-080.png new file mode 100644 index 0000000000..354b48352d Binary files /dev/null and b/data/elementary/themes/img/ic/cloud-snow-080.png differ diff --git a/data/elementary/themes/img/ic/cloud-snow-160.png b/data/elementary/themes/img/ic/cloud-snow-160.png new file mode 100644 index 0000000000..80b14f06ce Binary files /dev/null and b/data/elementary/themes/img/ic/cloud-snow-160.png differ diff --git a/data/elementary/themes/img/ic/cloud-thunder-040.png b/data/elementary/themes/img/ic/cloud-thunder-040.png new file mode 100644 index 0000000000..064a1189ae Binary files /dev/null and b/data/elementary/themes/img/ic/cloud-thunder-040.png differ diff --git a/data/elementary/themes/img/ic/cloud-thunder-080.png b/data/elementary/themes/img/ic/cloud-thunder-080.png new file mode 100644 index 0000000000..21d809eace Binary files /dev/null and b/data/elementary/themes/img/ic/cloud-thunder-080.png differ diff --git a/data/elementary/themes/img/ic/cloud-thunder-160.png b/data/elementary/themes/img/ic/cloud-thunder-160.png new file mode 100644 index 0000000000..4454961725 Binary files /dev/null and b/data/elementary/themes/img/ic/cloud-thunder-160.png differ diff --git a/data/elementary/themes/img/ic/clouds-040.png b/data/elementary/themes/img/ic/clouds-040.png new file mode 100644 index 0000000000..bda04bf0f0 Binary files /dev/null and b/data/elementary/themes/img/ic/clouds-040.png differ diff --git a/data/elementary/themes/img/ic/clouds-080.png b/data/elementary/themes/img/ic/clouds-080.png new file mode 100644 index 0000000000..3d1c0e8182 Binary files /dev/null and b/data/elementary/themes/img/ic/clouds-080.png differ diff --git a/data/elementary/themes/img/ic/clouds-160.png b/data/elementary/themes/img/ic/clouds-160.png new file mode 100644 index 0000000000..d83c4acb09 Binary files /dev/null and b/data/elementary/themes/img/ic/clouds-160.png differ diff --git a/data/elementary/themes/img/ic/clouds-few-040.png b/data/elementary/themes/img/ic/clouds-few-040.png new file mode 100644 index 0000000000..ad6096b249 Binary files /dev/null and b/data/elementary/themes/img/ic/clouds-few-040.png differ diff --git a/data/elementary/themes/img/ic/clouds-few-080.png b/data/elementary/themes/img/ic/clouds-few-080.png new file mode 100644 index 0000000000..e266d309c7 Binary files /dev/null and b/data/elementary/themes/img/ic/clouds-few-080.png differ diff --git a/data/elementary/themes/img/ic/clouds-few-160.png b/data/elementary/themes/img/ic/clouds-few-160.png new file mode 100644 index 0000000000..9fdb350439 Binary files /dev/null and b/data/elementary/themes/img/ic/clouds-few-160.png differ diff --git a/data/elementary/themes/img/ic/clouds-overcast-040.png b/data/elementary/themes/img/ic/clouds-overcast-040.png new file mode 100644 index 0000000000..54311c8cdd Binary files /dev/null and b/data/elementary/themes/img/ic/clouds-overcast-040.png differ diff --git a/data/elementary/themes/img/ic/clouds-overcast-080.png b/data/elementary/themes/img/ic/clouds-overcast-080.png new file mode 100644 index 0000000000..614d7ced37 Binary files /dev/null and b/data/elementary/themes/img/ic/clouds-overcast-080.png differ diff --git a/data/elementary/themes/img/ic/clouds-overcast-160.png b/data/elementary/themes/img/ic/clouds-overcast-160.png new file mode 100644 index 0000000000..5de0b7030a Binary files /dev/null and b/data/elementary/themes/img/ic/clouds-overcast-160.png differ diff --git a/data/elementary/themes/img/ic/moon-040.png b/data/elementary/themes/img/ic/moon-040.png new file mode 100644 index 0000000000..06d64ab0cb Binary files /dev/null and b/data/elementary/themes/img/ic/moon-040.png differ diff --git a/data/elementary/themes/img/ic/moon-080.png b/data/elementary/themes/img/ic/moon-080.png new file mode 100644 index 0000000000..faac87051f Binary files /dev/null and b/data/elementary/themes/img/ic/moon-080.png differ diff --git a/data/elementary/themes/img/ic/moon-160.png b/data/elementary/themes/img/ic/moon-160.png new file mode 100644 index 0000000000..9476d3debb Binary files /dev/null and b/data/elementary/themes/img/ic/moon-160.png differ diff --git a/data/elementary/themes/img/ic/moon-clouds-040.png b/data/elementary/themes/img/ic/moon-clouds-040.png new file mode 100644 index 0000000000..d399376425 Binary files /dev/null and b/data/elementary/themes/img/ic/moon-clouds-040.png differ diff --git a/data/elementary/themes/img/ic/moon-clouds-080.png b/data/elementary/themes/img/ic/moon-clouds-080.png new file mode 100644 index 0000000000..3dbd8b4bbf Binary files /dev/null and b/data/elementary/themes/img/ic/moon-clouds-080.png differ diff --git a/data/elementary/themes/img/ic/moon-clouds-160.png b/data/elementary/themes/img/ic/moon-clouds-160.png new file mode 100644 index 0000000000..1a52a72365 Binary files /dev/null and b/data/elementary/themes/img/ic/moon-clouds-160.png differ diff --git a/data/elementary/themes/img/ic/moon-clouds-few-040.png b/data/elementary/themes/img/ic/moon-clouds-few-040.png new file mode 100644 index 0000000000..1717cafb26 Binary files /dev/null and b/data/elementary/themes/img/ic/moon-clouds-few-040.png differ diff --git a/data/elementary/themes/img/ic/moon-clouds-few-080.png b/data/elementary/themes/img/ic/moon-clouds-few-080.png new file mode 100644 index 0000000000..d821a4e81f Binary files /dev/null and b/data/elementary/themes/img/ic/moon-clouds-few-080.png differ diff --git a/data/elementary/themes/img/ic/moon-clouds-few-160.png b/data/elementary/themes/img/ic/moon-clouds-few-160.png new file mode 100644 index 0000000000..d7594895f7 Binary files /dev/null and b/data/elementary/themes/img/ic/moon-clouds-few-160.png differ diff --git a/data/elementary/themes/img/ic/sun-040.png b/data/elementary/themes/img/ic/sun-040.png new file mode 100644 index 0000000000..ad6a450917 Binary files /dev/null and b/data/elementary/themes/img/ic/sun-040.png differ diff --git a/data/elementary/themes/img/ic/sun-080.png b/data/elementary/themes/img/ic/sun-080.png new file mode 100644 index 0000000000..353addaddc Binary files /dev/null and b/data/elementary/themes/img/ic/sun-080.png differ diff --git a/data/elementary/themes/img/ic/sun-160.png b/data/elementary/themes/img/ic/sun-160.png new file mode 100644 index 0000000000..49ef2510bd Binary files /dev/null and b/data/elementary/themes/img/ic/sun-160.png differ diff --git a/data/elementary/themes/img/moon-clouds.svg b/data/elementary/themes/img/moon-clouds.svg new file mode 100644 index 0000000000..7cf8114b83 --- /dev/null +++ b/data/elementary/themes/img/moon-clouds.svg @@ -0,0 +1,135 @@ +<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="svg2" + width="80" + height="80" + viewBox="0 0 80 80" + sodipodi:docname="moon-clouds.svg" + inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/moon-clouds-few-040.png" + inkscape:export-xdpi="48" + inkscape:export-ydpi="48"> + <metadata + id="metadata8"> + <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></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6"> + <mask + maskUnits="userSpaceOnUse" + id="mask947"> + <rect + style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round" + id="rect949" + width="60" + height="40" + x="10" + y="5" /> + </mask> + <mask + id="mask3567" + maskUnits="userSpaceOnUse"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z" + id="path3569" + sodipodi:nodetypes="zzzzz" /> + </mask> + <clipPath + id="clipPath922" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + id="clipPath922-6" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924-7" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath876"> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 5.2916667,287.73958 a 3.96875,3.96875 0 0 0 -3.9687501,3.96875 3.96875,3.96875 0 0 0 3.9687501,3.96875 3.96875,3.96875 0 0 0 3.96875,-3.96875 3.96875,3.96875 0 0 0 -3.96875,-3.96875 z m 0,2.38125 a 1.5875001,1.5875044 0 0 1 1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,-1.5875 1.5875001,1.5875044 0 0 1 1.5875,-1.5875 z" + id="path878" /> + </clipPath> + </defs> + <sodipodi:namedview + inkscape:document-rotation="0" + pagecolor="#404040" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1756" + inkscape:window-height="1372" + id="namedview4" + showgrid="true" + inkscape:zoom="13.1625" + inkscape:cx="40" + inkscape:cy="40" + inkscape:window-x="804" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="g10" + showguides="false" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:snap-others="true" + inkscape:snap-nodes="true" + inkscape:bbox-paths="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid837" + empspacing="4" + enabled="true" + snapvisiblegridlinesonly="false" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <path + id="path889" + style="fill:#ffffff;fill-opacity:1;stroke-width:5;stroke-linecap:round;stroke-linejoin:round" + d="M 44.716797 20.564453 A 20 20 0 0 1 52 36 A 20 20 0 0 1 32 56 A 20 20 0 0 1 27.283203 55.435547 A 20 20 0 0 0 40 60 A 20 20 0 0 0 60 40 A 20 20 0 0 0 44.716797 20.564453 z " /> + <path + id="path987" + style="fill:#a0a0a0;fill-opacity:1;stroke-width:3.99999;stroke-linecap:round;stroke-linejoin:round" + d="m 40.000013,32.000132 a 15.999947,15.999947 0 0 0 -15.999945,15.999948 15.999947,15.999947 0 0 0 0.01568,0.683591 11.99996,11.99996 0 0 0 -7.339819,7.343726 7.9999736,7.9999736 0 0 1 -0.004,0 7.9999736,7.9999736 0 0 0 -0.671756,-0.02734 A 7.9999736,7.9999736 0 0 0 8.0001995,64.000025 7.9999736,7.9999736 0 0 0 16.000173,72 a 7.9999736,7.9999736 0 0 0 0.121105,0 h 11.878775 31.999894 a 11.99996,11.99996 0 0 0 11.999962,-11.999957 11.99996,11.99996 0 0 0 -11.999962,-11.99996 11.99 [...] + </g> +</svg> diff --git a/data/elementary/themes/img/moon.svg b/data/elementary/themes/img/moon.svg new file mode 100644 index 0000000000..1ba2d3d141 --- /dev/null +++ b/data/elementary/themes/img/moon.svg @@ -0,0 +1,131 @@ +<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="svg2" + width="80" + height="80" + viewBox="0 0 80 80" + sodipodi:docname="moon.svg" + inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/moon-040.png" + inkscape:export-xdpi="48" + inkscape:export-ydpi="48"> + <metadata + id="metadata8"> + <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></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6"> + <mask + maskUnits="userSpaceOnUse" + id="mask947"> + <rect + style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round" + id="rect949" + width="60" + height="40" + x="10" + y="5" /> + </mask> + <mask + id="mask3567" + maskUnits="userSpaceOnUse"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z" + id="path3569" + sodipodi:nodetypes="zzzzz" /> + </mask> + <clipPath + id="clipPath922" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + id="clipPath922-6" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924-7" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath876"> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 5.2916667,287.73958 a 3.96875,3.96875 0 0 0 -3.9687501,3.96875 3.96875,3.96875 0 0 0 3.9687501,3.96875 3.96875,3.96875 0 0 0 3.96875,-3.96875 3.96875,3.96875 0 0 0 -3.96875,-3.96875 z m 0,2.38125 a 1.5875001,1.5875044 0 0 1 1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,-1.5875 1.5875001,1.5875044 0 0 1 1.5875,-1.5875 z" + id="path878" /> + </clipPath> + </defs> + <sodipodi:namedview + inkscape:document-rotation="0" + pagecolor="#404040" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1756" + inkscape:window-height="1372" + id="namedview4" + showgrid="true" + inkscape:zoom="13.1625" + inkscape:cx="40" + inkscape:cy="39.924027" + inkscape:window-x="804" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="g10" + showguides="false" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:snap-others="true" + inkscape:snap-nodes="true" + inkscape:bbox-paths="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid837" + empspacing="4" + enabled="true" + snapvisiblegridlinesonly="false" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <path + id="path889" + style="fill:#ffffff;fill-opacity:1;stroke-width:5;stroke-linecap:round;stroke-linejoin:round" + d="M 44.716797 20.564453 A 20 20 0 0 1 52 36 A 20 20 0 0 1 32 56 A 20 20 0 0 1 27.283203 55.435547 A 20 20 0 0 0 40 60 A 20 20 0 0 0 60 40 A 20 20 0 0 0 44.716797 20.564453 z " /> + </g> +</svg> diff --git a/data/elementary/themes/img/sun.svg b/data/elementary/themes/img/sun.svg new file mode 100644 index 0000000000..02335f2392 --- /dev/null +++ b/data/elementary/themes/img/sun.svg @@ -0,0 +1,205 @@ +<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="svg2" + width="80" + height="80" + viewBox="0 0 80 80" + sodipodi:docname="sun.svg" + inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/sun-040.png" + inkscape:export-xdpi="48" + inkscape:export-ydpi="48"> + <metadata + id="metadata8"> + <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></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6"> + <mask + maskUnits="userSpaceOnUse" + id="mask947"> + <rect + style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round" + id="rect949" + width="60" + height="40" + x="10" + y="5" /> + </mask> + <mask + id="mask3567" + maskUnits="userSpaceOnUse"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z" + id="path3569" + sodipodi:nodetypes="zzzzz" /> + </mask> + <clipPath + id="clipPath922" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + id="clipPath922-6" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924-7" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath876"> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 5.2916667,287.73958 a 3.96875,3.96875 0 0 0 -3.9687501,3.96875 3.96875,3.96875 0 0 0 3.9687501,3.96875 3.96875,3.96875 0 0 0 3.96875,-3.96875 3.96875,3.96875 0 0 0 -3.96875,-3.96875 z m 0,2.38125 a 1.5875001,1.5875044 0 0 1 1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,-1.5875 1.5875001,1.5875044 0 0 1 1.5875,-1.5875 z" + id="path878" /> + </clipPath> + </defs> + <sodipodi:namedview + inkscape:document-rotation="0" + pagecolor="#404040" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1756" + inkscape:window-height="1372" + id="namedview4" + showgrid="true" + inkscape:zoom="13.1625" + inkscape:cx="40" + inkscape:cy="40" + inkscape:window-x="804" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="g10" + showguides="false" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:snap-others="true" + inkscape:snap-nodes="true" + inkscape:bbox-paths="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid837" + empspacing="4" + enabled="true" + snapvisiblegridlinesonly="false" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <circle + style="fill:#e2db95;fill-opacity:1;stroke-width:5;stroke-linecap:round;stroke-linejoin:round" + id="path889" + cx="40" + cy="40" + r="20" /> + <path + id="path895" + style="fill:#e2dd97;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" + d="m 40,8 -3.074219,8.197266 A 24,24 0 0 1 40,16 a 24,24 0 0 1 3.074219,0.199219 z" + inkscape:transform-center-x="0.025513043" + inkscape:transform-center-y="-27.880818" /> + <path + id="path901" + style="fill:#e2dd97;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" + d="m 55.993632,12.271808 -6.760985,5.561931 a 24,24 0 0 1 2.760985,1.366273 24,24 0 0 1 2.562742,1.709638 z" + inkscape:transform-center-x="-12.587626" + inkscape:transform-center-y="-23.389699" /> + <path + id="path903" + style="fill:#e2dd97;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" + d="m 67.708619,23.968119 -8.63615,1.436281 a 24,24 0 0 1 1.707947,2.563719 24,24 0 0 1 1.364581,2.761961 z" + inkscape:transform-center-x="-23.365031" + inkscape:transform-center-y="-12.631328" /> + <path + id="path928" + style="fill:#e2dd97;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" + d="m 72.005941,39.954914 -8.197266,-3.074219 a 24,24 0 0 1 0.197266,3.074219 24,24 0 0 1 -0.199219,3.074219 z" + inkscape:transform-center-x="-27.880818" + inkscape:transform-center-y="-0.0255135" /> + <path + id="path930" + style="fill:#e2dd97;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" + d="m 67.734133,55.948546 -5.561931,-6.760985 a 24,24 0 0 1 -1.366273,2.760985 24,24 0 0 1 -1.709638,2.562742 z" + inkscape:transform-center-x="-23.389699" + inkscape:transform-center-y="12.587626" /> + <path + id="path932" + style="fill:#e2dd97;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" + d="m 56.037822,67.663533 -1.436281,-8.63615 a 24,24 0 0 1 -2.563719,1.707947 24,24 0 0 1 -2.761961,1.364581 z" + inkscape:transform-center-x="-12.631328" + inkscape:transform-center-y="23.365031" /> + <path + id="path934" + style="fill:#e2dd97;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" + d="m 40.051026,71.960855 3.074219,-8.197266 a 24,24 0 0 1 -3.074219,0.197266 24,24 0 0 1 -3.074219,-0.199219 z" + inkscape:transform-center-x="-0.025512957" + inkscape:transform-center-y="27.880818" /> + <path + id="path936" + style="fill:#e2dd97;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" + d="m 24.057394,67.689047 6.760985,-5.561931 a 24,24 0 0 1 -2.760985,-1.366273 24,24 0 0 1 -2.562742,-1.709638 z" + inkscape:transform-center-x="12.587626" + inkscape:transform-center-y="23.389699" /> + <path + id="path938" + style="fill:#e2dd97;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" + d="m 12.342407,55.992736 8.63615,-1.436281 A 24,24 0 0 1 19.27061,51.992736 24,24 0 0 1 17.906029,49.230775 Z" + inkscape:transform-center-x="23.365031" + inkscape:transform-center-y="12.631328" /> + <path + id="path940" + style="fill:#e2dd97;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" + d="m 8.0450851,40.005941 8.1972659,3.074219 a 24,24 0 0 1 -0.197266,-3.074219 24,24 0 0 1 0.199219,-3.074219 z" + inkscape:transform-center-x="27.880818" + inkscape:transform-center-y="0.0255135" /> + <path + id="path942" + style="fill:#e2dd97;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" + d="m 12.316893,24.012309 5.561931,6.760985 a 24,24 0 0 1 1.366273,-2.760985 24,24 0 0 1 1.709638,-2.562742 z" + inkscape:transform-center-x="23.389699" + inkscape:transform-center-y="-12.587626" /> + <path + id="path944" + style="fill:#e2dd97;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" + d="m 24.013204,12.297322 1.436281,8.63615 a 24,24 0 0 1 2.563719,-1.707947 24,24 0 0 1 2.761961,-1.364581 z" + inkscape:transform-center-x="12.631328" + inkscape:transform-center-y="-23.365031" /> + </g> +</svg> --