raster pushed a commit to branch feature/themes/flat. http://git.enlightenment.org/core/efl.git/commit/?id=eef252119ec7385adffaac20076c725b2a1d0066
commit eef252119ec7385adffaac20076c725b2a1d0066 Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Thu Jul 16 18:21:42 2020 +0100 TH - more icons --- data/elementary/themes/edc/O/icons.edc | 8 +- data/elementary/themes/edc/icons.edc | 6 +- data/elementary/themes/ic.edc | 4 + data/elementary/themes/img/desks.svg | 203 +++++++++++++++++++++ data/elementary/themes/img/gear.svg | 91 ++++++++-- data/elementary/themes/img/ic/desks-040.png | Bin 0 -> 816 bytes data/elementary/themes/img/ic/desks-080.png | Bin 0 -> 1256 bytes data/elementary/themes/img/ic/desks-160.png | Bin 0 -> 2701 bytes data/elementary/themes/img/ic/gear-040.png | Bin 1966 -> 1998 bytes data/elementary/themes/img/ic/gear-080.png | Bin 4083 -> 4828 bytes data/elementary/themes/img/ic/gear-160.png | Bin 7761 -> 10739 bytes data/elementary/themes/img/ic/paint-040.png | Bin 0 -> 1284 bytes data/elementary/themes/img/ic/paint-080.png | Bin 0 -> 2611 bytes data/elementary/themes/img/ic/paint-160.png | Bin 0 -> 5761 bytes data/elementary/themes/img/ic/system-run-040.png | Bin 0 -> 1983 bytes data/elementary/themes/img/ic/system-run-080.png | Bin 0 -> 4444 bytes data/elementary/themes/img/ic/system-run-160.png | Bin 0 -> 9736 bytes data/elementary/themes/img/ic/window-040.png | Bin 0 -> 629 bytes data/elementary/themes/img/ic/window-080.png | Bin 0 -> 1222 bytes data/elementary/themes/img/ic/window-160.png | Bin 0 -> 2794 bytes data/elementary/themes/img/paint.svg | 218 +++++++++++++++++++++++ data/elementary/themes/img/system-run.svg | 115 ++++++++++++ data/elementary/themes/img/window.svg | 129 ++++++++++++++ 23 files changed, 751 insertions(+), 23 deletions(-) diff --git a/data/elementary/themes/edc/O/icons.edc b/data/elementary/themes/edc/O/icons.edc index ce0cd6762c..c0f6e92d0d 100644 --- a/data/elementary/themes/edc/O/icons.edc +++ b/data/elementary/themes/edc/O/icons.edc @@ -57,7 +57,7 @@ ICON("view-order","icon_efm_sort.png",16) // *** // EFMBUTTON("ordering" ICON("view-hidden-files","icon_efm_view.png",16) // *** // EFMBUTTON("hidden_files" ICON("configure","icon_config.png",64) // "widget/config" - ICON("system-run","icon_run.png",64) // "enlightenment/run" +// ICON("system-run","icon_run.png",64) // "enlightenment/run" ICON("window-close","icon_close.png",64) // "widget/close" ICON("dialog-ok-apply","icon_check.png",64) // "enlightenment/check" ICON("transform-scale","icon_resize.png",64) // "widget/resize" @@ -71,8 +71,8 @@ // ICON("dialog-ask","icon_dummy.png",64) // "enlightenment/unknown" // ICON("unknown","icon_dummy.png",64) // *** // "enlightenment/unknown" //Standard Application Icons - ICON("preferences-desktop","icon_desktops.png",64) // "enlightenment/desktops" - ICON("preferences-desktop-theme","icon_theme.png",64) // "enlightenment/themes" +// ICON("preferences-desktop","icon_desktops.png",64) // "enlightenment/desktops" +// ICON("preferences-desktop-theme","icon_theme.png",64) // "enlightenment/themes" ICON("preferences-desktop-wallpaper","icon_wallpaper.png",64) // "enlightenment/background" ICON("preferences-desktop-color","icon_colors.png",64) // "enlightenment/colors" ICON("preferences-desktop-font","icon_fonts.png",64) // "enlightenment/fonts" @@ -154,7 +154,7 @@ ICON("preferences-preferences","icon_config.png",64) // "enlightenment/configuration" "enlightenment/settings" ICON("preferences-plugin","icon_modules.png",64) // "enlightenment/modules" // ICON("preferences-system","icon_configuration.png",64) // "enlightenment/configuration" "enlightenment/settings" - ICON("preferences-system-windows","icon_windows.png",64) // "enlightenment/windows" "enlightenment/showhide" +// ICON("preferences-system-windows","icon_windows.png",64) // "enlightenment/windows" "enlightenment/showhide" ICON("preferences-system-performance","icon_performance.png",64) // "enlightenment/performance" ICON("preferences-system-power-management","icon_power_management.png",64) // "enlightenment/power_management" ICON("preferences-system-screen-resolution","icon_screen_resolution.png",64)// *** // "enlightenment/screen_resolution" diff --git a/data/elementary/themes/edc/icons.edc b/data/elementary/themes/edc/icons.edc index 64c263d3fc..9b8a1e5657 100644 --- a/data/elementary/themes/edc/icons.edc +++ b/data/elementary/themes/edc/icons.edc @@ -2,7 +2,7 @@ #define ICON(_NAME, _ICON) \ group { name: "e/icons/"_NAME; \ parts { \ - part { name: "icon"; mouse_events: 0; \ + part { name: "icon/"_NAME; mouse_events: 0; \ description { state: "default" 0.0; \ aspect: 1.0 1.0; aspect_preference: BOTH; \ image.normal: _ICON; \ @@ -32,8 +32,12 @@ ICON("screenshot", "i-camera") ICON("dialog-warning", "i-warning") ICON("dialog-error", "i-warning-red") + ICON("system-run", "i-system-run") ICON("preferences-applications", "i-termprompt") ICON("preferences-system", "i-gear") + ICON("preferences-desktop-theme", "i-paint") + ICON("preferences-desktop", "i-desks") + ICON("preferences-system-windows", "i-window") #undef ICON // mono color default fg color icons diff --git a/data/elementary/themes/ic.edc b/data/elementary/themes/ic.edc index 4919f39bc5..0cf20bf7d2 100644 --- a/data/elementary/themes/ic.edc +++ b/data/elementary/themes/ic.edc @@ -182,6 +182,10 @@ I160("i-termprompt", "termprompt") I160("i-warning", "warning") I160("i-warning-red", "warning-red") I160("i-camera", "camera") +I160("i-paint", "paint") +I160("i-desks", "desks") +I160("i-window", "window") +I160("i-system-run", "system-run") /////////////////////////////////////////////////////////////////////////////// // larger mono icons (mostly efm or settings) diff --git a/data/elementary/themes/img/desks.svg b/data/elementary/themes/img/desks.svg new file mode 100644 index 0000000000..f5367ce049 --- /dev/null +++ b/data/elementary/themes/img/desks.svg @@ -0,0 +1,203 @@ +<?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" + inkscape:export-ydpi="48" + inkscape:export-xdpi="48" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/desks-040.png" + inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + sodipodi:docname="desks.svg" + viewBox="0 0 80 80" + height="80" + width="80" + id="svg2" + version="1.1"> + <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"> + <filter + height="1.5548975" + y="-0.27744874" + width="1.508656" + x="-0.25432801" + id="filter5686" + style="color-interpolation-filters:sRGB" + inkscape:collect="always"> + <feGaussianBlur + id="feGaussianBlur5688" + stdDeviation="1.2716401" + inkscape:collect="always" /> + </filter> + </defs> + <sodipodi:namedview + inkscape:bbox-nodes="true" + inkscape:bbox-paths="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-nodes="true" + inkscape:snap-bbox="true" + inkscape:current-layer="g10" + inkscape:window-maximized="0" + inkscape:window-y="0" + inkscape:window-x="1206" + inkscape:cy="40" + inkscape:cx="40" + inkscape:zoom="8.1375" + showgrid="true" + id="namedview4" + inkscape:window-height="1372" + inkscape:window-width="1354" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + guidetolerance="10" + gridtolerance="10" + objecttolerance="10" + borderopacity="1" + bordercolor="#666666" + pagecolor="#404040" + inkscape:document-rotation="0"> + <inkscape:grid + id="grid837" + type="xygrid" /> + </sodipodi:namedview> + <g + id="g10" + inkscape:label="Image" + inkscape:groupmode="layer"> + <rect + y="10" + x="10" + height="29" + width="29" + id="rect5242" + style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke:none;stroke-width:3.52162;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="opacity:1;fill:#566ba7;fill-opacity:1;stroke:none;stroke-width:3.03588;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5252" + width="25" + height="25" + x="12" + y="12" /> + <rect + style="opacity:1;fill:#202020;fill-opacity:1;stroke:none;stroke-width:3.52162;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5242-4" + width="29" + height="29" + x="41" + y="10" /> + <rect + y="12" + x="43" + height="25" + width="25" + id="rect5252-0" + style="opacity:1;fill:#734e2f;fill-opacity:1;stroke:none;stroke-width:3.03588;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="opacity:1;fill:#202020;fill-opacity:1;stroke:none;stroke-width:3.52162;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5242-5" + width="29" + height="29" + x="41" + y="41" /> + <rect + y="43" + x="43" + height="25" + width="25" + id="rect5252-9" + style="opacity:0.5;fill:#664d82;fill-opacity:1;stroke:none;stroke-width:3.03588;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="opacity:1;fill:#202020;fill-opacity:1;stroke:none;stroke-width:3.52162;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5242-46" + width="29" + height="29" + x="10" + y="41" /> + <rect + y="43" + x="12" + height="25" + width="25" + id="rect5252-92" + style="opacity:0.5;fill:#347278;fill-opacity:1;stroke:none;stroke-width:3.03588;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="opacity:0.5;fill:#090909;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter5686)" + id="rect5292" + width="12" + height="11" + x="15" + y="17" /> + <rect + y="16" + x="15" + height="11" + width="12" + id="rect5288" + style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="21" + x="22" + height="11" + width="12" + id="rect5690" + style="opacity:0.5;fill:#090909;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter5686)" /> + <rect + style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5692" + width="12" + height="11" + x="22" + y="20" /> + <rect + style="opacity:1;fill:#202020;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5694" + width="12" + height="2" + x="22" + y="20" /> + <rect + style="opacity:0.5;fill:#090909;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter5686)" + id="rect5696" + width="12" + height="11" + x="49" + y="17" /> + <rect + y="16" + x="49" + height="11" + width="12" + id="rect5698" + style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="53" + x="21" + height="11" + width="12" + id="rect5702" + style="opacity:0.5;fill:#090909;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter5686)" /> + <rect + style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5704" + width="12" + height="11" + x="21" + y="52" /> + </g> +</svg> diff --git a/data/elementary/themes/img/gear.svg b/data/elementary/themes/img/gear.svg index 2c461aa5e9..086140d251 100644 --- a/data/elementary/themes/img/gear.svg +++ b/data/elementary/themes/img/gear.svg @@ -30,13 +30,45 @@ </rdf:RDF> </metadata> <defs - id="defs6" /> + id="defs6"> + <filter + height="1.2050911" + y="-0.10254557" + width="1.2050914" + x="-0.10254571" + id="filter939" + style="color-interpolation-filters:sRGB" + inkscape:collect="always"> + <feGaussianBlur + id="feGaussianBlur941" + stdDeviation="2.5636429" + inkscape:collect="always" /> + </filter> + <filter + height="1.1438404" + y="-0.071920205" + width="1.1438404" + x="-0.071920205" + id="filter1309" + style="color-interpolation-filters:sRGB" + inkscape:collect="always"> + <feGaussianBlur + id="feGaussianBlur1311" + stdDeviation="0.89900257" + inkscape:collect="always" /> + </filter> + </defs> <sodipodi:namedview + inkscape:snap-nodes="false" + inkscape:snap-others="false" + inkscape:bbox-nodes="true" + inkscape:snap-bbox="true" + showguides="false" inkscape:current-layer="g10" inkscape:window-maximized="0" inkscape:window-y="0" inkscape:window-x="1206" - inkscape:cy="40.061444" + inkscape:cy="40" inkscape:cx="40" inkscape:zoom="8.1375" showgrid="true" @@ -61,36 +93,59 @@ inkscape:label="Image" inkscape:groupmode="layer"> <path - d="M 39.855469 10 A 30 30 0 0 0 34.205078 10.566406 L 32.568359 22.027344 L 23.302734 15.078125 A 30 30 0 0 0 15.107422 23.259766 L 22.072266 32.546875 L 10.568359 34.189453 A 30 30 0 0 0 10 40 A 30 30 0 0 0 10.558594 45.761719 L 22.089844 47.408203 L 15.099609 56.728516 A 30 30 0 0 0 23.277344 64.90625 L 32.611328 57.90625 L 34.259766 69.445312 A 30 30 0 0 0 40 70 A 30 30 0 0 0 45.824219 69.427734 L 47.472656 57.886719 L 56.779297 64.867188 A 30 30 0 0 0 64.945312 56.664062 L 57. [...] + d="m 40,14 a 30,30 0 0 0 -5.650391,0.566406 L 32.71289,26.027344 23.447265,19.078125 a 30,30 0 0 0 -8.195312,8.181641 l 6.964844,9.287109 -11.503907,1.642578 A 30,30 0 0 0 10.144531,44 a 30,30 0 0 0 0.558594,5.761719 l 11.53125,1.646484 -6.990235,9.320313 a 30,30 0 0 0 8.177735,8.177734 l 9.333984,-7 1.648438,11.539062 A 30,30 0 0 0 40.144531,74 30,30 0 0 0 45.96875,73.427734 l 1.648437,-11.541015 9.306641,6.980469 a 30,30 0 0 0 8.166015,-8.203126 L 58.115234,51.365234 69.591797,4 [...] + style="fill:#000000;fill-opacity:1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;opacity:0.5;filter:url(#filter939)" + id="path7992" /> + <rect + style="fill:#404040;fill-opacity:1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round" + id="rect7990" + width="30" + height="30" + x="25" + y="25" /> + <path + id="path2858-3" + style="opacity:0.5;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.38828;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter1309)" + d="m 25.007812,27 v 30 h 30 V 27 Z M 40,32 a 10,10 0 0 1 0.002,0 10,10 0 0 1 0.01172,0 10,10 0 0 1 9.994141,10 h -4.029346 a 5.9707093,5.9707093 0 0 0 -5.966797,-5.970703 5.9707093,5.9707093 0 0 0 -5.974609,5.962891 5.9707093,5.9707093 0 0 0 5.958984,5.978515 5.9707093,5.9707093 0 0 0 5.982422,-5.955078 l 4.029297,0.0098 A 10,10 0 0 1 39.990234,52.000034 10,10 0 0 1 30.007812,41.988315 10,10 0 0 1 40,32.000034 Z" /> + <path + id="path2833" style="fill:#a0a0a0;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;fill-opacity:1" - id="path2833" /> + d="M 39.855469 10 A 30 30 0 0 0 34.205078 10.566406 L 32.568359 22.027344 L 23.302734 15.078125 A 30 30 0 0 0 15.107422 23.259766 L 22.072266 32.546875 L 10.568359 34.189453 A 30 30 0 0 0 10 40 A 30 30 0 0 0 10.558594 45.761719 L 22.089844 47.408203 L 15.099609 56.728516 A 30 30 0 0 0 23.277344 64.90625 L 32.611328 57.90625 L 34.259766 69.445312 A 30 30 0 0 0 40 70 A 30 30 0 0 0 45.824219 69.427734 L 47.472656 57.886719 L 56.779297 64.867188 A 30 30 0 0 0 64.945312 56.664062 L 57. [...] <path - id="path2854" - style="fill:none;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;stroke:#202020;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" - d="M 39.855469 10 A 30 30 0 0 0 34.205078 10.566406 L 32.568359 22.027344 L 23.302734 15.078125 A 30 30 0 0 0 15.107422 23.259766 L 22.072266 32.546875 L 10.568359 34.189453 A 30 30 0 0 0 10 40 A 30 30 0 0 0 10.558594 45.761719 L 22.089844 47.408203 L 15.099609 56.728516 A 30 30 0 0 0 23.277344 64.90625 L 32.611328 57.90625 L 34.259766 69.445312 A 30 30 0 0 0 40 70 A 30 30 0 0 0 45.824219 69.427734 L 47.472656 57.886719 L 56.779297 64.867188 A 30 30 0 0 0 64.945312 56.664062 L 57. [...] + style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:2.38828;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + id="path2858" + sodipodi:type="arc" + sodipodi:cx="40" + sodipodi:cy="40" + sodipodi:rx="5.9707093" + sodipodi:ry="5.9707093" + sodipodi:start="0.0024470062" + sodipodi:end="0" + sodipodi:arc-type="slice" + d="M 45.970691,40.01461 A 5.9707093,5.9707093 0 0 1 39.989042,45.970699 5.9707093,5.9707093 0 0 1 34.029295,39.992695 5.9707093,5.9707093 0 0 1 40.003653,34.029292 5.9707093,5.9707093 0 0 1 45.970709,40 H 40 Z" /> <path - d="M 49.99997,40.02447 A 10,10 0 0 1 39.981647,49.999983 10,10 0 0 1 30.000007,39.987765 10,10 0 0 1 40.006118,30.000002 10,10 0 0 1 50,40 H 40 Z" + d="m 44.999985,40.012235 a 5,5 0 0 1 -5.009161,4.987757 5,5 0 0 1 -4.99082,-5.00611 5,5 0 0 1 5.003055,-4.993881 A 5,5 0 0 1 45,40 h -5 z" sodipodi:arc-type="slice" sodipodi:end="0" sodipodi:start="0.0024470062" - sodipodi:ry="10" - sodipodi:rx="10" + sodipodi:ry="5" + sodipodi:rx="5" sodipodi:cy="40" sodipodi:cx="40" sodipodi:type="arc" - id="path2856" - style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" /> + id="path1313" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;opacity:0.5" /> <path - style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:2.38828;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - id="path2858" + style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:1.89737;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + id="path1315" sodipodi:type="arc" sodipodi:cx="40" - sodipodi:cy="40" - sodipodi:rx="5.9707093" - sodipodi:ry="5.9707093" + sodipodi:cy="40.5" + sodipodi:rx="5" + sodipodi:ry="4.5" sodipodi:start="0.0024470062" sodipodi:end="0" sodipodi:arc-type="slice" - d="M 45.970691,40.01461 A 5.9707093,5.9707093 0 0 1 39.989042,45.970699 5.9707093,5.9707093 0 0 1 34.029295,39.992695 5.9707093,5.9707093 0 0 1 40.003653,34.029292 5.9707093,5.9707093 0 0 1 45.970709,40 H 40 Z" /> + d="m 44.999985,40.511012 a 5,4.5 0 0 1 -5.009161,4.48898 5,4.5 0 0 1 -4.99082,-4.505498 5,4.5 0 0 1 5.003055,-4.494493 A 5,4.5 0 0 1 45,40.5 h -5 z" /> </g> </svg> diff --git a/data/elementary/themes/img/ic/desks-040.png b/data/elementary/themes/img/ic/desks-040.png new file mode 100644 index 0000000000..c459a29721 Binary files /dev/null and b/data/elementary/themes/img/ic/desks-040.png differ diff --git a/data/elementary/themes/img/ic/desks-080.png b/data/elementary/themes/img/ic/desks-080.png new file mode 100644 index 0000000000..7fda827db6 Binary files /dev/null and b/data/elementary/themes/img/ic/desks-080.png differ diff --git a/data/elementary/themes/img/ic/desks-160.png b/data/elementary/themes/img/ic/desks-160.png new file mode 100644 index 0000000000..7b30d3c39a Binary files /dev/null and b/data/elementary/themes/img/ic/desks-160.png differ diff --git a/data/elementary/themes/img/ic/gear-040.png b/data/elementary/themes/img/ic/gear-040.png index e4732cdbe6..8011071fbe 100644 Binary files a/data/elementary/themes/img/ic/gear-040.png and b/data/elementary/themes/img/ic/gear-040.png differ diff --git a/data/elementary/themes/img/ic/gear-080.png b/data/elementary/themes/img/ic/gear-080.png index 290216d863..cd4a6dc714 100644 Binary files a/data/elementary/themes/img/ic/gear-080.png and b/data/elementary/themes/img/ic/gear-080.png differ diff --git a/data/elementary/themes/img/ic/gear-160.png b/data/elementary/themes/img/ic/gear-160.png index a77bb44825..9f0503d0b8 100644 Binary files a/data/elementary/themes/img/ic/gear-160.png and b/data/elementary/themes/img/ic/gear-160.png differ diff --git a/data/elementary/themes/img/ic/paint-040.png b/data/elementary/themes/img/ic/paint-040.png new file mode 100644 index 0000000000..da850f1abe Binary files /dev/null and b/data/elementary/themes/img/ic/paint-040.png differ diff --git a/data/elementary/themes/img/ic/paint-080.png b/data/elementary/themes/img/ic/paint-080.png new file mode 100644 index 0000000000..8767e20ec2 Binary files /dev/null and b/data/elementary/themes/img/ic/paint-080.png differ diff --git a/data/elementary/themes/img/ic/paint-160.png b/data/elementary/themes/img/ic/paint-160.png new file mode 100644 index 0000000000..2ade808f6c Binary files /dev/null and b/data/elementary/themes/img/ic/paint-160.png differ diff --git a/data/elementary/themes/img/ic/system-run-040.png b/data/elementary/themes/img/ic/system-run-040.png new file mode 100644 index 0000000000..34e22175d0 Binary files /dev/null and b/data/elementary/themes/img/ic/system-run-040.png differ diff --git a/data/elementary/themes/img/ic/system-run-080.png b/data/elementary/themes/img/ic/system-run-080.png new file mode 100644 index 0000000000..a062e18a94 Binary files /dev/null and b/data/elementary/themes/img/ic/system-run-080.png differ diff --git a/data/elementary/themes/img/ic/system-run-160.png b/data/elementary/themes/img/ic/system-run-160.png new file mode 100644 index 0000000000..a38d91bb36 Binary files /dev/null and b/data/elementary/themes/img/ic/system-run-160.png differ diff --git a/data/elementary/themes/img/ic/window-040.png b/data/elementary/themes/img/ic/window-040.png new file mode 100644 index 0000000000..8522838ce5 Binary files /dev/null and b/data/elementary/themes/img/ic/window-040.png differ diff --git a/data/elementary/themes/img/ic/window-080.png b/data/elementary/themes/img/ic/window-080.png new file mode 100644 index 0000000000..e6e55c28a2 Binary files /dev/null and b/data/elementary/themes/img/ic/window-080.png differ diff --git a/data/elementary/themes/img/ic/window-160.png b/data/elementary/themes/img/ic/window-160.png new file mode 100644 index 0000000000..5795a424cc Binary files /dev/null and b/data/elementary/themes/img/ic/window-160.png differ diff --git a/data/elementary/themes/img/paint.svg b/data/elementary/themes/img/paint.svg new file mode 100644 index 0000000000..c2789e3e9f --- /dev/null +++ b/data/elementary/themes/img/paint.svg @@ -0,0 +1,218 @@ +<?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" + inkscape:export-ydpi="48" + inkscape:export-xdpi="48" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/paint-040.png" + inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + sodipodi:docname="paint.svg" + viewBox="0 0 80 80" + height="80" + width="80" + id="svg2" + version="1.1"> + <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" /> + <sodipodi:namedview + inkscape:bbox-nodes="true" + inkscape:bbox-paths="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-nodes="true" + inkscape:snap-bbox="true" + inkscape:current-layer="g10" + inkscape:window-maximized="1" + inkscape:window-y="0" + inkscape:window-x="0" + inkscape:cy="32.365145" + inkscape:cx="40" + inkscape:zoom="15.0625" + showgrid="true" + id="namedview4" + inkscape:window-height="1377" + inkscape:window-width="2560" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + guidetolerance="10" + gridtolerance="10" + objecttolerance="10" + borderopacity="1" + bordercolor="#666666" + pagecolor="#404040" + inkscape:document-rotation="0"> + <inkscape:grid + id="grid837" + type="xygrid" /> + </sodipodi:namedview> + <g + id="g10" + inkscape:label="Image" + inkscape:groupmode="layer"> + <rect + y="10" + x="15" + height="60" + width="50" + id="rect3077" + style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="czcczcc" + id="path3079" + d="m 15,10 c 0,0 -4,0 -4,4 0,4 4,4 4,4 h 50 c 0,0 4,0 4,-4 0,-4 -4,-4 -4,-4 z" + style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 15,62 c 0,0 -4,0 -4,4 0,4 4,4 4,4 h 50 c 0,0 4,0 4,-4 0,-4 -4,-4 -4,-4 z" + id="path5230" + sodipodi:nodetypes="czcczcc" /> + <path + d="M 17.056641 10 L 17.056641 10.09375 C 17.169416 10.271702 19.971924 14.720132 22 19.771484 L 22 10 L 17.056641 10 z " + style="opacity:1;fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:2.87063;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.25" + id="rect3112" /> + <path + d="M 22 10 L 22 19.771484 C 23.125409 22.574554 24 25.533965 24 28 L 24 40 C 24 41.304853 24.852783 45.15488 26 47.679688 L 26 10 L 22 10 z " + style="opacity:1;fill:#ff8000;fill-opacity:1;stroke:none;stroke-width:2.58199;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.25" + id="rect3114" /> + <path + d="M 26 10 L 26 47.679688 C 26.611168 49.024753 27.304853 50 28 50 C 28.696467 50 29.387991 49.374833 30 48.5 L 30 10 L 26 10 z " + style="opacity:1;fill:#ffff00;fill-opacity:1;stroke:none;stroke-width:2.58199;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.25" + id="rect3116" /> + <path + d="M 30 10 L 30 48.5 C 31.145458 46.862631 32 44.303533 32 43 C 32 41 32 25.769274 33 24 C 33.5 23.115363 33.75 22.614778 34 22.335938 L 34 10 L 30 10 z " + style="opacity:1;fill:#80ff00;fill-opacity:1;stroke:none;stroke-width:2.58199;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.25" + id="rect3118" /> + <path + d="M 34 10 L 34 22.335938 C 34.25 22.057097 34.5 22 35 22 C 35.817448 22 36.636315 29.343672 38 32.027344 L 38 10 L 34 10 z " + style="opacity:1;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:2.58199;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.25" + id="rect3120" /> + <path + d="M 38 10 L 38 32.027344 C 38.304537 32.626659 38.634896 33 39 33 C 40.18101 33 41.087424 28.180164 42 23.578125 L 42 10 L 38 10 z " + style="opacity:1;fill:#00ff80;fill-opacity:1;stroke:none;stroke-width:2.58199;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.25" + id="rect3122" /> + <path + d="M 42 10 L 42 23.578125 C 42.63284 20.386769 43.26913 17.299325 44 16 C 44.828393 14.527301 45.438983 13.563767 46 13.445312 L 46 10 L 42 10 z " + style="opacity:1;fill:#00ffff;fill-opacity:1;stroke:none;stroke-width:2.58199;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.25" + id="rect3124" /> + <path + d="M 46 10 L 46 13.445312 C 46.647718 13.308551 47.229147 14.302015 48 17 C 48.567955 18.987842 49.308707 23.309712 50 27.927734 L 50 10 L 46 10 z " + style="opacity:1;fill:#0080ff;fill-opacity:1;stroke:none;stroke-width:2.58199;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.25" + id="rect3126" /> + <path + d="M 50 10 L 50 27.927734 C 51.059621 35.006285 52 42.789637 52 44 C 52 45.632735 52.667088 47.931348 54 48.720703 L 54 10 L 50 10 z " + style="opacity:1;fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:2.58199;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.25" + id="rect3128" /> + <path + d="M 54 10 L 54 48.720703 C 54.299823 48.89826 54.632735 49 55 49 C 57 49 58 30 58 26 L 58 10 L 54 10 z " + style="opacity:1;fill:#8000ff;fill-opacity:1;stroke:none;stroke-width:2.58199;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.25" + id="rect3130" /> + <path + d="M 58 10 L 58 26 C 58 22 60 15 61 13 C 62 11 62.845703 10 62.845703 10 L 58 10 z " + style="opacity:1;fill:#ff00ff;fill-opacity:1;stroke:none;stroke-width:2.8418;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.25" + id="rect3132" /> + <path + style="opacity:0.25;fill:#000000;fill-opacity:1;stroke:none;stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5213" + sodipodi:type="arc" + sodipodi:cx="40" + sodipodi:cy="31" + sodipodi:rx="5" + sodipodi:ry="5" + sodipodi:start="0" + sodipodi:end="6.2760818" + sodipodi:arc-type="slice" + d="m 45,31 a 5,5 0 0 1 -4.991121,4.999992 5,5 0 0 1 -5.008847,-4.982233 5,5 0 0 1 4.97333,-5.017688 5,5 0 0 1 5.026512,4.964412 L 40,31 Z" /> + <path + d="m 45,29 a 5,5 0 0 1 -4.991121,4.999992 5,5 0 0 1 -5.008847,-4.982233 5,5 0 0 1 4.97333,-5.017688 5,5 0 0 1 5.026512,4.964412 L 40,29 Z" + sodipodi:arc-type="slice" + sodipodi:end="6.2760818" + sodipodi:start="0" + sodipodi:ry="5" + sodipodi:rx="5" + sodipodi:cy="29" + sodipodi:cx="40" + sodipodi:type="arc" + id="path3102" + style="opacity:1;fill:#c0c0c0;fill-opacity:1;stroke:none;stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + d="m 44,29 a 4,4 0 0 1 -3.992896,3.999994 4,4 0 0 1 -4.007079,-3.985787 4,4 0 0 1 3.978665,-4.01415 4,4 0 0 1 4.021209,3.971529 L 40,29 Z" + sodipodi:arc-type="slice" + sodipodi:end="6.2760818" + sodipodi:start="0" + sodipodi:ry="4" + sodipodi:rx="4" + sodipodi:cy="29" + sodipodi:cx="40" + sodipodi:type="arc" + id="path5234" + style="opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + style="opacity:1;fill:#c0c0c0;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5236" + sodipodi:type="arc" + sodipodi:cx="40" + sodipodi:cy="30" + sodipodi:rx="4" + sodipodi:ry="4" + sodipodi:start="0" + sodipodi:end="6.2760818" + sodipodi:arc-type="slice" + d="m 44,30 a 4,4 0 0 1 -3.992896,3.999994 4,4 0 0 1 -4.007079,-3.985787 4,4 0 0 1 3.978665,-4.01415 4,4 0 0 1 4.021209,3.971529 L 40,30 Z" /> + <path + d="M 40.042969 27 A 2 2 0 0 0 38.685547 27.492188 A 2 2 0 0 0 38.492188 30.314453 L 65 60.75 L 65 54.658203 L 41.507812 27.685547 A 2 2 0 0 0 40.042969 27 z " + style="opacity:0.25;fill:#000000;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5223" /> + <path + id="path3106" + d="M 40,29 67,57" + style="opacity:1;fill:#c0c0c0;fill-opacity:1;stroke:#dcdcdc;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration- [...] + d="M 40,29 67,60" + id="path5219" /> + <path + sodipodi:nodetypes="czcccc" + id="path3100" + d="m 15,26 c 0,0 0,-5 25,-5 25,0 25,5 25,5 V 18 H 15 Z" + style="opacity:0.25;fill:#000000;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + d="m 40,28.5 a 0.5,0.5 0 0 1 -0.499112,0.499999 0.5,0.5 0 0 1 -0.500885,-0.498223 0.5,0.5 0 0 1 0.497333,-0.501769 0.5,0.5 0 0 1 0.502651,0.496441 L 39.5,28.5 Z" + sodipodi:arc-type="slice" + sodipodi:end="6.2760818" + sodipodi:start="0" + sodipodi:ry="0.5" + sodipodi:rx="0.5" + sodipodi:cy="28.5" + sodipodi:cx="39.5" + sodipodi:type="arc" + id="path5232" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="czcczcc" + id="path5238" + d="m 15,62 c 0,0 -3,0 -3,3 0,3 3,3 3,3 h 49 c 0,0 3,0 3,-3 0,-3 -3,-3 -3,-3 z" + style="opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:6.89655;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + style="opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:6.89655;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 15,10 c 0,0 -3,0 -3,3 0,3 3,3 3,3 h 49 c 0,0 3,0 3,-3 0,-3 -3,-3 -3,-3 z" + id="path5240" + sodipodi:nodetypes="czcczcc" /> + </g> +</svg> diff --git a/data/elementary/themes/img/system-run.svg b/data/elementary/themes/img/system-run.svg new file mode 100644 index 0000000000..c36a57c33b --- /dev/null +++ b/data/elementary/themes/img/system-run.svg @@ -0,0 +1,115 @@ +<?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" + inkscape:export-ydpi="48" + inkscape:export-xdpi="48" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/system-run-040.png" + inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + sodipodi:docname="system-run.svg" + viewBox="0 0 80 80" + height="80" + width="80" + id="svg2" + version="1.1"> + <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"> + <filter + height="1.2036128" + y="-0.1018064" + width="1.2036131" + x="-0.10180655" + id="filter7622" + style="color-interpolation-filters:sRGB" + inkscape:collect="always"> + <feGaussianBlur + id="feGaussianBlur7624" + stdDeviation="2.5451637" + inkscape:collect="always" /> + </filter> + <filter + height="1.4256082" + y="-0.2128041" + width="1.5674776" + x="-0.2837388" + id="filter7936" + style="color-interpolation-filters:sRGB" + inkscape:collect="always"> + <feGaussianBlur + id="feGaussianBlur7938" + stdDeviation="1.7733675" + inkscape:collect="always" /> + </filter> + </defs> + <sodipodi:namedview + inkscape:bbox-nodes="true" + inkscape:bbox-paths="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-nodes="true" + inkscape:snap-bbox="true" + inkscape:current-layer="g10" + inkscape:window-maximized="0" + inkscape:window-y="0" + inkscape:window-x="1206" + inkscape:cy="40.122888" + inkscape:cx="40" + inkscape:zoom="8.1375" + showgrid="true" + id="namedview4" + inkscape:window-height="1372" + inkscape:window-width="1354" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + guidetolerance="10" + gridtolerance="10" + objecttolerance="10" + borderopacity="1" + bordercolor="#666666" + pagecolor="#404040" + inkscape:document-rotation="0"> + <inkscape:grid + id="grid837" + type="xygrid" /> + </sodipodi:namedview> + <g + id="g10" + inkscape:label="Image" + inkscape:groupmode="layer"> + <path + id="path7464" + style="opacity:0.5;fill:#000000;fill-opacity:1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;filter:url(#filter7622)" + d="m 40,14 a 30,30 0 0 0 -5.650391,0.566406 L 32.71289,26.027344 23.447265,19.078125 a 30,30 0 0 0 -8.195312,8.181641 l 6.964844,9.287109 -11.503907,1.642578 A 30,30 0 0 0 10.144531,44 a 30,30 0 0 0 0.558594,5.761719 l 11.53125,1.646484 -6.990235,9.320313 a 30,30 0 0 0 8.177735,8.177734 l 9.333984,-7 1.648438,11.539062 A 30,30 0 0 0 40.144531,74 30,30 0 0 0 45.96875,73.427734 l 1.648437,-11.541015 9.306641,6.980469 a 30,30 0 0 0 8.166015,-8.203126 L 58.115234,51.365234 69.591797,4 [...] + <path + d="m 39.855469,10.000044 a 30,30 0 0 0 -5.650391,0.566406 l -1.636719,11.460938 -9.265625,-6.949219 a 30,30 0 0 0 -8.195312,8.181641 l 6.964844,9.287109 -11.503907,1.642578 A 30,30 0 0 0 10,40.000044 a 30,30 0 0 0 0.558594,5.761719 l 11.53125,1.646484 -6.990235,9.320313 a 30,30 0 0 0 8.177735,8.177734 l 9.333984,-7 1.648438,11.539062 A 30,30 0 0 0 40,70.000044 30,30 0 0 0 45.824219,69.427778 l 1.648437,-11.541015 9.306641,6.980469 a 30,30 0 0 0 8.166015,-8.203126 L 57.970703,47.36 [...] + style="fill:#a0a0a0;fill-opacity:1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round" + id="path2833" /> + <path + style="opacity:0.5;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter7936)" + d="M 35,32 V 52 L 50,42 Z" + id="path7626" + sodipodi:nodetypes="cccc" /> + <path + sodipodi:nodetypes="cccc" + id="path7462" + d="M 35,30 V 50 L 50,40 Z" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> +</svg> diff --git a/data/elementary/themes/img/window.svg b/data/elementary/themes/img/window.svg new file mode 100644 index 0000000000..a2052fae47 --- /dev/null +++ b/data/elementary/themes/img/window.svg @@ -0,0 +1,129 @@ +<?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" + inkscape:export-ydpi="48" + inkscape:export-xdpi="48" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/window-040.png" + inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + sodipodi:docname="window.svg" + viewBox="0 0 80 80" + height="80" + width="80" + id="svg2" + version="1.1"> + <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"> + <filter + height="1.2718326" + y="-0.13591628" + width="1.2718326" + x="-0.13591628" + id="filter5854" + style="color-interpolation-filters:sRGB" + inkscape:collect="always"> + <feGaussianBlur + id="feGaussianBlur5856" + stdDeviation="3.397907" + inkscape:collect="always" /> + </filter> + </defs> + <sodipodi:namedview + inkscape:bbox-nodes="true" + inkscape:bbox-paths="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-nodes="true" + inkscape:snap-bbox="true" + inkscape:current-layer="g10" + inkscape:window-maximized="0" + inkscape:window-y="0" + inkscape:window-x="1206" + inkscape:cy="40.245776" + inkscape:cx="40" + inkscape:zoom="8.1375" + showgrid="true" + id="namedview4" + inkscape:window-height="1372" + inkscape:window-width="1354" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + guidetolerance="10" + gridtolerance="10" + objecttolerance="10" + borderopacity="1" + bordercolor="#666666" + pagecolor="#404040" + inkscape:document-rotation="0"> + <inkscape:grid + id="grid837" + type="xygrid" /> + </sodipodi:namedview> + <g + id="g10" + inkscape:label="Image" + inkscape:groupmode="layer"> + <rect + style="opacity:0.5;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter5854)" + id="rect5728" + width="60" + height="60" + x="10" + y="12" /> + <rect + y="10" + x="10" + height="60" + width="60" + id="rect5726" + style="opacity:1;fill:#404040;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="10" + x="10" + height="12" + width="60" + id="rect6682" + style="opacity:1;fill:#202020;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path2880" + d="m 68,14 -2,-2 -2,2 -2,-2 -2,2 2,2 -2,2 2,2 2,-2 2,2 2,-2 -2,-2 z" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path2882" + d="m 46,15 -4,4 -4,-4 2,-2 2,2 2,-2 z" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 56,17 -4,-4 -4,4 2,2 2,-2 2,2 z" + id="path2884" /> + <path + d="m 20,16 a 4,4 0 0 1 -3.992896,3.999994 4,4 0 0 1 -4.007079,-3.985787 4,4 0 0 1 3.978665,-4.01415 4,4 0 0 1 4.021209,3.971529 L 16,16 Z" + sodipodi:arc-type="slice" + sodipodi:end="6.2760818" + sodipodi:start="0" + sodipodi:ry="4" + sodipodi:rx="4" + sodipodi:cy="16" + sodipodi:cx="16" + sodipodi:type="arc" + id="path2886" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> +</svg> --