raster pushed a commit to branch feature/themes/flat. http://git.enlightenment.org/core/efl.git/commit/?id=9a688cd14dede14ece58b86b94c4282294059f0f
commit 9a688cd14dede14ece58b86b94c4282294059f0f Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Thu Jul 23 00:15:45 2020 +0100 TH - more icons --- data/elementary/themes/edc/O/icons.edc | 8 +- data/elementary/themes/edc/icons.edc | 4 + data/elementary/themes/ic.edc | 4 + data/elementary/themes/img/ic/screen-040.png | Bin 0 -> 302 bytes data/elementary/themes/img/ic/screen-080.png | Bin 0 -> 394 bytes data/elementary/themes/img/ic/screen-160.png | Bin 0 -> 689 bytes data/elementary/themes/img/ic/screen-bulb-040.png | Bin 0 -> 595 bytes data/elementary/themes/img/ic/screen-bulb-080.png | Bin 0 -> 964 bytes data/elementary/themes/img/ic/screen-bulb-160.png | Bin 0 -> 1896 bytes data/elementary/themes/img/ic/screen-lock-040.png | Bin 0 -> 503 bytes data/elementary/themes/img/ic/screen-lock-080.png | Bin 0 -> 785 bytes data/elementary/themes/img/ic/screen-lock-160.png | Bin 0 -> 1375 bytes .../themes/img/ic/screen-resolution-040.png | Bin 0 -> 497 bytes .../themes/img/ic/screen-resolution-080.png | Bin 0 -> 663 bytes .../themes/img/ic/screen-resolution-160.png | Bin 0 -> 1147 bytes data/elementary/themes/img/screen-bulb.svg | 191 +++++++++++++++++++++ data/elementary/themes/img/screen-lock.svg | 177 +++++++++++++++++++ data/elementary/themes/img/screen-resolution.svg | 187 ++++++++++++++++++++ data/elementary/themes/img/screen.svg | 173 +++++++++++++++++++ 19 files changed, 740 insertions(+), 4 deletions(-) diff --git a/data/elementary/themes/edc/O/icons.edc b/data/elementary/themes/edc/O/icons.edc index e6acf167cb..f4fa08867e 100644 --- a/data/elementary/themes/edc/O/icons.edc +++ b/data/elementary/themes/edc/O/icons.edc @@ -76,7 +76,7 @@ // 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" - ICON("preferences-desktop-screensaver","icon_screensaver.png",64) // "enlightenment/screensaver" +// ICON("preferences-desktop-screensaver","icon_screensaver.png",64) // "enlightenment/screensaver" ICON("preferences-desktop-display","icon_screen_setup.png",64) // "enlightenment/screen_setup" ICON("preferences-desktop-keyboard","icon_keyboard.png",64) // "enlightenment/keys" ICON("preferences-desktop-keyboard-shortcuts","icon_keys.png",64) // "enlightenment/keys" @@ -120,7 +120,7 @@ ICON("preferences-engine","icon_engine.png",64) // *** // "enlightenment/engine" ICON("preferences-dialogs","icon_dummy.png",64) // *** // "enlightenment/dialogs" ICON("preferences-imc","icon_imc.png",64) // *** // "enlightenment/imc" - ICON("preferences-system-lock-screen","icon_desklock.png",64) // *** // "enlightenment/desklock" +// ICON("preferences-system-lock-screen","icon_desklock.png",64) // *** // "enlightenment/desklock" ICON("preferences-icon-theme","icon_icon_theme.png",64) // *** // "enlightenment/icon_theme" // ICON("preferences-transitions","icon_transitions.png",64) // *** // "enlightenment/transitions" ICON("preferences-desktop-edge-bindings","icon_shelf_right.png",64) // *** // "enlightenment/edges" @@ -156,8 +156,8 @@ // 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-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" +// 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" ICON("preferences-illume","icon_illume.png",64) // ICON("system-file-manager","icon_efm_folder.png",64) // "enlightenment/fileman" //Standard Module Category Icons diff --git a/data/elementary/themes/edc/icons.edc b/data/elementary/themes/edc/icons.edc index 650b943bb7..f89ce60741 100644 --- a/data/elementary/themes/edc/icons.edc +++ b/data/elementary/themes/edc/icons.edc @@ -52,6 +52,10 @@ ICON("preferences-scale", "i-scaling") ICON("preferences-composite", "i-compositor") ICON("preferences-look", "i-palette") + ICON("preferences-system-lock-screen", "i-screen-lock") + ICON("preferences-desktop-screensaver", "i-screen") + ICON("preferences-system-screen-resolution", "i-screen-resolution") + ICON("preferences-system-power-management", "i-screen-bulb") #undef ICON // mono color default fg color icons diff --git a/data/elementary/themes/ic.edc b/data/elementary/themes/ic.edc index 11fb86b356..3c4f577ce8 100644 --- a/data/elementary/themes/ic.edc +++ b/data/elementary/themes/ic.edc @@ -187,6 +187,10 @@ I160("i-transition", "transition") I160("i-scaling", "scaling") I160("i-compositor", "compositor") I160("i-palette", "palette") +I160("i-screen", "screen") +I160("i-screen-lock", "screen-lock") +I160("i-screen-resolution", "screen-resolution") +I160("i-screen-bulb", "screen-bulb") /////////////////////////////////////////////////////////////////////////////// // larger mono icons (mostly efm or settings) diff --git a/data/elementary/themes/img/ic/screen-040.png b/data/elementary/themes/img/ic/screen-040.png new file mode 100644 index 0000000000..0b7ce3e6b8 Binary files /dev/null and b/data/elementary/themes/img/ic/screen-040.png differ diff --git a/data/elementary/themes/img/ic/screen-080.png b/data/elementary/themes/img/ic/screen-080.png new file mode 100644 index 0000000000..066ca8058e Binary files /dev/null and b/data/elementary/themes/img/ic/screen-080.png differ diff --git a/data/elementary/themes/img/ic/screen-160.png b/data/elementary/themes/img/ic/screen-160.png new file mode 100644 index 0000000000..553542b23a Binary files /dev/null and b/data/elementary/themes/img/ic/screen-160.png differ diff --git a/data/elementary/themes/img/ic/screen-bulb-040.png b/data/elementary/themes/img/ic/screen-bulb-040.png new file mode 100644 index 0000000000..d5fb4b1805 Binary files /dev/null and b/data/elementary/themes/img/ic/screen-bulb-040.png differ diff --git a/data/elementary/themes/img/ic/screen-bulb-080.png b/data/elementary/themes/img/ic/screen-bulb-080.png new file mode 100644 index 0000000000..4f09f6916f Binary files /dev/null and b/data/elementary/themes/img/ic/screen-bulb-080.png differ diff --git a/data/elementary/themes/img/ic/screen-bulb-160.png b/data/elementary/themes/img/ic/screen-bulb-160.png new file mode 100644 index 0000000000..45b925db3e Binary files /dev/null and b/data/elementary/themes/img/ic/screen-bulb-160.png differ diff --git a/data/elementary/themes/img/ic/screen-lock-040.png b/data/elementary/themes/img/ic/screen-lock-040.png new file mode 100644 index 0000000000..331a97e79a Binary files /dev/null and b/data/elementary/themes/img/ic/screen-lock-040.png differ diff --git a/data/elementary/themes/img/ic/screen-lock-080.png b/data/elementary/themes/img/ic/screen-lock-080.png new file mode 100644 index 0000000000..6d26bc4ef5 Binary files /dev/null and b/data/elementary/themes/img/ic/screen-lock-080.png differ diff --git a/data/elementary/themes/img/ic/screen-lock-160.png b/data/elementary/themes/img/ic/screen-lock-160.png new file mode 100644 index 0000000000..e09acfd7f7 Binary files /dev/null and b/data/elementary/themes/img/ic/screen-lock-160.png differ diff --git a/data/elementary/themes/img/ic/screen-resolution-040.png b/data/elementary/themes/img/ic/screen-resolution-040.png new file mode 100644 index 0000000000..0e322f278b Binary files /dev/null and b/data/elementary/themes/img/ic/screen-resolution-040.png differ diff --git a/data/elementary/themes/img/ic/screen-resolution-080.png b/data/elementary/themes/img/ic/screen-resolution-080.png new file mode 100644 index 0000000000..7364d7f251 Binary files /dev/null and b/data/elementary/themes/img/ic/screen-resolution-080.png differ diff --git a/data/elementary/themes/img/ic/screen-resolution-160.png b/data/elementary/themes/img/ic/screen-resolution-160.png new file mode 100644 index 0000000000..6cbc631aff Binary files /dev/null and b/data/elementary/themes/img/ic/screen-resolution-160.png differ diff --git a/data/elementary/themes/img/screen-bulb.svg b/data/elementary/themes/img/screen-bulb.svg new file mode 100644 index 0000000000..85ac98b2a2 --- /dev/null +++ b/data/elementary/themes/img/screen-bulb.svg @@ -0,0 +1,191 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="svg2" + width="80" + height="80" + viewBox="0 0 80 80" + sodipodi:docname="screen-bulb.svg" + inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/screen-bulb-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"> + <linearGradient + inkscape:collect="always" + id="linearGradient854"> + <stop + style="stop-color:#000000;stop-opacity:0.25" + offset="0" + id="stop850" /> + <stop + style="stop-color:#040404;stop-opacity:0" + offset="1" + id="stop852" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient854" + id="linearGradient856" + x1="40" + y1="50" + x2="40" + y2="54" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.6666666,0,0,1,-26.666666,4)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient854" + id="linearGradient860" + gradientUnits="userSpaceOnUse" + x1="40" + y1="50" + x2="40" + y2="54" + gradientTransform="matrix(1.6666666,0,0,0.25,-26.666666,-76.5)" /> + <filter + inkscape:collect="always" + style="color-interpolation-filters:sRGB" + id="filter943" + x="-0.04" + width="1.08" + y="-0.06" + height="1.12"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="1" + id="feGaussianBlur945" /> + </filter> + <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> + </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="1354" + inkscape:window-height="1372" + id="namedview4" + showgrid="true" + inkscape:zoom="8.1375" + inkscape:cx="40" + inkscape:cy="40" + inkscape:window-x="1206" + 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="false" + inkscape:snap-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid837" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <rect + y="16" + x="12" + height="36" + width="56" + id="rect838" + style="opacity:1;fill:#202020;fill-opacity:1;stroke-width:3.63052;stroke-linecap:round;stroke-linejoin:round" /> + <rect + style="fill:#a0a0a0;fill-opacity:1;stroke-width:4.92367;stroke-linecap:round;stroke-linejoin:round" + id="rect840" + width="10" + height="10" + x="35" + y="54" /> + <rect + style="fill:#a0a0a0;fill-opacity:1;stroke-width:4.47215;stroke-linecap:round;stroke-linejoin:round" + id="rect842" + width="25" + height="2" + x="28" + y="64" /> + <rect + style="fill:url(#linearGradient856);fill-opacity:1;stroke-width:5.16398;stroke-linecap:round;stroke-linejoin:round" + id="rect848" + width="10" + height="4" + x="35" + y="54" /> + <rect + y="-64" + x="35" + height="1" + width="10" + id="rect858" + style="fill:url(#linearGradient860);fill-opacity:1;stroke-width:2.58199;stroke-linecap:round;stroke-linejoin:round" + transform="scale(1,-1)" /> + <path + d="M 10,5 V 45 H 70 V 5 Z m 2,2 H 68 V 43 H 12 Z" + style="opacity:0.5;fill:#000000;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round;filter:url(#filter943)" + id="path873" + mask="url(#mask947)" + transform="translate(0,9)" /> + <path + id="rect866" + style="fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round" + d="M 10,14 V 54 H 70 V 14 Z m 2,2 H 68 V 52 H 12 Z" /> + <circle + r="8.8461542" + cy="30.846155" + cx="39.908283" + id="path4643" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.442308;stroke-opacity:1" /> + <path + style="fill:none;fill-opacity:1;stroke:#505050;stroke-width:0.442308;stroke-opacity:1" + d="m 39.465976,37.923077 -0.884615,-7.961538 c 0,-0.884616 0.884615,-0.884616 0.884615,0 v 1.769231 c 0,0.884615 0.884616,0.884615 0.884616,0 v -1.769231 c 0,-0.884616 0.884615,-0.884616 0.884615,0 l -0.884615,7.961538" + id="path2838" + sodipodi:nodetypes="cccccccc" + inkscape:connector-curvature="0" /> + <path + style="fill:#a0a0a0;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.442308px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 35.927515,44.557693 v -5.75 l -1.326923,-0.884616 h 10.615384 l -1.326923,0.884616 v 5.75 h -1.76923 L 41.677515,45 h -3.538462 l -0.442307,-0.442307 z" + id="path4244" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccc" /> + </g> +</svg> diff --git a/data/elementary/themes/img/screen-lock.svg b/data/elementary/themes/img/screen-lock.svg new file mode 100644 index 0000000000..b35a605a99 --- /dev/null +++ b/data/elementary/themes/img/screen-lock.svg @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="svg2" + width="80" + height="80" + viewBox="0 0 80 80" + sodipodi:docname="screen-lock.svg" + inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/screen-lock-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"> + <linearGradient + inkscape:collect="always" + id="linearGradient854"> + <stop + style="stop-color:#000000;stop-opacity:0.25" + offset="0" + id="stop850" /> + <stop + style="stop-color:#040404;stop-opacity:0" + offset="1" + id="stop852" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient854" + id="linearGradient856" + x1="40" + y1="50" + x2="40" + y2="54" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.6666666,0,0,1,-26.666666,4)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient854" + id="linearGradient860" + gradientUnits="userSpaceOnUse" + x1="40" + y1="50" + x2="40" + y2="54" + gradientTransform="matrix(1.6666666,0,0,0.25,-26.666666,-76.5)" /> + <filter + inkscape:collect="always" + style="color-interpolation-filters:sRGB" + id="filter943" + x="-0.04" + width="1.08" + y="-0.06" + height="1.12"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="1" + id="feGaussianBlur945" /> + </filter> + <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> + </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="1354" + inkscape:window-height="1372" + id="namedview4" + showgrid="true" + inkscape:zoom="8.1375" + inkscape:cx="40" + inkscape:cy="40" + inkscape:window-x="1206" + 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="false" + inkscape:snap-nodes="false"> + <inkscape:grid + type="xygrid" + id="grid837" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <rect + y="16" + x="12" + height="36" + width="56" + id="rect838" + style="opacity:1;fill:#202020;fill-opacity:1;stroke-width:3.63052;stroke-linecap:round;stroke-linejoin:round" /> + <rect + style="fill:#a0a0a0;fill-opacity:1;stroke-width:4.92367;stroke-linecap:round;stroke-linejoin:round" + id="rect840" + width="10" + height="10" + x="35" + y="54" /> + <rect + style="fill:#a0a0a0;fill-opacity:1;stroke-width:4.47215;stroke-linecap:round;stroke-linejoin:round" + id="rect842" + width="25" + height="2" + x="28" + y="64" /> + <rect + style="fill:url(#linearGradient856);fill-opacity:1;stroke-width:5.16398;stroke-linecap:round;stroke-linejoin:round" + id="rect848" + width="10" + height="4" + x="35" + y="54" /> + <rect + y="-64" + x="35" + height="1" + width="10" + id="rect858" + style="fill:url(#linearGradient860);fill-opacity:1;stroke-width:2.58199;stroke-linecap:round;stroke-linejoin:round" + transform="scale(1,-1)" /> + <path + d="M 10,5 V 45 H 70 V 5 Z m 2,2 H 68 V 43 H 12 Z" + style="opacity:0.5;fill:#000000;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round;filter:url(#filter943)" + id="path873" + mask="url(#mask947)" + transform="translate(0,9)" /> + <path + id="rect866" + style="fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round" + d="M 10,14 V 54 H 70 V 14 Z m 2,2 H 68 V 52 H 12 Z" /> + <path + d="M 40.398438 21.628906 C 38.651403 21.571726 36.882491 22.100387 35.419922 23.222656 C 33.463448 24.723912 32.420901 27.026852 32.416016 29.376953 L 32.376953 29.376953 L 32.376953 31.59375 L 31.269531 31.59375 L 31.269531 46 L 49 46 L 49 31.59375 L 47.892578 31.59375 L 47.892578 29.376953 C 47.889678 27.201786 46.980821 25.056201 45.259766 23.546875 C 43.873728 22.331354 42.14547 21.686097 40.398438 21.628906 z M 40.251953 26.048828 C 40.996924 26.073208 41.732655 26.353505 42. [...] + style="fill:#a0a0a0;fill-opacity:1;stroke:none;stroke-width:7.54854;stroke-linecap:round;stroke-linejoin:round" + id="rect884" /> + </g> +</svg> diff --git a/data/elementary/themes/img/screen-resolution.svg b/data/elementary/themes/img/screen-resolution.svg new file mode 100644 index 0000000000..bc29543719 --- /dev/null +++ b/data/elementary/themes/img/screen-resolution.svg @@ -0,0 +1,187 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="svg2" + width="80" + height="80" + viewBox="0 0 80 80" + sodipodi:docname="screen-resolution.svg" + inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/screen-resolution-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"> + <linearGradient + inkscape:collect="always" + id="linearGradient854"> + <stop + style="stop-color:#000000;stop-opacity:0.25" + offset="0" + id="stop850" /> + <stop + style="stop-color:#040404;stop-opacity:0" + offset="1" + id="stop852" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient854" + id="linearGradient856" + x1="40" + y1="50" + x2="40" + y2="54" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.6666666,0,0,1,-26.666666,4)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient854" + id="linearGradient860" + gradientUnits="userSpaceOnUse" + x1="40" + y1="50" + x2="40" + y2="54" + gradientTransform="matrix(1.6666666,0,0,0.25,-26.666666,-76.5)" /> + <filter + inkscape:collect="always" + style="color-interpolation-filters:sRGB" + id="filter943" + x="-0.04" + width="1.08" + y="-0.06" + height="1.12"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="1" + id="feGaussianBlur945" /> + </filter> + <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> + </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="1354" + inkscape:window-height="1372" + id="namedview4" + showgrid="true" + inkscape:zoom="8.1375" + inkscape:cx="40" + inkscape:cy="40.122888" + inkscape:window-x="1206" + 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="false" + inkscape:snap-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid837" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <rect + y="16" + x="12" + height="36" + width="56" + id="rect838" + style="opacity:1;fill:#202020;fill-opacity:1;stroke-width:3.63052;stroke-linecap:round;stroke-linejoin:round" /> + <rect + style="fill:#a0a0a0;fill-opacity:1;stroke-width:4.92367;stroke-linecap:round;stroke-linejoin:round" + id="rect840" + width="10" + height="10" + x="35" + y="54" /> + <rect + style="fill:#a0a0a0;fill-opacity:1;stroke-width:4.47215;stroke-linecap:round;stroke-linejoin:round" + id="rect842" + width="25" + height="2" + x="28" + y="64" /> + <rect + style="fill:url(#linearGradient856);fill-opacity:1;stroke-width:5.16398;stroke-linecap:round;stroke-linejoin:round" + id="rect848" + width="10" + height="4" + x="35" + y="54" /> + <rect + y="-64" + x="35" + height="1" + width="10" + id="rect858" + style="fill:url(#linearGradient860);fill-opacity:1;stroke-width:2.58199;stroke-linecap:round;stroke-linejoin:round" + transform="scale(1,-1)" /> + <path + d="M 10,5 V 45 H 70 V 5 Z m 2,2 H 68 V 43 H 12 Z" + style="opacity:0.5;fill:#000000;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round;filter:url(#filter943)" + id="path873" + mask="url(#mask947)" + transform="translate(0,9)" /> + <path + id="rect866" + style="fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round" + d="M 10,14 V 54 H 70 V 14 Z m 2,2 H 68 V 52 H 12 Z" /> + <path + sodipodi:nodetypes="ccccccc" + id="path3541" + d="m 40,18 -5,5 2,2 3,-3 3,3 2,-2 z" + style="fill:#a0a0a0;fill-opacity:1" /> + <path + style="fill:#a0a0a0;fill-opacity:1" + d="m 40,50 -5,-5 2,-2 3,3 3,-3 2,2 z" + id="path3543" + sodipodi:nodetypes="ccccccc" /> + <path + d="m 56,34 -5,-5 -2,2 3,3 -3,3 2,2 z m -25,-3 -2,-2 -5,5 5,5 2,-2 -3,-3 z" + style="fill:#a0a0a0;fill-opacity:1" + id="path3559" /> + </g> +</svg> diff --git a/data/elementary/themes/img/screen.svg b/data/elementary/themes/img/screen.svg new file mode 100644 index 0000000000..de3a056ba7 --- /dev/null +++ b/data/elementary/themes/img/screen.svg @@ -0,0 +1,173 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="svg2" + width="80" + height="80" + viewBox="0 0 80 80" + sodipodi:docname="screen.svg" + inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/desktop-pc-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"> + <linearGradient + inkscape:collect="always" + id="linearGradient854"> + <stop + style="stop-color:#000000;stop-opacity:0.25" + offset="0" + id="stop850" /> + <stop + style="stop-color:#040404;stop-opacity:0" + offset="1" + id="stop852" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient854" + id="linearGradient856" + x1="40" + y1="50" + x2="40" + y2="54" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.6666666,0,0,1,-26.666666,4)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient854" + id="linearGradient860" + gradientUnits="userSpaceOnUse" + x1="40" + y1="50" + x2="40" + y2="54" + gradientTransform="matrix(1.6666666,0,0,0.25,-26.666666,-76.5)" /> + <filter + inkscape:collect="always" + style="color-interpolation-filters:sRGB" + id="filter943" + x="-0.04" + width="1.08" + y="-0.06" + height="1.12"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="1" + id="feGaussianBlur945" /> + </filter> + <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> + </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="1354" + inkscape:window-height="1372" + id="namedview4" + showgrid="true" + inkscape:zoom="8.1375" + inkscape:cx="40" + inkscape:cy="39.631336" + inkscape:window-x="1206" + 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="false" + inkscape:snap-nodes="false"> + <inkscape:grid + type="xygrid" + id="grid837" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <rect + y="16" + x="12" + height="36" + width="56" + id="rect838" + style="opacity:1;fill:#202020;fill-opacity:1;stroke-width:3.63052;stroke-linecap:round;stroke-linejoin:round" /> + <rect + style="fill:#a0a0a0;fill-opacity:1;stroke-width:4.92367;stroke-linecap:round;stroke-linejoin:round" + id="rect840" + width="10" + height="10" + x="35" + y="54" /> + <rect + style="fill:#a0a0a0;fill-opacity:1;stroke-width:4.47215;stroke-linecap:round;stroke-linejoin:round" + id="rect842" + width="25" + height="2" + x="28" + y="64" /> + <rect + style="fill:url(#linearGradient856);fill-opacity:1;stroke-width:5.16398;stroke-linecap:round;stroke-linejoin:round" + id="rect848" + width="10" + height="4" + x="35" + y="54" /> + <rect + y="-64" + x="35" + height="1" + width="10" + id="rect858" + style="fill:url(#linearGradient860);fill-opacity:1;stroke-width:2.58199;stroke-linecap:round;stroke-linejoin:round" + transform="scale(1,-1)" /> + <path + d="M 10,5 V 45 H 70 V 5 Z m 2,2 H 68 V 43 H 12 Z" + style="opacity:0.5;fill:#000000;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round;filter:url(#filter943)" + id="path873" + mask="url(#mask947)" + transform="translate(0,9)" /> + <path + id="rect866" + style="fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round" + d="M 10,14 V 54 H 70 V 14 Z m 2,2 H 68 V 52 H 12 Z" /> + </g> +</svg> --
