raster pushed a commit to branch feature/themes/flat. http://git.enlightenment.org/core/efl.git/commit/?id=f0376ec3b6ec4657931029f2034dad3e386ffaf6
commit f0376ec3b6ec4657931029f2034dad3e386ffaf6 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Sun Jul 12 18:40:52 2020 +0100 TH - finixh doing border icons. simple but decent icons that makes one menu and submenu done... --- data/elementary/themes/edc/border-icons.edc | 32 -- data/elementary/themes/edc/icons.edc | 31 +- data/elementary/themes/ic.edc | 30 +- data/elementary/themes/img/arrow.svg | 529 +++++++++++++++++++++ data/elementary/themes/img/border.svg | 120 +++++ .../themes/img/{resize.svg => fullscreen.svg} | 113 ++--- data/elementary/themes/img/ic/border-015.png | Bin 0 -> 186 bytes data/elementary/themes/img/ic/border-030.png | Bin 0 -> 217 bytes data/elementary/themes/img/ic/border-060.png | Bin 0 -> 319 bytes data/elementary/themes/img/ic/fullscreen-015.png | Bin 0 -> 226 bytes data/elementary/themes/img/ic/fullscreen-030.png | Bin 0 -> 267 bytes data/elementary/themes/img/ic/fullscreen-060.png | Bin 0 -> 338 bytes data/elementary/themes/img/ic/kill-015.png | Bin 0 -> 348 bytes data/elementary/themes/img/ic/kill-030.png | Bin 0 -> 501 bytes data/elementary/themes/img/ic/kill-060.png | Bin 0 -> 1112 bytes data/elementary/themes/img/ic/lock-015.png | Bin 242 -> 226 bytes data/elementary/themes/img/ic/lock-030.png | Bin 315 -> 302 bytes data/elementary/themes/img/ic/lock-060.png | Bin 573 -> 519 bytes data/elementary/themes/img/ic/pin-015.png | Bin 0 -> 223 bytes data/elementary/themes/img/ic/pin-030.png | Bin 0 -> 214 bytes data/elementary/themes/img/ic/pin-060.png | Bin 0 -> 274 bytes data/elementary/themes/img/ic/properties-015.png | Bin 0 -> 339 bytes data/elementary/themes/img/ic/properties-030.png | Bin 0 -> 419 bytes data/elementary/themes/img/ic/properties-060.png | Bin 0 -> 867 bytes data/elementary/themes/img/ic/sendto-015.png | Bin 0 -> 245 bytes data/elementary/themes/img/ic/sendto-030.png | Bin 0 -> 300 bytes data/elementary/themes/img/ic/sendto-060.png | Bin 0 -> 421 bytes data/elementary/themes/img/ic/shade-015.png | Bin 0 -> 218 bytes data/elementary/themes/img/ic/shade-030.png | Bin 0 -> 261 bytes data/elementary/themes/img/ic/shade-060.png | Bin 0 -> 361 bytes data/elementary/themes/img/ic/skip-015.png | Bin 0 -> 240 bytes data/elementary/themes/img/ic/skip-030.png | Bin 0 -> 248 bytes data/elementary/themes/img/ic/skip-060.png | Bin 0 -> 325 bytes data/elementary/themes/img/ic/skip-pager-015.png | Bin 0 -> 188 bytes data/elementary/themes/img/ic/skip-pager-030.png | Bin 0 -> 215 bytes data/elementary/themes/img/ic/skip-pager-060.png | Bin 0 -> 257 bytes data/elementary/themes/img/ic/skip-taskbar-015.png | Bin 0 -> 184 bytes data/elementary/themes/img/ic/skip-taskbar-030.png | Bin 0 -> 217 bytes data/elementary/themes/img/ic/skip-taskbar-060.png | Bin 0 -> 252 bytes data/elementary/themes/img/ic/skip-winlist-015.png | Bin 0 -> 205 bytes data/elementary/themes/img/ic/skip-winlist-030.png | Bin 0 -> 250 bytes data/elementary/themes/img/ic/skip-winlist-060.png | Bin 0 -> 328 bytes data/elementary/themes/img/ic/stacking-015.png | Bin 0 -> 231 bytes data/elementary/themes/img/ic/stacking-030.png | Bin 0 -> 232 bytes data/elementary/themes/img/ic/stacking-060.png | Bin 0 -> 317 bytes .../themes/img/ic/stacking-bottom-015.png | Bin 0 -> 180 bytes .../themes/img/ic/stacking-bottom-030.png | Bin 0 -> 185 bytes .../themes/img/ic/stacking-bottom-060.png | Bin 0 -> 211 bytes .../themes/img/ic/stacking-normal-015.png | Bin 0 -> 182 bytes .../themes/img/ic/stacking-normal-030.png | Bin 0 -> 185 bytes .../themes/img/ic/stacking-normal-060.png | Bin 0 -> 212 bytes data/elementary/themes/img/ic/stacking-top-015.png | Bin 0 -> 186 bytes data/elementary/themes/img/ic/stacking-top-030.png | Bin 0 -> 183 bytes data/elementary/themes/img/ic/stacking-top-060.png | Bin 0 -> 211 bytes data/elementary/themes/img/ic/unlock-015.png | Bin 0 -> 235 bytes data/elementary/themes/img/ic/unlock-030.png | Bin 0 -> 265 bytes data/elementary/themes/img/ic/unlock-060.png | Bin 0 -> 471 bytes data/elementary/themes/img/kill.svg | 94 ++++ data/elementary/themes/img/lock.svg | 86 ++-- data/elementary/themes/img/{lock.svg => pin.svg} | 31 +- .../themes/img/{lock.svg => properties.svg} | 48 +- data/elementary/themes/img/resize.svg | 106 ++--- .../elementary/themes/img/{lock.svg => sendto.svg} | 36 +- data/elementary/themes/img/{lock.svg => shade.svg} | 37 +- data/elementary/themes/img/skip-pager.svg | 130 +++++ data/elementary/themes/img/skip-taskbar.svg | 139 ++++++ data/elementary/themes/img/skip-winlist.svg | 162 +++++++ .../elementary/themes/img/{resize.svg => skip.svg} | 73 +-- .../themes/img/{lock.svg => stacking-bottom.svg} | 46 +- .../themes/img/{lock.svg => stacking-normal.svg} | 48 +- .../themes/img/{lock.svg => stacking-top.svg} | 46 +- .../themes/img/{resize.svg => stacking.svg} | 71 +-- data/elementary/themes/img/unlock.svg | 79 +++ 73 files changed, 1702 insertions(+), 385 deletions(-) diff --git a/data/elementary/themes/edc/border-icons.edc b/data/elementary/themes/edc/border-icons.edc index e2f38dfbac..e69de29bb2 100644 --- a/data/elementary/themes/edc/border-icons.edc +++ b/data/elementary/themes/edc/border-icons.edc @@ -1,32 +0,0 @@ -#define ICON(_NAME, _FILE) \ - group { \ - name: "e/widgets/border/default/"_NAME; \ - max: 16 16; \ - parts { \ - part { name: "icon"; mouse_events: 0; \ - description { state: "default" 0.0; \ - max: 16 16; \ - aspect: 1.0 1.0; aspect_preference: BOTH; \ - image.image: _FILE COMP; \ - image.normal: _FILE; \ - } \ - } \ - } \ - } - - ICON("kill", "icon_border_kill.png") - ICON("stacking", "icon_border_stack_norm.png") - ICON("stack_on_top", "icon_border_stack_top.png") - ICON("stack_normal", "icon_border_stack_norm.png") - ICON("stack_below", "icon_border_stack_bot.png") - ICON("fullscreen", "icon_border_maximize.png") - ICON("stick", "icon_border_pin.png") - ICON("sendto", "icon_border_sendto.png") - ICON("skip", "icon_border_skip.png") - ICON("skip_pager", "icon_border_pager.png") - ICON("skip_taskbar", "icon_border_skip.png") - ICON("skip_winlist", "icon_border_skip.png") - ICON("borderless", "icon_border_border.png") - ICON("shade", "icon_border_shaded.png") - ICON("properties", "icon_border_properties.png") -#undef ICON diff --git a/data/elementary/themes/edc/icons.edc b/data/elementary/themes/edc/icons.edc index 21456c58dc..dec6c4b747 100644 --- a/data/elementary/themes/edc/icons.edc +++ b/data/elementary/themes/edc/icons.edc @@ -79,22 +79,21 @@ ICON("locks_user", "i-lock") ICON("locks_application", "i-lock") ICON("remember", "i-check") -// remove from border-icons.edc -// ICON("kill", "icon_border_kill.png") -// ICON("stacking", "icon_border_stack_norm.png") -// ICON("stack_on_top", "icon_border_stack_top.png") -// ICON("stack_normal", "icon_border_stack_norm.png") -// ICON("stack_below", "icon_border_stack_bot.png") -// ICON("fullscreen", "icon_border_maximize.png") -// ICON("stick", "icon_border_pin.png") -// ICON("sendto", "icon_border_sendto.png") -// ICON("skip", "icon_border_skip.png") -// ICON("skip_pager", "icon_border_pager.png") -// ICON("skip_taskbar", "icon_border_skip.png") -// ICON("skip_winlist", "icon_border_skip.png") -// ICON("borderless", "icon_border_border.png") -// ICON("shade", "icon_border_shaded.png") -// ICON("properties", "icon_border_properties.png") + ICON("fullscreen", "i-fullscreen") + ICON("kill", "i-kill") + ICON("properties", "i-properties") + ICON("stacking", "i-stacking") + ICON("stack_on_top", "i-stacking-top") + ICON("stack_normal", "i-stacking-normal") + ICON("stack_below", "i-stacking-bottom") + ICON("stick", "i-pin") + ICON("shade", "i-shade") + ICON("skip", "i-skip") + ICON("skip_pager", "i-skip-pager") + ICON("skip_taskbar", "i-skip-taskbar") + ICON("skip_winlist", "i-skip-winlist") + ICON("borderless", "i-border") + ICON("sendto", "i-sendto") #undef ICON // mime icons diff --git a/data/elementary/themes/ic.edc b/data/elementary/themes/ic.edc index e7a7a30992..038bb75ca5 100644 --- a/data/elementary/themes/ic.edc +++ b/data/elementary/themes/ic.edc @@ -29,11 +29,26 @@ I060("i-heart", "heart") I060("i-close", "close") I060("i-move", "move") I060("i-resize", "move") +I060("i-fullscreen", "fullscreen") +I060("i-kill", "kill") I060("i-lock", "lock") +I060("i-unlock", "unlock") I060("i-check", "check") I060("i-radio", "radio") +I060("i-properties", "properties") +I060("i-stacking", "stacking") +I060("i-stacking-top", "stacking-top") +I060("i-stacking-normal", "stacking-normal") +I060("i-stacking-bottom", "stacking-bottom") +I060("i-pin", "pin") +I060("i-shade", "shade") +I060("i-skip", "skip") +I060("i-skip-pager", "skip-pager") +I060("i-skip-taskbar", "skip-taskbar") +I060("i-skip-winlist", "skip-winlist") +I060("i-border", "border") +I060("i-sendto", "sendto") // lock double -// unlocked // exclam // apps // everything @@ -45,18 +60,9 @@ I060("i-radio", "radio") // enlightenment // spanner // system -// border -// kill // more // pager -// pin -// properties // send to -// shaded -// skip -// stack bottom -// stack norm -// stack top // chat // clock // delete @@ -156,6 +162,7 @@ I060("i-radio", "radio") // bulb // bright bulb // phone +// cleanup /////////////////////////////////////////////////////////////////////////////// // larger color icons (mostly efm or settings) @@ -170,6 +177,8 @@ I160("i-folder", "efm-folder") I160("i-home", "efm-home") I160("i-temp", "efm-temp") +/////////////////////////////////////////////////////////////////////////////// +// larger mono icons (mostly efm or settings) I160("i-system", "system") I160("i-system-restart", "system-restart") I160("i-system-shutdown", "system-shutdown") @@ -177,7 +186,6 @@ I160("i-system-suspend", "system-suspend") I160("i-system-suspend-hibernate", "system-suspend-hibernate") I160("i-system-lock", "system-lock") I160("i-system-logout", "system-logout") - I160("i-enlightenment", "enlightenment") /////////////////////////////////////////////////////////////////////////////// diff --git a/data/elementary/themes/img/arrow.svg b/data/elementary/themes/img/arrow.svg new file mode 100644 index 0000000000..e0239b12e7 --- /dev/null +++ b/data/elementary/themes/img/arrow.svg @@ -0,0 +1,529 @@ +<?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" + inkscape:export-ydpi="192" + inkscape:export-xdpi="192" + inkscape:export-filename="/home/raster/C/th-efl/th/img/arrow-l-060.png" + sodipodi:docname="arrow.svg" + inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + version="1.1" + id="svg2816" + height="30" + width="30"> + <defs + id="defs2818"> + <linearGradient + id="linearGradient4749"> + <stop + id="stop4751" + offset="0" + style="stop-color:#3399ff;stop-opacity:1;" /> + <stop + style="stop-color:#3399ff;stop-opacity:1;" + offset="0.29411766" + id="stop4753" /> + <stop + id="stop4755" + offset="1" + style="stop-color:#3399ff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient4645"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop4647" /> + <stop + id="stop4649" + offset="0.5" + style="stop-color:#000000;stop-opacity:0;" /> + <stop + style="stop-color:#000000;stop-opacity:0.1882353;" + offset="1" + id="stop4651" /> + </linearGradient> + <linearGradient + id="linearGradient3732"> + <stop + id="stop3734" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + <stop + id="stop3736" + offset="1" + style="stop-color:#000000;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient3724"> + <stop + style="stop-color:#000000;stop-opacity:0.26605505;" + offset="0" + id="stop3726" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3728" /> + </linearGradient> + <linearGradient + id="linearGradient3682"> + <stop + id="stop3684" + offset="0" + style="stop-color:#000000;stop-opacity:0;" /> + <stop + id="stop3686" + offset="1" + style="stop-color:#000000;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3672" + inkscape:collect="always"> + <stop + id="stop3674" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop3676" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient3660"> + <stop + id="stop3662" + offset="0" + style="stop-color:#666666;stop-opacity:1;" /> + <stop + style="stop-color:#dcdcdc;stop-opacity:1;" + offset="0.27873334" + id="stop3668" /> + <stop + id="stop3664" + offset="1" + style="stop-color:#4d4d4d;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3650"> + <stop + style="stop-color:#3399ff;stop-opacity:1;" + offset="0" + id="stop3652" /> + <stop + id="stop3654" + offset="0.5" + style="stop-color:#3399ff;stop-opacity:1;" /> + <stop + style="stop-color:#3399ff;stop-opacity:0;" + offset="1" + id="stop3656" /> + </linearGradient> + <linearGradient + id="linearGradient3632"> + <stop + id="stop3634" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0.5" + id="stop3640" /> + <stop + id="stop3636" + offset="1" + style="stop-color:#dcecff;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3612"> + <stop + id="stop3614" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + style="stop-color:#ffc800;stop-opacity:1;" + offset="0.5" + id="stop3620" /> + <stop + id="stop3622" + offset="0.75" + style="stop-color:#960000;stop-opacity:1;" /> + <stop + id="stop3616" + offset="1" + style="stop-color:#000000;stop-opacity:1;" /> + </linearGradient> + <inkscape:perspective + id="perspective2824" + inkscape:persp3d-origin="32 : 21.333333 : 1" + inkscape:vp_z="64 : 32 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 32 : 1" + sodipodi:type="inkscape:persp3d" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-3.1428571,5.0921233e-7,-3.7033621e-7,-2.285714,132.57144,94.836217)" + r="3.5" + fy="30.115854" + fx="32" + cy="30.115854" + cx="32" + id="radialGradient3618" + xlink:href="#linearGradient3612" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + r="20" + fy="26" + fx="32" + cy="26" + cx="32" + id="radialGradient3638" + xlink:href="#linearGradient3632" + inkscape:collect="always" /> + <radialGradient + r="20" + fy="26" + fx="32" + cy="26" + cx="32" + gradientUnits="userSpaceOnUse" + id="radialGradient3658" + xlink:href="#linearGradient3650" + inkscape:collect="always" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="50" + x2="44" + y1="50" + x1="20" + id="linearGradient3666" + xlink:href="#linearGradient3660" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)" + r="11" + fy="46" + fx="27" + cy="46" + cx="27" + id="radialGradient3678" + xlink:href="#linearGradient3672" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)" + r="12" + fy="31.5" + fx="27" + cy="31.5" + cx="27" + id="radialGradient3688" + xlink:href="#linearGradient3682" + inkscape:collect="always" /> + <radialGradient + r="12" + fy="31.5" + fx="27" + cy="31.5" + cx="27" + gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)" + gradientUnits="userSpaceOnUse" + id="radialGradient3692" + xlink:href="#linearGradient3682" + inkscape:collect="always" /> + <radialGradient + r="11" + fy="46" + fx="27" + cy="46" + cx="27" + gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)" + gradientUnits="userSpaceOnUse" + id="radialGradient3698" + xlink:href="#linearGradient3672" + inkscape:collect="always" /> + <radialGradient + r="12" + fy="31.5" + fx="27" + cy="31.5" + cx="27" + gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)" + gradientUnits="userSpaceOnUse" + id="radialGradient3700" + xlink:href="#linearGradient3682" + inkscape:collect="always" /> + <radialGradient + r="11" + fy="46" + fx="27" + cy="46" + cx="27" + gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)" + gradientUnits="userSpaceOnUse" + id="radialGradient3706" + xlink:href="#linearGradient3672" + inkscape:collect="always" /> + <radialGradient + r="12" + fy="31.5" + fx="27" + cy="31.5" + cx="27" + gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)" + gradientUnits="userSpaceOnUse" + id="radialGradient3708" + xlink:href="#linearGradient3682" + inkscape:collect="always" /> + <radialGradient + r="12" + fy="28.499998" + fx="29.222221" + cy="28.499998" + cx="29.222221" + gradientTransform="matrix(1.3333334,5.6213363e-7,-1.1031148e-7,0.25,-6.9629634,33.874984)" + gradientUnits="userSpaceOnUse" + id="radialGradient3712" + xlink:href="#linearGradient3672" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.2,0,0,0.2,-6.2,46.5)" + r="5" + fy="52.5" + fx="31" + cy="52.5" + cx="31" + id="radialGradient3722" + xlink:href="#linearGradient3724" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.13513514,0,50.594595)" + r="18.5" + fy="58.5" + fx="33.5" + cy="58.5" + cx="33.5" + id="radialGradient3738" + xlink:href="#linearGradient3732" + inkscape:collect="always" /> + <radialGradient + r="20" + fy="26" + fx="32" + cy="26" + cx="32" + gradientUnits="userSpaceOnUse" + id="radialGradient4653" + xlink:href="#linearGradient4645" + inkscape:collect="always" /> + <radialGradient + r="18.5" + fy="58.5" + fx="33.5" + cy="58.5" + cx="33.5" + gradientTransform="matrix(1,0,0,0.13513514,0,50.594595)" + gradientUnits="userSpaceOnUse" + id="radialGradient4655" + xlink:href="#linearGradient3732" + inkscape:collect="always" /> + <linearGradient + y2="50" + x2="44" + y1="50" + x1="20" + gradientUnits="userSpaceOnUse" + id="linearGradient4657" + xlink:href="#linearGradient3660" + inkscape:collect="always" /> + <radialGradient + r="11" + fy="46" + fx="27" + cy="46" + cx="27" + gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)" + gradientUnits="userSpaceOnUse" + id="radialGradient4659" + xlink:href="#linearGradient3672" + inkscape:collect="always" /> + <radialGradient + r="12" + fy="31.5" + fx="27" + cy="31.5" + cx="27" + gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)" + gradientUnits="userSpaceOnUse" + id="radialGradient4661" + xlink:href="#linearGradient3682" + inkscape:collect="always" /> + <radialGradient + r="12" + fy="31.5" + fx="27" + cy="31.5" + cx="27" + gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)" + gradientUnits="userSpaceOnUse" + id="radialGradient4663" + xlink:href="#linearGradient3682" + inkscape:collect="always" /> + <radialGradient + r="11" + fy="46" + fx="27" + cy="46" + cx="27" + gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)" + gradientUnits="userSpaceOnUse" + id="radialGradient4665" + xlink:href="#linearGradient3672" + inkscape:collect="always" /> + <radialGradient + r="12" + fy="31.5" + fx="27" + cy="31.5" + cx="27" + gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)" + gradientUnits="userSpaceOnUse" + id="radialGradient4667" + xlink:href="#linearGradient3682" + inkscape:collect="always" /> + <radialGradient + r="11" + fy="46" + fx="27" + cy="46" + cx="27" + gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)" + gradientUnits="userSpaceOnUse" + id="radialGradient4669" + xlink:href="#linearGradient3672" + inkscape:collect="always" /> + <radialGradient + r="12" + fy="31.5" + fx="27" + cy="31.5" + cx="27" + gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)" + gradientUnits="userSpaceOnUse" + id="radialGradient4671" + xlink:href="#linearGradient3682" + inkscape:collect="always" /> + <radialGradient + r="12" + fy="28.499998" + fx="29.222221" + cy="28.499998" + cx="29.222221" + gradientTransform="matrix(1.3333334,5.6213363e-7,-1.1031148e-7,0.25,-6.9629634,33.874984)" + gradientUnits="userSpaceOnUse" + id="radialGradient4673" + xlink:href="#linearGradient3672" + inkscape:collect="always" /> + <radialGradient + r="5" + fy="52.5" + fx="31" + cy="52.5" + cx="31" + gradientTransform="matrix(1.2,0,0,0.2,-6.2,46.5)" + gradientUnits="userSpaceOnUse" + id="radialGradient4675" + xlink:href="#linearGradient3724" + inkscape:collect="always" /> + <radialGradient + r="20" + fy="26" + fx="32" + cy="26" + cx="32" + gradientUnits="userSpaceOnUse" + id="radialGradient4699" + xlink:href="#linearGradient3650" + inkscape:collect="always" /> + <radialGradient + r="3.5" + fy="30.115854" + fx="32" + cy="30.115854" + cx="32" + gradientTransform="matrix(-3.1428571,5.0921233e-7,-3.7033621e-7,-2.285714,132.57144,94.836217)" + gradientUnits="userSpaceOnUse" + id="radialGradient4703" + xlink:href="#linearGradient3612" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + inkscape:document-rotation="0" + inkscape:snap-smooth-nodes="true" + inkscape:object-nodes="true" + inkscape:snap-intersection-paths="true" + inkscape:object-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox="true" + inkscape:showpageshadow="false" + inkscape:window-maximized="0" + inkscape:window-y="0" + inkscape:window-x="277" + inkscape:window-height="1372" + inkscape:window-width="1852" + inkscape:grid-bbox="true" + inkscape:document-units="px" + showgrid="true" + inkscape:current-layer="layer1" + inkscape:cy="15" + inkscape:cx="15" + inkscape:zoom="40.1" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + borderopacity="0.50196078" + bordercolor="#000000" + pagecolor="#404040" + id="base"> + <inkscape:grid + snapvisiblegridlinesonly="true" + enabled="true" + visible="true" + empspacing="5" + id="grid2826" + type="xygrid" /> + </sodipodi:namedview> + <metadata + id="metadata2821"> + <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> + <g + transform="translate(0,-34)" + inkscape:groupmode="layer" + inkscape:label="Layer 1" + id="layer1"> + <path + inkscape:connector-curvature="0" + id="path4682" + d="m 10,49 7,-7 3,3 -4,4 4,4 -3,3 z" + style="fill:#ffffff;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" /> + </g> +</svg> diff --git a/data/elementary/themes/img/border.svg b/data/elementary/themes/img/border.svg new file mode 100644 index 0000000000..95638d2cc6 --- /dev/null +++ b/data/elementary/themes/img/border.svg @@ -0,0 +1,120 @@ +<?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="15" + height="15" + viewBox="0 0 15 15" + sodipodi:docname="border.svg" + inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/border-015.png" + inkscape:export-xdpi="96" + inkscape:export-ydpi="96"> + <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: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="70.2" + inkscape:cx="7.5" + inkscape:cy="7.5" + inkscape:window-x="804" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="g10" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid837" + spacingx="0.5" + spacingy="0.5" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <rect + y="2" + x="2" + height="4" + width="11" + id="rect1143" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <rect + y="12" + x="2" + height="1" + width="11" + id="rect1145" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <path + id="path1147" + d="m 2,12 v -1 l 1,1 z" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <path + id="path1149" + d="m 2,10 2,2 H 5 L 2,9 Z" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <path + id="path1151" + d="m 2,8 4,4 H 7 L 2,7 Z" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <path + id="path1153" + d="m 2,6 6,6 H 9 L 3,6 Z" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <path + id="path1155" + d="M 10,12 4,6 h 1 l 6,6 z" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <path + id="path1157" + d="m 6,6 6,6 h 1 L 7,6 Z" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <path + id="path1159" + d="m 8,6 5,5 V 10 L 9,6 Z" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <path + id="path1161" + d="m 10,6 3,3 V 8 L 11,6 Z" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <path + id="path1163" + d="M 13,7 12,6 h 1 z" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + </g> +</svg> diff --git a/data/elementary/themes/img/resize.svg b/data/elementary/themes/img/fullscreen.svg similarity index 81% copy from data/elementary/themes/img/resize.svg copy to data/elementary/themes/img/fullscreen.svg index a3d1a43efe..a21641ec2f 100644 --- a/data/elementary/themes/img/resize.svg +++ b/data/elementary/themes/img/fullscreen.svg @@ -7,16 +7,16 @@ 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="15" - height="15" - viewBox="0 0 15 15" - sodipodi:docname="resize.svg" - inkscape:version="1.0 (4035a4fb49, 2020-05-01)" - inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/resize-015.png" + inkscape:export-ydpi="96" inkscape:export-xdpi="96" - inkscape:export-ydpi="96"> + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/resize-015.png" + inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + sodipodi:docname="fullscreen.svg" + viewBox="0 0 15 15" + height="15" + width="15" + id="svg2" + version="1.1"> <metadata id="metadata8"> <rdf:RDF> @@ -32,63 +32,70 @@ <defs id="defs6" /> <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="1920" - inkscape:window-height="1012" - id="namedview4" - showgrid="true" - inkscape:zoom="55.466667" - inkscape:cx="7.5" - inkscape:cy="7.5" - inkscape:window-x="0" - inkscape:window-y="0" + inkscape:current-layer="g10" inkscape:window-maximized="0" - inkscape:current-layer="g10"> + inkscape:window-y="2" + inkscape:window-x="339" + inkscape:cy="7.5" + inkscape:cx="7.5" + inkscape:zoom="80.533333" + showgrid="true" + id="namedview4" + inkscape:window-height="1370" + inkscape:window-width="1920" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + guidetolerance="10" + gridtolerance="10" + objecttolerance="10" + borderopacity="1" + bordercolor="#666666" + pagecolor="#404040" + inkscape:document-rotation="0"> <inkscape:grid - type="xygrid" - id="grid837" + spacingy="0.5" spacingx="0.5" - spacingy="0.5" /> + id="grid837" + type="xygrid" /> </sodipodi:namedview> <g - inkscape:groupmode="layer" + id="g10" inkscape:label="Image" - id="g10"> + inkscape:groupmode="layer"> <path - sodipodi:nodetypes="cccccc" - inkscape:transform-center-y="-3.2353996" - inkscape:transform-center-x="3.2589415" - id="path832" + 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 2,6.5 V 2 H 6.5 V 4 H 4 v 2.5" - style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + id="path832" + inkscape:transform-center-x="3.2589415" + inkscape:transform-center-y="-3.2353996" + sodipodi:nodetypes="cccccc" /> <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 8.4943411,1.9764581 h 4.4999999 v 4.5 h -2 v -2.5 H 8.4943411" - id="path860" - inkscape:transform-center-x="-3.2353995" + sodipodi:nodetypes="cccccc" inkscape:transform-center-y="-3.2589415" - sodipodi:nodetypes="cccccc" /> + inkscape:transform-center-x="-3.2353995" + id="path860" + d="M 8.5000001,2 H 13 V 6.5 H 11 V 4 H 8.5000001" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> <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 13.017883,8.4707992 v 4.4999998 h -4.5 v -2 h 2.5 V 8.4707992" - id="path862" - inkscape:transform-center-x="-3.2589415" + sodipodi:nodetypes="cccccc" inkscape:transform-center-y="3.2353995" - sodipodi:nodetypes="cccccc" /> + inkscape:transform-center-x="-3.2589415" + id="path862" + d="M 13,8.5000002 V 13 H 8.5 V 11 H 11 V 8.5000002" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> <path - sodipodi:nodetypes="cccccc" - inkscape:transform-center-y="3.2589415" - inkscape:transform-center-x="3.2353995" - id="path864" + 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 6.5235419,12.994341 H 2.023542 V 8.4943411 h 2 v 2.4999999 h 2.4999999" - style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + id="path864" + inkscape:transform-center-x="3.2353995" + inkscape:transform-center-y="3.2589415" + sodipodi:nodetypes="cccccc" /> + <rect + y="6" + x="6" + height="3" + width="3" + id="rect1682" + style="fill:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" /> </g> </svg> diff --git a/data/elementary/themes/img/ic/border-015.png b/data/elementary/themes/img/ic/border-015.png new file mode 100644 index 0000000000..ae9fbe1c6d Binary files /dev/null and b/data/elementary/themes/img/ic/border-015.png differ diff --git a/data/elementary/themes/img/ic/border-030.png b/data/elementary/themes/img/ic/border-030.png new file mode 100644 index 0000000000..044a36ee39 Binary files /dev/null and b/data/elementary/themes/img/ic/border-030.png differ diff --git a/data/elementary/themes/img/ic/border-060.png b/data/elementary/themes/img/ic/border-060.png new file mode 100644 index 0000000000..eb1f30dc11 Binary files /dev/null and b/data/elementary/themes/img/ic/border-060.png differ diff --git a/data/elementary/themes/img/ic/fullscreen-015.png b/data/elementary/themes/img/ic/fullscreen-015.png new file mode 100644 index 0000000000..42645dc030 Binary files /dev/null and b/data/elementary/themes/img/ic/fullscreen-015.png differ diff --git a/data/elementary/themes/img/ic/fullscreen-030.png b/data/elementary/themes/img/ic/fullscreen-030.png new file mode 100644 index 0000000000..33bd8e7a03 Binary files /dev/null and b/data/elementary/themes/img/ic/fullscreen-030.png differ diff --git a/data/elementary/themes/img/ic/fullscreen-060.png b/data/elementary/themes/img/ic/fullscreen-060.png new file mode 100644 index 0000000000..43fc26a6e1 Binary files /dev/null and b/data/elementary/themes/img/ic/fullscreen-060.png differ diff --git a/data/elementary/themes/img/ic/kill-015.png b/data/elementary/themes/img/ic/kill-015.png new file mode 100644 index 0000000000..c9132e9834 Binary files /dev/null and b/data/elementary/themes/img/ic/kill-015.png differ diff --git a/data/elementary/themes/img/ic/kill-030.png b/data/elementary/themes/img/ic/kill-030.png new file mode 100644 index 0000000000..10a598f76a Binary files /dev/null and b/data/elementary/themes/img/ic/kill-030.png differ diff --git a/data/elementary/themes/img/ic/kill-060.png b/data/elementary/themes/img/ic/kill-060.png new file mode 100644 index 0000000000..37adf0c4a6 Binary files /dev/null and b/data/elementary/themes/img/ic/kill-060.png differ diff --git a/data/elementary/themes/img/ic/lock-015.png b/data/elementary/themes/img/ic/lock-015.png index e0e3a1880c..022928000e 100644 Binary files a/data/elementary/themes/img/ic/lock-015.png and b/data/elementary/themes/img/ic/lock-015.png differ diff --git a/data/elementary/themes/img/ic/lock-030.png b/data/elementary/themes/img/ic/lock-030.png index e7d2c26316..c600f4e415 100644 Binary files a/data/elementary/themes/img/ic/lock-030.png and b/data/elementary/themes/img/ic/lock-030.png differ diff --git a/data/elementary/themes/img/ic/lock-060.png b/data/elementary/themes/img/ic/lock-060.png index ce88dff744..a6811520fa 100644 Binary files a/data/elementary/themes/img/ic/lock-060.png and b/data/elementary/themes/img/ic/lock-060.png differ diff --git a/data/elementary/themes/img/ic/pin-015.png b/data/elementary/themes/img/ic/pin-015.png new file mode 100644 index 0000000000..afc5ab6063 Binary files /dev/null and b/data/elementary/themes/img/ic/pin-015.png differ diff --git a/data/elementary/themes/img/ic/pin-030.png b/data/elementary/themes/img/ic/pin-030.png new file mode 100644 index 0000000000..17cc320d23 Binary files /dev/null and b/data/elementary/themes/img/ic/pin-030.png differ diff --git a/data/elementary/themes/img/ic/pin-060.png b/data/elementary/themes/img/ic/pin-060.png new file mode 100644 index 0000000000..f77cafb589 Binary files /dev/null and b/data/elementary/themes/img/ic/pin-060.png differ diff --git a/data/elementary/themes/img/ic/properties-015.png b/data/elementary/themes/img/ic/properties-015.png new file mode 100644 index 0000000000..a9d9b4ef9b Binary files /dev/null and b/data/elementary/themes/img/ic/properties-015.png differ diff --git a/data/elementary/themes/img/ic/properties-030.png b/data/elementary/themes/img/ic/properties-030.png new file mode 100644 index 0000000000..8a97791a3f Binary files /dev/null and b/data/elementary/themes/img/ic/properties-030.png differ diff --git a/data/elementary/themes/img/ic/properties-060.png b/data/elementary/themes/img/ic/properties-060.png new file mode 100644 index 0000000000..87a56ecfe1 Binary files /dev/null and b/data/elementary/themes/img/ic/properties-060.png differ diff --git a/data/elementary/themes/img/ic/sendto-015.png b/data/elementary/themes/img/ic/sendto-015.png new file mode 100644 index 0000000000..657b0b6508 Binary files /dev/null and b/data/elementary/themes/img/ic/sendto-015.png differ diff --git a/data/elementary/themes/img/ic/sendto-030.png b/data/elementary/themes/img/ic/sendto-030.png new file mode 100644 index 0000000000..7c3fcc6844 Binary files /dev/null and b/data/elementary/themes/img/ic/sendto-030.png differ diff --git a/data/elementary/themes/img/ic/sendto-060.png b/data/elementary/themes/img/ic/sendto-060.png new file mode 100644 index 0000000000..f67feadec2 Binary files /dev/null and b/data/elementary/themes/img/ic/sendto-060.png differ diff --git a/data/elementary/themes/img/ic/shade-015.png b/data/elementary/themes/img/ic/shade-015.png new file mode 100644 index 0000000000..d836f46a74 Binary files /dev/null and b/data/elementary/themes/img/ic/shade-015.png differ diff --git a/data/elementary/themes/img/ic/shade-030.png b/data/elementary/themes/img/ic/shade-030.png new file mode 100644 index 0000000000..9440548608 Binary files /dev/null and b/data/elementary/themes/img/ic/shade-030.png differ diff --git a/data/elementary/themes/img/ic/shade-060.png b/data/elementary/themes/img/ic/shade-060.png new file mode 100644 index 0000000000..a7da3ad482 Binary files /dev/null and b/data/elementary/themes/img/ic/shade-060.png differ diff --git a/data/elementary/themes/img/ic/skip-015.png b/data/elementary/themes/img/ic/skip-015.png new file mode 100644 index 0000000000..3ce0b790fe Binary files /dev/null and b/data/elementary/themes/img/ic/skip-015.png differ diff --git a/data/elementary/themes/img/ic/skip-030.png b/data/elementary/themes/img/ic/skip-030.png new file mode 100644 index 0000000000..cb0571e16f Binary files /dev/null and b/data/elementary/themes/img/ic/skip-030.png differ diff --git a/data/elementary/themes/img/ic/skip-060.png b/data/elementary/themes/img/ic/skip-060.png new file mode 100644 index 0000000000..972ce38eda Binary files /dev/null and b/data/elementary/themes/img/ic/skip-060.png differ diff --git a/data/elementary/themes/img/ic/skip-pager-015.png b/data/elementary/themes/img/ic/skip-pager-015.png new file mode 100644 index 0000000000..c32c45e5cd Binary files /dev/null and b/data/elementary/themes/img/ic/skip-pager-015.png differ diff --git a/data/elementary/themes/img/ic/skip-pager-030.png b/data/elementary/themes/img/ic/skip-pager-030.png new file mode 100644 index 0000000000..f117c80a21 Binary files /dev/null and b/data/elementary/themes/img/ic/skip-pager-030.png differ diff --git a/data/elementary/themes/img/ic/skip-pager-060.png b/data/elementary/themes/img/ic/skip-pager-060.png new file mode 100644 index 0000000000..69d8a378d9 Binary files /dev/null and b/data/elementary/themes/img/ic/skip-pager-060.png differ diff --git a/data/elementary/themes/img/ic/skip-taskbar-015.png b/data/elementary/themes/img/ic/skip-taskbar-015.png new file mode 100644 index 0000000000..122bcab99e Binary files /dev/null and b/data/elementary/themes/img/ic/skip-taskbar-015.png differ diff --git a/data/elementary/themes/img/ic/skip-taskbar-030.png b/data/elementary/themes/img/ic/skip-taskbar-030.png new file mode 100644 index 0000000000..b30cd020e2 Binary files /dev/null and b/data/elementary/themes/img/ic/skip-taskbar-030.png differ diff --git a/data/elementary/themes/img/ic/skip-taskbar-060.png b/data/elementary/themes/img/ic/skip-taskbar-060.png new file mode 100644 index 0000000000..f955a31905 Binary files /dev/null and b/data/elementary/themes/img/ic/skip-taskbar-060.png differ diff --git a/data/elementary/themes/img/ic/skip-winlist-015.png b/data/elementary/themes/img/ic/skip-winlist-015.png new file mode 100644 index 0000000000..daa74777a5 Binary files /dev/null and b/data/elementary/themes/img/ic/skip-winlist-015.png differ diff --git a/data/elementary/themes/img/ic/skip-winlist-030.png b/data/elementary/themes/img/ic/skip-winlist-030.png new file mode 100644 index 0000000000..852606b6fe Binary files /dev/null and b/data/elementary/themes/img/ic/skip-winlist-030.png differ diff --git a/data/elementary/themes/img/ic/skip-winlist-060.png b/data/elementary/themes/img/ic/skip-winlist-060.png new file mode 100644 index 0000000000..a649f8f6a2 Binary files /dev/null and b/data/elementary/themes/img/ic/skip-winlist-060.png differ diff --git a/data/elementary/themes/img/ic/stacking-015.png b/data/elementary/themes/img/ic/stacking-015.png new file mode 100644 index 0000000000..22eaca0371 Binary files /dev/null and b/data/elementary/themes/img/ic/stacking-015.png differ diff --git a/data/elementary/themes/img/ic/stacking-030.png b/data/elementary/themes/img/ic/stacking-030.png new file mode 100644 index 0000000000..740390fe9a Binary files /dev/null and b/data/elementary/themes/img/ic/stacking-030.png differ diff --git a/data/elementary/themes/img/ic/stacking-060.png b/data/elementary/themes/img/ic/stacking-060.png new file mode 100644 index 0000000000..e740cfc79c Binary files /dev/null and b/data/elementary/themes/img/ic/stacking-060.png differ diff --git a/data/elementary/themes/img/ic/stacking-bottom-015.png b/data/elementary/themes/img/ic/stacking-bottom-015.png new file mode 100644 index 0000000000..106329188c Binary files /dev/null and b/data/elementary/themes/img/ic/stacking-bottom-015.png differ diff --git a/data/elementary/themes/img/ic/stacking-bottom-030.png b/data/elementary/themes/img/ic/stacking-bottom-030.png new file mode 100644 index 0000000000..62b1078e24 Binary files /dev/null and b/data/elementary/themes/img/ic/stacking-bottom-030.png differ diff --git a/data/elementary/themes/img/ic/stacking-bottom-060.png b/data/elementary/themes/img/ic/stacking-bottom-060.png new file mode 100644 index 0000000000..b980c5a6a3 Binary files /dev/null and b/data/elementary/themes/img/ic/stacking-bottom-060.png differ diff --git a/data/elementary/themes/img/ic/stacking-normal-015.png b/data/elementary/themes/img/ic/stacking-normal-015.png new file mode 100644 index 0000000000..a50e434713 Binary files /dev/null and b/data/elementary/themes/img/ic/stacking-normal-015.png differ diff --git a/data/elementary/themes/img/ic/stacking-normal-030.png b/data/elementary/themes/img/ic/stacking-normal-030.png new file mode 100644 index 0000000000..621d7afc18 Binary files /dev/null and b/data/elementary/themes/img/ic/stacking-normal-030.png differ diff --git a/data/elementary/themes/img/ic/stacking-normal-060.png b/data/elementary/themes/img/ic/stacking-normal-060.png new file mode 100644 index 0000000000..68e50aff2a Binary files /dev/null and b/data/elementary/themes/img/ic/stacking-normal-060.png differ diff --git a/data/elementary/themes/img/ic/stacking-top-015.png b/data/elementary/themes/img/ic/stacking-top-015.png new file mode 100644 index 0000000000..7b38977474 Binary files /dev/null and b/data/elementary/themes/img/ic/stacking-top-015.png differ diff --git a/data/elementary/themes/img/ic/stacking-top-030.png b/data/elementary/themes/img/ic/stacking-top-030.png new file mode 100644 index 0000000000..82d477c0b2 Binary files /dev/null and b/data/elementary/themes/img/ic/stacking-top-030.png differ diff --git a/data/elementary/themes/img/ic/stacking-top-060.png b/data/elementary/themes/img/ic/stacking-top-060.png new file mode 100644 index 0000000000..b6e7651f02 Binary files /dev/null and b/data/elementary/themes/img/ic/stacking-top-060.png differ diff --git a/data/elementary/themes/img/ic/unlock-015.png b/data/elementary/themes/img/ic/unlock-015.png new file mode 100644 index 0000000000..8220d4cb8c Binary files /dev/null and b/data/elementary/themes/img/ic/unlock-015.png differ diff --git a/data/elementary/themes/img/ic/unlock-030.png b/data/elementary/themes/img/ic/unlock-030.png new file mode 100644 index 0000000000..6144ed4d49 Binary files /dev/null and b/data/elementary/themes/img/ic/unlock-030.png differ diff --git a/data/elementary/themes/img/ic/unlock-060.png b/data/elementary/themes/img/ic/unlock-060.png new file mode 100644 index 0000000000..0ccfea4ef4 Binary files /dev/null and b/data/elementary/themes/img/ic/unlock-060.png differ diff --git a/data/elementary/themes/img/kill.svg b/data/elementary/themes/img/kill.svg new file mode 100644 index 0000000000..7bf4623158 --- /dev/null +++ b/data/elementary/themes/img/kill.svg @@ -0,0 +1,94 @@ +<?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="96" + inkscape:export-xdpi="96" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/kill-015.png" + inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + sodipodi:docname="kill.svg" + viewBox="0 0 15 15" + height="15" + width="15" + 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:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox="true" + inkscape:current-layer="g10" + inkscape:window-maximized="0" + inkscape:window-y="0" + inkscape:window-x="342" + inkscape:cy="7.5" + inkscape:cx="7.5" + inkscape:zoom="80.533333" + showgrid="true" + id="namedview4" + inkscape:window-height="1372" + inkscape:window-width="1920" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + guidetolerance="10" + gridtolerance="10" + objecttolerance="10" + borderopacity="1" + bordercolor="#666666" + pagecolor="#404040" + inkscape:document-rotation="0"> + <inkscape:grid + spacingy="0.5" + spacingx="0.5" + id="grid837" + type="xygrid" /> + </sodipodi:namedview> + <g + id="g10" + inkscape:label="Image" + inkscape:groupmode="layer"> + <path + d="M 7.4394531 2 A 4 4 0 0 0 3.5 6 A 4 4 0 0 0 7.5 10 A 4 4 0 0 0 11.5 6 A 4 4 0 0 0 7.5 2 A 4 4 0 0 0 7.4394531 2 z M 5.5 4.5 A 1 1 0 0 1 6.5 5.5 A 1 1 0 0 1 5.5 6.5 A 1 1 0 0 1 4.5 5.5 A 1 1 0 0 1 5.5 4.5 z M 9.5 4.5 A 1 1 0 0 1 10.5 5.5 A 1 1 0 0 1 9.5 6.5 A 1 1 0 0 1 8.5 5.5 A 1 1 0 0 1 9.5 4.5 z " + style="fill:#ffffff;fill-opacity:1;stroke-width:2.66666;stroke-linecap:round;stroke-linejoin:round" + id="path1722" /> + <rect + y="9" + x="5.5" + height="1.5" + width="4" + id="rect1724" + style="fill:#ffffff;fill-opacity:1;stroke-width:1.54919;stroke-linecap:round;stroke-linejoin:round" /> + <path + sodipodi:nodetypes="cczcczczcczccc" + id="path1726" + d="m 5.5,10 v 0.5 c 0,0 0,0.5 0.5,0.5 0.5,0 0.5,-0.5 0.5,-0.5 V 11 c 0,0 0,0.5 0.5,0.5 0.5,0 0.5,-0.5 0.5,-0.5 0,0 0,0.5 0.5,0.5 0.5,0 0.5,-0.5 0.5,-0.5 v -0.5 c 0,0 0,0.5 0.5,0.5 0.5,0 0.5,-0.5 0.5,-0.5 V 10 Z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + d="m 3.8491255,12.442973 a 0.5,0.5 0 0 0 -0.3422339,0.60934 0.5,0.5 0 0 0 0.601053,0.356586 0.5,0.5 0 0 0 -0.3422339,0.60934 0.5,0.5 0 0 0 0.6123724,0.353553 0.5,0.5 0 0 0 0.3535534,-0.612373 l 5.7955545,-1.552914 a 0.5,0.5 0 0 0 0.612373,0.353554 0.5,0.5 0 0 0 0.353553,-0.612373 0.5,0.5 0 0 0 -0.601052,-0.356586 0.5,0.5 0 0 0 0.342233,-0.60934 0.5,0.5 0 0 0 -0.612372,-0.353553 0.5,0.5 0 0 0 -0.353554,0.612372 L 4.4728174,12.793494 A 0.5,0.5 0 0 0 3.860445,12.43994 a 0.5,0.5 0 0 0 [...] + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" + id="rect1741" /> + <path + id="path1757" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" + d="m 11.150848,12.442973 a -0.5,0.5 0 0 1 0.342233,0.60934 -0.5,0.5 0 0 1 -0.601053,0.356586 -0.5,0.5 0 0 1 0.342234,0.60934 -0.5,0.5 0 0 1 -0.612372,0.353553 -0.5,0.5 0 0 1 -0.353553,-0.612373 L 4.472782,12.206505 A -0.5,0.5 0 0 1 3.860409,12.560059 -0.5,0.5 0 0 1 3.506856,11.947686 -0.5,0.5 0 0 1 4.107908,11.5911 -0.5,0.5 0 0 1 3.765675,10.98176 -0.5,0.5 0 0 1 4.378047,10.628207 -0.5,0.5 0 0 1 4.731601,11.240579 l 5.795555,1.552915 a -0.5,0.5 0 0 1 0.612372,-0.353554 -0.5,0.5 0 [...] + </g> +</svg> diff --git a/data/elementary/themes/img/lock.svg b/data/elementary/themes/img/lock.svg index dd4e0a16e3..ce55e09b3b 100644 --- a/data/elementary/themes/img/lock.svg +++ b/data/elementary/themes/img/lock.svg @@ -7,16 +7,16 @@ 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="15" - height="15" - viewBox="0 0 15 15" - sodipodi:docname="lock.svg" - inkscape:version="1.0 (4035a4fb49, 2020-05-01)" - inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/lock-015.png" + inkscape:export-ydpi="96" inkscape:export-xdpi="96" - inkscape:export-ydpi="96"> + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/lock-015.png" + inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + sodipodi:docname="lock.svg" + viewBox="0 0 15 15" + height="15" + width="15" + id="svg2" + version="1.1"> <metadata id="metadata8"> <rdf:RDF> @@ -32,46 +32,48 @@ <defs id="defs6" /> <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="1920" - inkscape:window-height="1012" - id="namedview4" - showgrid="true" - inkscape:zoom="55.466667" - inkscape:cx="7.5" - inkscape:cy="7.5" - inkscape:window-x="0" - inkscape:window-y="0" + inkscape:bbox-nodes="true" + inkscape:snap-bbox="true" + inkscape:current-layer="g10" inkscape:window-maximized="0" - inkscape:current-layer="g10"> + inkscape:window-y="0" + inkscape:window-x="384" + inkscape:cy="7.5" + inkscape:cx="7.5" + inkscape:zoom="80.666667" + showgrid="true" + id="namedview4" + inkscape:window-height="1372" + inkscape:window-width="1920" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + guidetolerance="10" + gridtolerance="10" + objecttolerance="10" + borderopacity="1" + bordercolor="#666666" + pagecolor="#404040" + inkscape:document-rotation="0"> <inkscape:grid - type="xygrid" - id="grid837" + spacingy="0.5" spacingx="0.5" - spacingy="0.5" /> + id="grid837" + type="xygrid" /> </sodipodi:namedview> <g - inkscape:groupmode="layer" + id="g10" inkscape:label="Image" - id="g10"> - <path - d="M 7.5 2 A 4.5 4.5 0 0 0 3 6.5 A 4.5 4.5 0 0 0 7.5 11 A 4.5 4.5 0 0 0 12 6.5 A 4.5 4.5 0 0 0 7.5 2 z M 7.5 4 A 2.5 2.5 0 0 1 10 6.5 A 2.5 2.5 0 0 1 7.5 9 A 2.5 2.5 0 0 1 5 6.5 A 2.5 2.5 0 0 1 7.5 4 z " - style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round" - id="path890" /> + inkscape:groupmode="layer"> <rect - y="6.4764581" - x="2" - height="6.5235419" - width="10.994341" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.40593;stroke-linecap:round;stroke-linejoin:round" id="rect884" - style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round" /> + width="8" + height="6.5" + x="3.5" + y="6.5" /> + <path + d="M 7.6191406 2.0039062 C 6.8308723 1.9781012 6.0329643 2.216284 5.3730469 2.7226562 C 4.4902779 3.4000288 4.0197816 4.4396254 4.0175781 5.5 L 4 5.5 L 4 8.5 L 6 8.5 L 6 5.5 L 6.0195312 5.5 C 6.0189839 5.0470665 6.2069989 4.6043141 6.5898438 4.3105469 C 6.876148 4.0908579 7.2166007 3.987043 7.5527344 3.9980469 C 7.8888682 4.0090509 8.2208647 4.1351031 8.4921875 4.3730469 C 8.829238 4.6686321 8.9848216 5.0809334 8.984375 5.5 L 9 5.5 L 9 8.5 L 11 8.5 L 11 5.5 C 10.998667 4.5185558 1 [...] + 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- [...] + id="path891" /> </g> </svg> diff --git a/data/elementary/themes/img/lock.svg b/data/elementary/themes/img/pin.svg similarity index 65% copy from data/elementary/themes/img/lock.svg copy to data/elementary/themes/img/pin.svg index dd4e0a16e3..33e2ca9270 100644 --- a/data/elementary/themes/img/lock.svg +++ b/data/elementary/themes/img/pin.svg @@ -12,9 +12,9 @@ width="15" height="15" viewBox="0 0 15 15" - sodipodi:docname="lock.svg" + sodipodi:docname="pin.svg" inkscape:version="1.0 (4035a4fb49, 2020-05-01)" - inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/lock-015.png" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/pin-015.png" inkscape:export-xdpi="96" inkscape:export-ydpi="96"> <metadata @@ -41,17 +41,21 @@ guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1012" + inkscape:window-width="1756" + inkscape:window-height="1372" id="namedview4" showgrid="true" - inkscape:zoom="55.466667" + inkscape:zoom="70.2" inkscape:cx="7.5" inkscape:cy="7.5" - inkscape:window-x="0" + inkscape:window-x="804" inkscape:window-y="0" inkscape:window-maximized="0" - inkscape:current-layer="g10"> + inkscape:current-layer="g10" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> <inkscape:grid type="xygrid" id="grid837" @@ -63,15 +67,8 @@ inkscape:label="Image" id="g10"> <path - d="M 7.5 2 A 4.5 4.5 0 0 0 3 6.5 A 4.5 4.5 0 0 0 7.5 11 A 4.5 4.5 0 0 0 12 6.5 A 4.5 4.5 0 0 0 7.5 2 z M 7.5 4 A 2.5 2.5 0 0 1 10 6.5 A 2.5 2.5 0 0 1 7.5 9 A 2.5 2.5 0 0 1 5 6.5 A 2.5 2.5 0 0 1 7.5 4 z " - style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round" - id="path890" /> - <rect - y="6.4764581" - x="2" - height="6.5235419" - width="10.994341" - id="rect884" - style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round" /> + id="path975" + d="m 7.5,13 -1,-1 V 8.5 H 4 v -2 H 5.5 V 4 C 5.5,4 4,4 4,4 V 2 h 7 V 4 H 9.5 V 6.5 H 11 v 2 H 8.5 V 12 Z" + style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" /> </g> </svg> diff --git a/data/elementary/themes/img/lock.svg b/data/elementary/themes/img/properties.svg similarity index 54% copy from data/elementary/themes/img/lock.svg copy to data/elementary/themes/img/properties.svg index dd4e0a16e3..73404d5820 100644 --- a/data/elementary/themes/img/lock.svg +++ b/data/elementary/themes/img/properties.svg @@ -12,9 +12,9 @@ width="15" height="15" viewBox="0 0 15 15" - sodipodi:docname="lock.svg" + sodipodi:docname="properties.svg" inkscape:version="1.0 (4035a4fb49, 2020-05-01)" - inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/lock-015.png" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/properties-015.png" inkscape:export-xdpi="96" inkscape:export-ydpi="96"> <metadata @@ -41,17 +41,21 @@ guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1012" + inkscape:window-width="1756" + inkscape:window-height="1372" id="namedview4" showgrid="true" - inkscape:zoom="55.466667" + inkscape:zoom="70.2" inkscape:cx="7.5" inkscape:cy="7.5" - inkscape:window-x="0" + inkscape:window-x="804" inkscape:window-y="0" inkscape:window-maximized="0" - inkscape:current-layer="g10"> + inkscape:current-layer="g10" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> <inkscape:grid type="xygrid" id="grid837" @@ -63,15 +67,25 @@ inkscape:label="Image" id="g10"> <path - d="M 7.5 2 A 4.5 4.5 0 0 0 3 6.5 A 4.5 4.5 0 0 0 7.5 11 A 4.5 4.5 0 0 0 12 6.5 A 4.5 4.5 0 0 0 7.5 2 z M 7.5 4 A 2.5 2.5 0 0 1 10 6.5 A 2.5 2.5 0 0 1 7.5 9 A 2.5 2.5 0 0 1 5 6.5 A 2.5 2.5 0 0 1 7.5 4 z " - style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round" - id="path890" /> - <rect - y="6.4764581" - x="2" - height="6.5235419" - width="10.994341" - id="rect884" - style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round" /> + sodipodi:nodetypes="ccccccc" + id="path850" + d="m 2,5 1.5,1.5 3,-3 -1,-1 -2,2 L 3,4 Z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cccccccc" + id="path852" + d="M 8.5,5.5 9,3 l 1,1.5 1,-2 0.5,3 L 12,4 12.5,4.5 13,4" + style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 8.5,12 9,9.5 10,11 11,9 11.5,12 12,10.5 12.5,11 13,10.5" + id="path852-0" + sodipodi:nodetypes="cccccccc" /> + <circle + r="2.25" + cy="10.75" + cx="4.25" + id="path873" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> </g> </svg> diff --git a/data/elementary/themes/img/resize.svg b/data/elementary/themes/img/resize.svg index a3d1a43efe..6645564c4e 100644 --- a/data/elementary/themes/img/resize.svg +++ b/data/elementary/themes/img/resize.svg @@ -7,16 +7,16 @@ 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="15" - height="15" - viewBox="0 0 15 15" - sodipodi:docname="resize.svg" - inkscape:version="1.0 (4035a4fb49, 2020-05-01)" - inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/resize-015.png" + inkscape:export-ydpi="96" inkscape:export-xdpi="96" - inkscape:export-ydpi="96"> + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/resize-015.png" + inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + sodipodi:docname="resize.svg" + viewBox="0 0 15 15" + height="15" + width="15" + id="svg2" + version="1.1"> <metadata id="metadata8"> <rdf:RDF> @@ -32,63 +32,63 @@ <defs id="defs6" /> <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="1920" - inkscape:window-height="1012" - id="namedview4" - showgrid="true" - inkscape:zoom="55.466667" - inkscape:cx="7.5" - inkscape:cy="7.5" - inkscape:window-x="0" - inkscape:window-y="0" + inkscape:current-layer="g10" inkscape:window-maximized="0" - inkscape:current-layer="g10"> + inkscape:window-y="2" + inkscape:window-x="339" + inkscape:cy="7.4937914" + inkscape:cx="7.5" + inkscape:zoom="80.533333" + showgrid="true" + id="namedview4" + inkscape:window-height="1370" + inkscape:window-width="1920" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + guidetolerance="10" + gridtolerance="10" + objecttolerance="10" + borderopacity="1" + bordercolor="#666666" + pagecolor="#404040" + inkscape:document-rotation="0"> <inkscape:grid - type="xygrid" - id="grid837" + spacingy="0.5" spacingx="0.5" - spacingy="0.5" /> + id="grid837" + type="xygrid" /> </sodipodi:namedview> <g - inkscape:groupmode="layer" + id="g10" inkscape:label="Image" - id="g10"> + inkscape:groupmode="layer"> <path - sodipodi:nodetypes="cccccc" - inkscape:transform-center-y="-3.2353996" - inkscape:transform-center-x="3.2589415" - id="path832" + 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 2,6.5 V 2 H 6.5 V 4 H 4 v 2.5" - style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + id="path832" + inkscape:transform-center-x="3.2589415" + inkscape:transform-center-y="-3.2353996" + sodipodi:nodetypes="cccccc" /> <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 8.4943411,1.9764581 h 4.4999999 v 4.5 h -2 v -2.5 H 8.4943411" - id="path860" - inkscape:transform-center-x="-3.2353995" + sodipodi:nodetypes="cccccc" inkscape:transform-center-y="-3.2589415" - sodipodi:nodetypes="cccccc" /> + inkscape:transform-center-x="-3.2353995" + id="path860" + d="M 8.5000001,2 H 13 V 6.5 H 11 V 4 H 8.5000001" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> <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 13.017883,8.4707992 v 4.4999998 h -4.5 v -2 h 2.5 V 8.4707992" - id="path862" - inkscape:transform-center-x="-3.2589415" + sodipodi:nodetypes="cccccc" inkscape:transform-center-y="3.2353995" - sodipodi:nodetypes="cccccc" /> + inkscape:transform-center-x="-3.2589415" + id="path862" + d="M 13,8.5000002 V 13 H 8.5 V 11 H 11 V 8.5000002" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> <path - sodipodi:nodetypes="cccccc" - inkscape:transform-center-y="3.2589415" - inkscape:transform-center-x="3.2353995" - id="path864" + 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 6.5235419,12.994341 H 2.023542 V 8.4943411 h 2 v 2.4999999 h 2.4999999" - style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + id="path864" + inkscape:transform-center-x="3.2353995" + inkscape:transform-center-y="3.2589415" + sodipodi:nodetypes="cccccc" /> </g> </svg> diff --git a/data/elementary/themes/img/lock.svg b/data/elementary/themes/img/sendto.svg similarity index 64% copy from data/elementary/themes/img/lock.svg copy to data/elementary/themes/img/sendto.svg index dd4e0a16e3..e8a00c924c 100644 --- a/data/elementary/themes/img/lock.svg +++ b/data/elementary/themes/img/sendto.svg @@ -12,9 +12,9 @@ width="15" height="15" viewBox="0 0 15 15" - sodipodi:docname="lock.svg" + sodipodi:docname="sendto.svg" inkscape:version="1.0 (4035a4fb49, 2020-05-01)" - inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/lock-015.png" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/sendto-015.png" inkscape:export-xdpi="96" inkscape:export-ydpi="96"> <metadata @@ -41,17 +41,21 @@ guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1012" + inkscape:window-width="1756" + inkscape:window-height="1372" id="namedview4" showgrid="true" - inkscape:zoom="55.466667" + inkscape:zoom="70.2" inkscape:cx="7.5" inkscape:cy="7.5" - inkscape:window-x="0" + inkscape:window-x="804" inkscape:window-y="0" inkscape:window-maximized="0" - inkscape:current-layer="g10"> + inkscape:current-layer="g10" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> <inkscape:grid type="xygrid" id="grid837" @@ -63,15 +67,13 @@ inkscape:label="Image" id="g10"> <path - d="M 7.5 2 A 4.5 4.5 0 0 0 3 6.5 A 4.5 4.5 0 0 0 7.5 11 A 4.5 4.5 0 0 0 12 6.5 A 4.5 4.5 0 0 0 7.5 2 z M 7.5 4 A 2.5 2.5 0 0 1 10 6.5 A 2.5 2.5 0 0 1 7.5 9 A 2.5 2.5 0 0 1 5 6.5 A 2.5 2.5 0 0 1 7.5 4 z " - style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round" - id="path890" /> - <rect - y="6.4764581" - x="2" - height="6.5235419" - width="10.994341" - id="rect884" - style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round" /> + d="M 2 2 L 2 6 L 7.5 11.5 L 7.5 10.5 L 3 6 L 4 6 L 7.5 9.5 L 7.5 8.5 L 5 6 L 6 6 L 7.5 7.5 L 7.5 6.5 L 7 6 L 7.5 6 L 7.5 2 L 2 2 z M 2 7 L 2 8 L 6 12 L 5 12 L 2 9 L 2 10 L 4 12 L 3 12 L 2 11 L 2 12 L 2 13 L 7.5 13 L 7.5 12 L 7 12 L 2 7 z " + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="rect1143" /> + <path + sodipodi:nodetypes="ccccccc" + id="path1194" + d="m 13,7.5 -3,-3 -1,1 2,2 -2,2 1,1 z" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> </g> </svg> diff --git a/data/elementary/themes/img/lock.svg b/data/elementary/themes/img/shade.svg similarity index 67% copy from data/elementary/themes/img/lock.svg copy to data/elementary/themes/img/shade.svg index dd4e0a16e3..3b31ac1943 100644 --- a/data/elementary/themes/img/lock.svg +++ b/data/elementary/themes/img/shade.svg @@ -12,9 +12,9 @@ width="15" height="15" viewBox="0 0 15 15" - sodipodi:docname="lock.svg" + sodipodi:docname="shade.svg" inkscape:version="1.0 (4035a4fb49, 2020-05-01)" - inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/lock-015.png" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/shade-015.png" inkscape:export-xdpi="96" inkscape:export-ydpi="96"> <metadata @@ -41,17 +41,21 @@ guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1012" + inkscape:window-width="1756" + inkscape:window-height="1372" id="namedview4" showgrid="true" - inkscape:zoom="55.466667" + inkscape:zoom="70.2" inkscape:cx="7.5" inkscape:cy="7.5" - inkscape:window-x="0" + inkscape:window-x="804" inkscape:window-y="0" inkscape:window-maximized="0" - inkscape:current-layer="g10"> + inkscape:current-layer="g10" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> <inkscape:grid type="xygrid" id="grid837" @@ -62,16 +66,17 @@ inkscape:groupmode="layer" inkscape:label="Image" id="g10"> - <path - d="M 7.5 2 A 4.5 4.5 0 0 0 3 6.5 A 4.5 4.5 0 0 0 7.5 11 A 4.5 4.5 0 0 0 12 6.5 A 4.5 4.5 0 0 0 7.5 2 z M 7.5 4 A 2.5 2.5 0 0 1 10 6.5 A 2.5 2.5 0 0 1 7.5 9 A 2.5 2.5 0 0 1 5 6.5 A 2.5 2.5 0 0 1 7.5 4 z " - style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round" - id="path890" /> <rect - y="6.4764581" + y="2" x="2" - height="6.5235419" - width="10.994341" - id="rect884" - style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round" /> + height="2" + width="11" + id="rect995" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccccccc" + id="path997" + d="m 7.5,6 -5.5,5.5 2,2 3.5,-3.5 3.5,3.5 2,-2 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> </g> </svg> diff --git a/data/elementary/themes/img/skip-pager.svg b/data/elementary/themes/img/skip-pager.svg new file mode 100644 index 0000000000..fdcb8e888a --- /dev/null +++ b/data/elementary/themes/img/skip-pager.svg @@ -0,0 +1,130 @@ +<?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="15" + height="15" + viewBox="0 0 15 15" + sodipodi:docname="skip-pager.svg" + inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/skip-pager-015.png" + inkscape:export-xdpi="96" + inkscape:export-ydpi="96"> + <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: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="70.2" + inkscape:cx="7.5" + inkscape:cy="7.4928775" + inkscape:window-x="804" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="g10" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid837" + spacingx="0.5" + spacingy="0.5" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <path + id="path1019" + d="m 11,-9 -3.5,-3.5 h -1 L 10,-9 Z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + id="path1021" + d="m 9,-9 -3.5,-3.5 h -1 L 8,-9 Z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + id="path1025" + d="m 7,-9 -2.5,-2.5 v 1 L 6,-9 Z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccccc" + id="path1027" + d="m 11,-10 -3.5,-3.5 v -1 L 11,-11 Z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + id="path1029" + d="M 5,-9 4.5,-9.5 V -9 Z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccccc" + id="path1031" + d="m 11,-12 -3.5,-3.5 h 1 L 11,-13 Z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <rect + y="2" + x="2" + height="6.5" + width="6.5" + id="rect1017" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <path + id="path1033" + d="m 11,-14 -1.5,-1.5 h 1 L 11,-15 Z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + id="path1053" + d="M 2,13 V 12.5 L 2.5,13 Z" + style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" /> + <path + id="path1057" + d="M 3.5,13 2,11.5 V 11 h 0.5 l 2,2 z" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <path + id="path1059" + d="m 3.5,11 2,2 h 1 l -2,-2 z" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <path + id="path1061" + d="m 7.5,13 -2,-2 h 1 l 1,1 z" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <rect + y="11" + x="7.5" + height="2" + width="5.5" + id="rect1063" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + </g> +</svg> diff --git a/data/elementary/themes/img/skip-taskbar.svg b/data/elementary/themes/img/skip-taskbar.svg new file mode 100644 index 0000000000..463a1e0be2 --- /dev/null +++ b/data/elementary/themes/img/skip-taskbar.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="15" + height="15" + viewBox="0 0 15 15" + sodipodi:docname="skip-taskbar.svg" + inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/skip-taskbar-015.png" + inkscape:export-xdpi="96" + inkscape:export-ydpi="96"> + <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: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="70.2" + inkscape:cx="7.5" + inkscape:cy="7.5" + inkscape:window-x="804" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="g10" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid837" + spacingx="0.5" + spacingy="0.5" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <path + id="path1019" + d="m 11,-9 -3.5,-3.5 h -1 L 10,-9 Z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + id="path1021" + d="m 9,-9 -3.5,-3.5 h -1 L 8,-9 Z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + id="path1025" + d="m 7,-9 -2.5,-2.5 v 1 L 6,-9 Z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccccc" + id="path1027" + d="m 11,-10 -3.5,-3.5 v -1 L 11,-11 Z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + id="path1029" + d="M 5,-9 4.5,-9.5 V -9 Z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccccc" + id="path1031" + d="m 11,-12 -3.5,-3.5 h 1 L 11,-13 Z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <rect + y="2" + x="2" + height="6.5" + width="6.5" + id="rect1017" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <path + id="path1033" + d="m 11,-14 -1.5,-1.5 h 1 L 11,-15 Z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cccc" + id="path1053" + d="m 4.5,13 v -1 l 1,1 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccccc" + id="path1057" + d="m 6.5,13 -2,-2 h 1 l 2,2 z" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <path + id="path1059" + d="m 6.5,11 2,2 h 1 l -2,-2 z" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <path + id="path1061" + d="m 10.5,13 -2,-2 h 1 l 1,1 z" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <rect + y="11" + x="10.5" + height="2" + width="2.5" + id="rect1063" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.6968;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <rect + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.6968;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="rect1083" + width="2.5" + height="2" + x="2" + y="11" /> + </g> +</svg> diff --git a/data/elementary/themes/img/skip-winlist.svg b/data/elementary/themes/img/skip-winlist.svg new file mode 100644 index 0000000000..67110f829f --- /dev/null +++ b/data/elementary/themes/img/skip-winlist.svg @@ -0,0 +1,162 @@ +<?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="15" + height="15" + viewBox="0 0 15 15" + sodipodi:docname="skip-winlist.svg" + inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/skip-winlist-015.png" + inkscape:export-xdpi="96" + inkscape:export-ydpi="96"> + <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: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="70.2" + inkscape:cx="7.5" + inkscape:cy="7.5" + inkscape:window-x="804" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="g10" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid837" + spacingx="0.5" + spacingy="0.5" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <path + id="path1019" + d="m 11,-9 -3.5,-3.5 h -1 L 10,-9 Z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + id="path1021" + d="m 9,-9 -3.5,-3.5 h -1 L 8,-9 Z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + id="path1025" + d="m 7,-9 -2.5,-2.5 v 1 L 6,-9 Z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccccc" + id="path1027" + d="m 11,-10 -3.5,-3.5 v -1 L 11,-11 Z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + id="path1029" + d="M 5,-9 4.5,-9.5 V -9 Z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccccc" + id="path1031" + d="m 11,-12 -3.5,-3.5 h 1 L 11,-13 Z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + id="path1033" + d="m 11,-14 -1.5,-1.5 h 1 L 11,-15 Z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <rect + y="3" + x="3" + height="2" + width="9" + id="rect1103" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.79473;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <rect + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.79473;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="rect1105" + width="9" + height="2" + x="3" + y="10" /> + <rect + y="5" + x="10" + height="5" + width="2" + id="rect1107" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.82842;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <rect + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.82842;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="rect1109" + width="2" + height="5" + x="3" + y="5" /> + <rect + y="2" + x="2" + height="1" + width="6.5" + id="rect1111" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <rect + y="3" + x="2" + height="5.5" + width="1" + id="rect1113" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <path + id="path1115" + d="m 5,9 1,1 H 5 Z" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <path + id="path1117" + d="M 7,10 5,8 V 7 l 3,3 z" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <path + id="path1119" + d="m 5,6 4,4 h 1 L 5,5 Z" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <path + id="path1121" + d="m 6,5 4,4 V 8 L 7,5 Z" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <path + id="path1123" + d="m 8,5 2,2 V 6 L 9,5 Z" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + </g> +</svg> diff --git a/data/elementary/themes/img/resize.svg b/data/elementary/themes/img/skip.svg similarity index 50% copy from data/elementary/themes/img/resize.svg copy to data/elementary/themes/img/skip.svg index a3d1a43efe..01d7273733 100644 --- a/data/elementary/themes/img/resize.svg +++ b/data/elementary/themes/img/skip.svg @@ -12,9 +12,9 @@ width="15" height="15" viewBox="0 0 15 15" - sodipodi:docname="resize.svg" + sodipodi:docname="skip.svg" inkscape:version="1.0 (4035a4fb49, 2020-05-01)" - inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/resize-015.png" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/skip-015.png" inkscape:export-xdpi="96" inkscape:export-ydpi="96"> <metadata @@ -41,17 +41,21 @@ guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1012" + inkscape:window-width="1756" + inkscape:window-height="1372" id="namedview4" showgrid="true" - inkscape:zoom="55.466667" + inkscape:zoom="70.2" inkscape:cx="7.5" inkscape:cy="7.5" - inkscape:window-x="0" + inkscape:window-x="804" inkscape:window-y="0" inkscape:window-maximized="0" - inkscape:current-layer="g10"> + inkscape:current-layer="g10" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> <inkscape:grid type="xygrid" id="grid837" @@ -62,33 +66,42 @@ inkscape:groupmode="layer" inkscape:label="Image" id="g10"> + <rect + y="2" + x="2" + height="6.5" + width="6.5" + id="rect1017" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> <path - sodipodi:nodetypes="cccccc" - inkscape:transform-center-y="-3.2353996" - inkscape:transform-center-x="3.2589415" - id="path832" - d="M 2,6.5 V 2 H 6.5 V 4 H 4 v 2.5" - style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + id="path1019" + d="M 13,13 9.5,9.5 h -1 L 12,13 Z" + style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" /> <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 8.4943411,1.9764581 h 4.4999999 v 4.5 h -2 v -2.5 H 8.4943411" - id="path860" - inkscape:transform-center-x="-3.2353995" - inkscape:transform-center-y="-3.2589415" - sodipodi:nodetypes="cccccc" /> + id="path1021" + d="M 11,13 7.5,9.5 h -1 L 10,13 Z" + style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" /> <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 13.017883,8.4707992 v 4.4999998 h -4.5 v -2 h 2.5 V 8.4707992" - id="path862" - inkscape:transform-center-x="-3.2589415" - inkscape:transform-center-y="3.2353995" - sodipodi:nodetypes="cccccc" /> + id="path1025" + d="M 9,13 6.5,10.5 v 1 L 8,13 Z" + style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" /> <path - sodipodi:nodetypes="cccccc" - inkscape:transform-center-y="3.2589415" - inkscape:transform-center-x="3.2353995" - id="path864" - d="M 6.5235419,12.994341 H 2.023542 V 8.4943411 h 2 v 2.4999999 h 2.4999999" + sodipodi:nodetypes="ccccc" + id="path1027" + d="M 13,12 9.5,8.5 v -1 L 13,11 Z" style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + id="path1029" + d="M 7,13 6.5,12.5 V 13 Z" + style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" /> + <path + sodipodi:nodetypes="ccccc" + id="path1031" + d="M 13,10 9.5,6.5 h 1 L 13,9 Z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + id="path1033" + d="M 13,8 11.5,6.5 h 1 L 13,7 Z" + style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" /> </g> </svg> diff --git a/data/elementary/themes/img/lock.svg b/data/elementary/themes/img/stacking-bottom.svg similarity index 64% copy from data/elementary/themes/img/lock.svg copy to data/elementary/themes/img/stacking-bottom.svg index dd4e0a16e3..6b6a8712fd 100644 --- a/data/elementary/themes/img/lock.svg +++ b/data/elementary/themes/img/stacking-bottom.svg @@ -12,9 +12,9 @@ width="15" height="15" viewBox="0 0 15 15" - sodipodi:docname="lock.svg" + sodipodi:docname="stacking-bottom.svg" inkscape:version="1.0 (4035a4fb49, 2020-05-01)" - inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/lock-015.png" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/stacking-bottom-015.png" inkscape:export-xdpi="96" inkscape:export-ydpi="96"> <metadata @@ -41,17 +41,21 @@ guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1012" + inkscape:window-width="1756" + inkscape:window-height="1372" id="namedview4" showgrid="true" - inkscape:zoom="55.466667" + inkscape:zoom="70.2" inkscape:cx="7.5" inkscape:cy="7.5" - inkscape:window-x="0" + inkscape:window-x="804" inkscape:window-y="0" inkscape:window-maximized="0" - inkscape:current-layer="g10"> + inkscape:current-layer="g10" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> <inkscape:grid type="xygrid" id="grid837" @@ -62,16 +66,26 @@ inkscape:groupmode="layer" inkscape:label="Image" id="g10"> - <path - d="M 7.5 2 A 4.5 4.5 0 0 0 3 6.5 A 4.5 4.5 0 0 0 7.5 11 A 4.5 4.5 0 0 0 12 6.5 A 4.5 4.5 0 0 0 7.5 2 z M 7.5 4 A 2.5 2.5 0 0 1 10 6.5 A 2.5 2.5 0 0 1 7.5 9 A 2.5 2.5 0 0 1 5 6.5 A 2.5 2.5 0 0 1 7.5 4 z " - style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round" - id="path890" /> <rect - y="6.4764581" + y="6.5" + x="4" + height="2" + width="7" + id="rect893" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.1909;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <rect + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="rect895" + width="11" + height="2" x="2" - height="6.5235419" - width="10.994341" - id="rect884" - style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round" /> + y="11" /> + <rect + y="2" + x="4" + height="2" + width="7" + id="rect897" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.1909;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> </g> </svg> diff --git a/data/elementary/themes/img/lock.svg b/data/elementary/themes/img/stacking-normal.svg similarity index 63% copy from data/elementary/themes/img/lock.svg copy to data/elementary/themes/img/stacking-normal.svg index dd4e0a16e3..2167305d2f 100644 --- a/data/elementary/themes/img/lock.svg +++ b/data/elementary/themes/img/stacking-normal.svg @@ -12,9 +12,9 @@ width="15" height="15" viewBox="0 0 15 15" - sodipodi:docname="lock.svg" + sodipodi:docname="stacking-normal.svg" inkscape:version="1.0 (4035a4fb49, 2020-05-01)" - inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/lock-015.png" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/stacking-normal-015.png" inkscape:export-xdpi="96" inkscape:export-ydpi="96"> <metadata @@ -41,17 +41,21 @@ guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1012" + inkscape:window-width="1756" + inkscape:window-height="1372" id="namedview4" showgrid="true" - inkscape:zoom="55.466667" + inkscape:zoom="70.2" inkscape:cx="7.5" - inkscape:cy="7.5" - inkscape:window-x="0" + inkscape:cy="7.5071225" + inkscape:window-x="804" inkscape:window-y="0" inkscape:window-maximized="0" - inkscape:current-layer="g10"> + inkscape:current-layer="g10" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> <inkscape:grid type="xygrid" id="grid837" @@ -62,16 +66,26 @@ inkscape:groupmode="layer" inkscape:label="Image" id="g10"> - <path - d="M 7.5 2 A 4.5 4.5 0 0 0 3 6.5 A 4.5 4.5 0 0 0 7.5 11 A 4.5 4.5 0 0 0 12 6.5 A 4.5 4.5 0 0 0 7.5 2 z M 7.5 4 A 2.5 2.5 0 0 1 10 6.5 A 2.5 2.5 0 0 1 7.5 9 A 2.5 2.5 0 0 1 5 6.5 A 2.5 2.5 0 0 1 7.5 4 z " - style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round" - id="path890" /> <rect - y="6.4764581" + y="2" + x="4" + height="2" + width="7" + id="rect893" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.1909;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <rect + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="rect895" + width="11" + height="2" x="2" - height="6.5235419" - width="10.994341" - id="rect884" - style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round" /> + y="6.5" /> + <rect + y="11" + x="4" + height="2" + width="7" + id="rect897" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.1909;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> </g> </svg> diff --git a/data/elementary/themes/img/lock.svg b/data/elementary/themes/img/stacking-top.svg similarity index 64% copy from data/elementary/themes/img/lock.svg copy to data/elementary/themes/img/stacking-top.svg index dd4e0a16e3..653c6eeb7f 100644 --- a/data/elementary/themes/img/lock.svg +++ b/data/elementary/themes/img/stacking-top.svg @@ -12,9 +12,9 @@ width="15" height="15" viewBox="0 0 15 15" - sodipodi:docname="lock.svg" + sodipodi:docname="stacking-top.svg" inkscape:version="1.0 (4035a4fb49, 2020-05-01)" - inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/lock-015.png" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/stacking-top-015.png" inkscape:export-xdpi="96" inkscape:export-ydpi="96"> <metadata @@ -41,17 +41,21 @@ guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1012" + inkscape:window-width="1756" + inkscape:window-height="1372" id="namedview4" showgrid="true" - inkscape:zoom="55.466667" + inkscape:zoom="70.2" inkscape:cx="7.5" inkscape:cy="7.5" - inkscape:window-x="0" + inkscape:window-x="804" inkscape:window-y="0" inkscape:window-maximized="0" - inkscape:current-layer="g10"> + inkscape:current-layer="g10" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> <inkscape:grid type="xygrid" id="grid837" @@ -62,16 +66,26 @@ inkscape:groupmode="layer" inkscape:label="Image" id="g10"> - <path - d="M 7.5 2 A 4.5 4.5 0 0 0 3 6.5 A 4.5 4.5 0 0 0 7.5 11 A 4.5 4.5 0 0 0 12 6.5 A 4.5 4.5 0 0 0 7.5 2 z M 7.5 4 A 2.5 2.5 0 0 1 10 6.5 A 2.5 2.5 0 0 1 7.5 9 A 2.5 2.5 0 0 1 5 6.5 A 2.5 2.5 0 0 1 7.5 4 z " - style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round" - id="path890" /> <rect - y="6.4764581" + y="6.5" + x="4" + height="2" + width="7" + id="rect893" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.1909;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <rect + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="rect895" + width="11" + height="2" x="2" - height="6.5235419" - width="10.994341" - id="rect884" - style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round" /> + y="2" /> + <rect + y="11" + x="4" + height="2" + width="7" + id="rect897" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.1909;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> </g> </svg> diff --git a/data/elementary/themes/img/resize.svg b/data/elementary/themes/img/stacking.svg similarity index 55% copy from data/elementary/themes/img/resize.svg copy to data/elementary/themes/img/stacking.svg index a3d1a43efe..f62e4153bb 100644 --- a/data/elementary/themes/img/resize.svg +++ b/data/elementary/themes/img/stacking.svg @@ -12,9 +12,9 @@ width="15" height="15" viewBox="0 0 15 15" - sodipodi:docname="resize.svg" + sodipodi:docname="stacking.svg" inkscape:version="1.0 (4035a4fb49, 2020-05-01)" - inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/resize-015.png" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/stacking-015.png" inkscape:export-xdpi="96" inkscape:export-ydpi="96"> <metadata @@ -41,17 +41,21 @@ guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1012" + inkscape:window-width="1756" + inkscape:window-height="1372" id="namedview4" showgrid="true" - inkscape:zoom="55.466667" + inkscape:zoom="70.2" inkscape:cx="7.5" - inkscape:cy="7.5" - inkscape:window-x="0" + inkscape:cy="7.5071225" + inkscape:window-x="804" inkscape:window-y="0" inkscape:window-maximized="0" - inkscape:current-layer="g10"> + inkscape:current-layer="g10" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> <inkscape:grid type="xygrid" id="grid837" @@ -62,33 +66,36 @@ inkscape:groupmode="layer" inkscape:label="Image" id="g10"> + <rect + y="2" + x="4" + height="2" + width="7" + id="rect893" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.1909;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <rect + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="rect895" + width="11" + height="2" + x="2" + y="6.5" /> + <rect + y="11" + x="4" + height="2" + width="7" + id="rect897" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.1909;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> <path - sodipodi:nodetypes="cccccc" - inkscape:transform-center-y="-3.2353996" - inkscape:transform-center-x="3.2589415" - id="path832" - d="M 2,6.5 V 2 H 6.5 V 4 H 4 v 2.5" + sodipodi:nodetypes="cccc" + id="path899" + d="M 7.5,4 5,6.5 h 5 z" style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> <path + sodipodi:nodetypes="cccc" 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 8.4943411,1.9764581 h 4.4999999 v 4.5 h -2 v -2.5 H 8.4943411" - id="path860" - inkscape:transform-center-x="-3.2353995" - inkscape:transform-center-y="-3.2589415" - sodipodi:nodetypes="cccccc" /> - <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 13.017883,8.4707992 v 4.4999998 h -4.5 v -2 h 2.5 V 8.4707992" - id="path862" - inkscape:transform-center-x="-3.2589415" - inkscape:transform-center-y="3.2353995" - sodipodi:nodetypes="cccccc" /> - <path - sodipodi:nodetypes="cccccc" - inkscape:transform-center-y="3.2589415" - inkscape:transform-center-x="3.2353995" - id="path864" - d="M 6.5235419,12.994341 H 2.023542 V 8.4943411 h 2 v 2.4999999 h 2.4999999" - 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 7.5,11 5,8.5 h 5 z" + id="path901" /> </g> </svg> diff --git a/data/elementary/themes/img/unlock.svg b/data/elementary/themes/img/unlock.svg new file mode 100644 index 0000000000..65dc53ad78 --- /dev/null +++ b/data/elementary/themes/img/unlock.svg @@ -0,0 +1,79 @@ +<?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="96" + inkscape:export-xdpi="96" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/unlock-015.png" + inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + sodipodi:docname="unlock.svg" + viewBox="0 0 15 15" + height="15" + width="15" + 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:snap-bbox="true" + inkscape:current-layer="g10" + inkscape:window-maximized="0" + inkscape:window-y="0" + inkscape:window-x="384" + inkscape:cy="7.5062035" + inkscape:cx="7.5" + inkscape:zoom="80.6" + showgrid="true" + id="namedview4" + inkscape:window-height="1372" + inkscape:window-width="1920" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + guidetolerance="10" + gridtolerance="10" + objecttolerance="10" + borderopacity="1" + bordercolor="#666666" + pagecolor="#404040" + inkscape:document-rotation="0"> + <inkscape:grid + spacingy="0.5" + spacingx="0.5" + id="grid837" + type="xygrid" /> + </sodipodi:namedview> + <g + id="g10" + inkscape:label="Image" + inkscape:groupmode="layer"> + <rect + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.40593;stroke-linecap:round;stroke-linejoin:round" + id="rect884" + width="8" + height="6.5" + x="3.5" + y="6.5" /> + <path + d="M 12.099609 2.0039062 C 11.311341 1.9781013 10.513433 2.2162841 9.8535156 2.7226562 C 8.9707466 3.4000288 8.5002504 4.4396254 8.4980469 5.5 L 8.4804688 5.5 L 8.4804688 8.5 L 10.480469 8.5 L 10.480469 5.5 L 10.5 5.5 C 10.499453 5.0470665 10.687467 4.6043141 11.070312 4.3105469 C 11.356616 4.0908579 11.69707 3.987043 12.033203 3.9980469 C 12.369337 4.0090509 12.701334 4.1351031 12.972656 4.3730469 C 13.000881 4.397799 13.019228 4.4287537 13.044922 4.4550781 L 14.455078 3.0449219 [...] + 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- [...] + id="path891" /> + </g> +</svg> --
