raster pushed a commit to branch feature/themes/flat. http://git.enlightenment.org/core/efl.git/commit/?id=3103ab0d9122842555bd6af6b823d90fc595bc5d
commit 3103ab0d9122842555bd6af6b823d90fc595bc5d Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Sun Oct 4 00:25:39 2020 +0100 TH - more icons --- data/elementary/themes/edc/elm/icon_fdo.edc | 25 ---- data/elementary/themes/edc/icons.edc | 6 + data/elementary/themes/ic.edc | 6 + data/elementary/themes/img/folder-documents.svg | 153 +++++++++++++++++++++ data/elementary/themes/img/folder-music.svg | 142 +++++++++++++++++++ data/elementary/themes/img/folder-pictures.svg | 152 ++++++++++++++++++++ data/elementary/themes/img/folder-recent.svg | 148 ++++++++++++++++++++ data/elementary/themes/img/folder-videos.svg | 147 ++++++++++++++++++++ data/elementary/themes/img/folder-visiting.svg | 142 +++++++++++++++++++ .../themes/img/ic/folder-documents-040.png | Bin 0 -> 480 bytes .../themes/img/ic/folder-documents-080.png | Bin 0 -> 781 bytes .../themes/img/ic/folder-documents-160.png | Bin 0 -> 1337 bytes data/elementary/themes/img/ic/folder-music-040.png | Bin 0 -> 530 bytes data/elementary/themes/img/ic/folder-music-080.png | Bin 0 -> 940 bytes data/elementary/themes/img/ic/folder-music-160.png | Bin 0 -> 1681 bytes .../themes/img/ic/folder-pictures-040.png | Bin 0 -> 581 bytes .../themes/img/ic/folder-pictures-080.png | Bin 0 -> 982 bytes .../themes/img/ic/folder-pictures-160.png | Bin 0 -> 1760 bytes .../elementary/themes/img/ic/folder-recent-040.png | Bin 0 -> 784 bytes .../elementary/themes/img/ic/folder-recent-080.png | Bin 0 -> 1478 bytes .../elementary/themes/img/ic/folder-recent-160.png | Bin 0 -> 2839 bytes .../elementary/themes/img/ic/folder-videos-040.png | Bin 0 -> 485 bytes .../elementary/themes/img/ic/folder-videos-080.png | Bin 0 -> 794 bytes .../elementary/themes/img/ic/folder-videos-160.png | Bin 0 -> 1352 bytes .../themes/img/ic/folder-visiting-040.png | Bin 0 -> 611 bytes .../themes/img/ic/folder-visiting-080.png | Bin 0 -> 1132 bytes .../themes/img/ic/folder-visiting-160.png | Bin 0 -> 2092 bytes 27 files changed, 896 insertions(+), 25 deletions(-) diff --git a/data/elementary/themes/edc/elm/icon_fdo.edc b/data/elementary/themes/edc/elm/icon_fdo.edc index 23cd213a93..42b75bb0a8 100644 --- a/data/elementary/themes/edc/elm/icon_fdo.edc +++ b/data/elementary/themes/edc/elm/icon_fdo.edc @@ -24,7 +24,6 @@ * */ - // Single FDO icon #define ICO1(Cat, Name, Size) \ group { name: "elm/icon/"##Name##"/default"; \ @@ -37,7 +36,6 @@ aspect: 1.0 1.0; aspect_preference: BOTH; \ } } } } - // FDO icon with small and normal source (16 and 128px) #define ICO2(Cat, Name) \ group { name: "elm/icon/"##Name##"/default"; \ @@ -61,7 +59,6 @@ aspect: 1.0 1.0; aspect_preference: BOTH; \ } } } } - // Flag icon #define FLAG(Cat, Name) \ group { name: "elm/icon/"##Name##"/default"; \ @@ -74,18 +71,6 @@ aspect_preference: SOURCE; \ } } } } - -//// places ///////////////////////////////////////////////////////////////// -#define CTX "places" -ICO2(CTX, "folder-recent") /* */ -ICO2(CTX, "folder-documents") /* */ -ICO2(CTX, "folder-pictures") /* */ -ICO2(CTX, "folder-music") /* */ -ICO2(CTX, "folder-videos") /* */ -ICO2(CTX, "folder-visiting") /* spec have this icon in the Status category */ -#undef CTX - - //// emblems //////////////////////////////////////////////////////////////// #define CTX "emblems" ICO1(CTX, "emblem-default", 96) @@ -104,7 +89,6 @@ ICO1(CTX, "emblem-synchronized", 96) ICO1(CTX, "emblem-synchronizing", 96) /* */ #undef CTX - //// actions //////////////////////////////////////////////////////////////// #define CTX "actions" ICO1(CTX, "address-book-new", 128) @@ -236,10 +220,8 @@ ICO1(CTX, "zoom-original", 128) ICO1(CTX, "zoom-fit", 128) /* */ ICO1(CTX, "zoom-fill", 128) /* */ ICO1(CTX, "zoom-fit-best", 128) - #undef CTX - //// status ///////////////////////////////////////////////////////////// #define CTX "status" ICO1(CTX, "appointment-missed", 128) @@ -343,13 +325,11 @@ ICO1(CTX, "non-starred", 128) /* */ // folder-drag-accept /* in the Places category */ #undef CTX - //// animations ///////////////////////////////////////////////////////////// #define CTX "animations" // TODO process-working #undef CTX - //// applications /////////////////////////////////////////////////////////// #define CTX "apps" // TODO accessories-calculator @@ -370,7 +350,6 @@ ICO1(CTX, "preferences-desktop-wallpaper", 64) ICO1(CTX, "system-file-manager", 64) #undef CTX - //// categories ///////////////////////////////////////////////////////////// #define CTX "categories" ICO2(CTX, "applications-accessories") @@ -394,7 +373,6 @@ ICO1(CTX, "preferences-other", 128) // TODO system-help #undef CTX - //// devices //////////////////////////////////////////////////////////////// #define CTX "devices" ICO1(CTX, "audio-card", 128) @@ -443,7 +421,6 @@ ICO1(CTX, "network-wired", 128) ICO1(CTX, "network-wireless", 128) #undef CTX - //// emotions /////////////////////////////////////////////////////////////// #define CTX "emotions" // TODO face-angel @@ -469,7 +446,6 @@ ICO1(CTX, "network-wireless", 128) // TODO face-worried #undef CTX - //// international ////////////////////////////////////////////////////////// // Country flags, ISO 3166-1 alpha-2 country code (flag-aa) #define CTX "intl" @@ -570,4 +546,3 @@ FLAG(CTX, "flag-za") #undef ICO1 #undef ICO2 #undef FLAG - diff --git a/data/elementary/themes/edc/icons.edc b/data/elementary/themes/edc/icons.edc index 93c9bf0d93..1ad8322b9a 100644 --- a/data/elementary/themes/edc/icons.edc +++ b/data/elementary/themes/edc/icons.edc @@ -456,5 +456,11 @@ ICON("folder-remote", "i-folder-world") ICON("folder-open", "i-folder-open") ICON("folder-home", "i-folder-home") ICON("folder-download", "i-folder-download") +ICON("folder-recent", "i-folder-recent") +ICON("folder-documents", "i-folder-documents") +ICON("folder-pictures", "i-folder-pictures") +ICON("folder-music", "i-folder-music") +ICON("folder-videos", "i-folder-videos") +ICON("folder-visiting", "i-folder-visiting") #undef ICON diff --git a/data/elementary/themes/ic.edc b/data/elementary/themes/ic.edc index e70892513e..2a8ae1cf3a 100644 --- a/data/elementary/themes/ic.edc +++ b/data/elementary/themes/ic.edc @@ -291,6 +291,12 @@ I160("i-folder-dropin", "folder-dropin") I160("i-folder-world", "folder-world") I160("i-folder-home", "folder-home") I160("i-folder-download", "folder-download") +I160("i-folder-recent", "folder-recent") +I160("i-folder-documents", "folder-documents") +I160("i-folder-pictures", "folder-pictures") +I160("i-folder-music", "folder-music") +I160("i-folder-videos", "folder-videos") +I160("i-folder-visiting", "folder-visiting") /////////////////////////////////////////////////////////////////////////////// // larger mono icons (mostly efm or settings) diff --git a/data/elementary/themes/img/folder-documents.svg b/data/elementary/themes/img/folder-documents.svg new file mode 100644 index 0000000000..06f52ecc51 --- /dev/null +++ b/data/elementary/themes/img/folder-documents.svg @@ -0,0 +1,153 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="svg2" + width="80" + height="80" + viewBox="0 0 80 80" + sodipodi:docname="folder-documents.svg" + inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/folder-documents-040.png" + inkscape:export-xdpi="48" + inkscape:export-ydpi="48"> + <metadata + id="metadata8"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6"> + <mask + maskUnits="userSpaceOnUse" + id="mask947"> + <rect + style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round" + id="rect949" + width="60" + height="40" + x="10" + y="5" /> + </mask> + <mask + id="mask3567" + maskUnits="userSpaceOnUse"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z" + id="path3569" + sodipodi:nodetypes="zzzzz" /> + </mask> + <clipPath + id="clipPath922" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + id="clipPath922-6" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924-7" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + </defs> + <sodipodi:namedview + inkscape:document-rotation="0" + pagecolor="#404040" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1920" + inkscape:window-height="1017" + id="namedview4" + showgrid="true" + inkscape:zoom="10.4625" + inkscape:cx="40" + inkscape:cy="40" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="g10" + showguides="false" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:snap-others="false" + inkscape:snap-nodes="true" + inkscape:bbox-paths="true"> + <inkscape:grid + type="xygrid" + id="grid837" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path871" + d="M 10,64.00005 H 70 V 18.000024 c 2e-6,-4.000026 2e-6,-4.000026 -4,-4.000026 H 14 c -4,0 -4,0 -4,4.000026 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + transform="matrix(7.5590552,0,0,7.5590552,-2e-7,-2169.0394)" + clip-path="url(#clipPath922-6)" + style="fill:#000000;fill-opacity:0.22;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 0.79374997,294.88333 v -4.7625 c 0,-0.79375 0,-0.79375 0.79375003,-0.79375 h 4.2333333 c 0.7937501,0 10e-8,-1.05833 0.79375,-1.05833 h 1.8520833 c 0.7937501,0 0.7937501,0.26458 0.79375,1.05833 l 1e-7,5.55625 c 0,0.79375 0,0.79375 -0.79375,0.79375 H 1.5875 c -0.79375003,0 -0.79375003,0 -0.79375003,-0.79375 z" + id="path905" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccc" /> + <path + style="fill:#fff078;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 8,62 V 25.999998 c 0,-6 0,-6 6,-6 h 32 c 8,0 0,-7.999974 8,-7.999974 h 12 c 6,0 6,0 6,6 V 62 c 0,6 0,6 -6,6 H 14 C 8,68 8,68 8,62 Z" + id="path907" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccc" /> + <rect + y="60" + x="8.0000038" + height="1.9999999" + width="63.999996" + id="rect919" + style="opacity:1;fill:#000000;fill-opacity:0.12549;stroke:none;stroke-width:7.55906;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + style="fill:#000000;fill-opacity:0.13;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 38,56 H 54 V 36 H 42 l -4,4 z" + id="path890" + sodipodi:nodetypes="cccccc" /> + <path + style="fill:#000000;fill-opacity:0.12549;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 36,50 H 32 V 34 l 4,-4 h 12 v 4 h -7 l -5,5 z" + id="path898" + sodipodi:nodetypes="ccccccccc" /> + <path + style="fill:#000000;fill-opacity:0.12549;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 30,44 H 26 V 28 l 4,-4 h 12 v 4 h -7 l -5,5 z" + id="path900" + sodipodi:nodetypes="ccccccccc" /> + </g> +</svg> diff --git a/data/elementary/themes/img/folder-music.svg b/data/elementary/themes/img/folder-music.svg new file mode 100644 index 0000000000..bd1c343141 --- /dev/null +++ b/data/elementary/themes/img/folder-music.svg @@ -0,0 +1,142 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="svg2" + width="80" + height="80" + viewBox="0 0 80 80" + sodipodi:docname="folder-music.svg" + inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/folder-music-040.png" + inkscape:export-xdpi="48" + inkscape:export-ydpi="48"> + <metadata + id="metadata8"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6"> + <mask + maskUnits="userSpaceOnUse" + id="mask947"> + <rect + style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round" + id="rect949" + width="60" + height="40" + x="10" + y="5" /> + </mask> + <mask + id="mask3567" + maskUnits="userSpaceOnUse"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z" + id="path3569" + sodipodi:nodetypes="zzzzz" /> + </mask> + <clipPath + id="clipPath922" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + id="clipPath922-6" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924-7" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + </defs> + <sodipodi:namedview + inkscape:document-rotation="0" + pagecolor="#404040" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1920" + inkscape:window-height="1017" + id="namedview4" + showgrid="true" + inkscape:zoom="10.4625" + inkscape:cx="40" + inkscape:cy="40" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="g10" + showguides="false" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:snap-others="false" + inkscape:snap-nodes="true" + inkscape:bbox-paths="true"> + <inkscape:grid + type="xygrid" + id="grid837" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path871" + d="M 10,64.00005 H 70 V 18.000024 c 2e-6,-4.000026 2e-6,-4.000026 -4,-4.000026 H 14 c -4,0 -4,0 -4,4.000026 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + transform="matrix(7.5590552,0,0,7.5590552,-2e-7,-2169.0394)" + clip-path="url(#clipPath922-6)" + style="fill:#000000;fill-opacity:0.22;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 0.79374997,294.88333 v -4.7625 c 0,-0.79375 0,-0.79375 0.79375003,-0.79375 h 4.2333333 c 0.7937501,0 10e-8,-1.05833 0.79375,-1.05833 h 1.8520833 c 0.7937501,0 0.7937501,0.26458 0.79375,1.05833 l 1e-7,5.55625 c 0,0.79375 0,0.79375 -0.79375,0.79375 H 1.5875 c -0.79375003,0 -0.79375003,0 -0.79375003,-0.79375 z" + id="path905" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccc" /> + <path + style="fill:#fff078;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 8,62 V 25.999998 c 0,-6 0,-6 6,-6 h 32 c 8,0 0,-7.999974 8,-7.999974 h 12 c 6,0 6,0 6,6 V 62 c 0,6 0,6 -6,6 H 14 C 8,68 8,68 8,62 Z" + id="path907" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccc" /> + <rect + y="60" + x="8.0000038" + height="1.9999999" + width="63.999996" + id="rect919" + style="opacity:1;fill:#000000;fill-opacity:0.12549;stroke:none;stroke-width:7.55906;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path949" + style="fill:#000000;fill-opacity:0.12549;stroke:none;stroke-width:3.77953;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 56,24 -24,4 v 2 6 8.34375 A 6,6 0 0 0 30,44 a 6,6 0 0 0 -6,6 6,6 0 0 0 6,6 6,6 0 0 0 6,-6 V 35.5 l 16,-2 V 44.34375 A 6,6 0 0 0 50,44 a 6,6 0 0 0 -6,6 6,6 0 0 0 6,6 6,6 0 0 0 6,-6 V 33 30 Z" /> + </g> +</svg> diff --git a/data/elementary/themes/img/folder-pictures.svg b/data/elementary/themes/img/folder-pictures.svg new file mode 100644 index 0000000000..496f434b3f --- /dev/null +++ b/data/elementary/themes/img/folder-pictures.svg @@ -0,0 +1,152 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="svg2" + width="80" + height="80" + viewBox="0 0 80 80" + sodipodi:docname="folder-pictures.svg" + inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/folder-pictures-040.png" + inkscape:export-xdpi="48" + inkscape:export-ydpi="48"> + <metadata + id="metadata8"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6"> + <mask + maskUnits="userSpaceOnUse" + id="mask947"> + <rect + style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round" + id="rect949" + width="60" + height="40" + x="10" + y="5" /> + </mask> + <mask + id="mask3567" + maskUnits="userSpaceOnUse"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z" + id="path3569" + sodipodi:nodetypes="zzzzz" /> + </mask> + <clipPath + id="clipPath922" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + id="clipPath922-6" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924-7" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + </defs> + <sodipodi:namedview + inkscape:document-rotation="0" + pagecolor="#404040" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1920" + inkscape:window-height="1017" + id="namedview4" + showgrid="true" + inkscape:zoom="10.4625" + inkscape:cx="40" + inkscape:cy="39.713262" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="g10" + showguides="false" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:snap-others="false" + inkscape:snap-nodes="true" + inkscape:bbox-paths="true"> + <inkscape:grid + type="xygrid" + id="grid837" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path871" + d="M 10,64.00005 H 70 V 18.000024 c 2e-6,-4.000026 2e-6,-4.000026 -4,-4.000026 H 14 c -4,0 -4,0 -4,4.000026 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + transform="matrix(7.5590552,0,0,7.5590552,-2e-7,-2169.0394)" + clip-path="url(#clipPath922-6)" + style="fill:#000000;fill-opacity:0.22;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 0.79374997,294.88333 v -4.7625 c 0,-0.79375 0,-0.79375 0.79375003,-0.79375 h 4.2333333 c 0.7937501,0 10e-8,-1.05833 0.79375,-1.05833 h 1.8520833 c 0.7937501,0 0.7937501,0.26458 0.79375,1.05833 l 1e-7,5.55625 c 0,0.79375 0,0.79375 -0.79375,0.79375 H 1.5875 c -0.79375003,0 -0.79375003,0 -0.79375003,-0.79375 z" + id="path905" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccc" /> + <path + style="fill:#fff078;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 8,62 V 25.999998 c 0,-6 0,-6 6,-6 h 32 c 8,0 0,-7.999974 8,-7.999974 h 12 c 6,0 6,0 6,6 V 62 c 0,6 0,6 -6,6 H 14 C 8,68 8,68 8,62 Z" + id="path907" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccc" /> + <rect + y="60" + x="8.0000038" + height="1.9999999" + width="63.999996" + id="rect919" + style="opacity:1;fill:#000000;fill-opacity:0.12549;stroke:none;stroke-width:7.55906;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="rect920" + style="fill:#000000;fill-opacity:0.12549;stroke:none;stroke-width:3.77953;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 16 24 L 16 56 L 64 56 L 64 24 L 16 24 z M 20 28 L 60 28 L 60 52 L 20 52 L 20 28 z " /> + <path + style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:0.12549001" + d="m 25,48 v -8 l 7,-8 11,11 6,-5 7,3 v 7 z" + id="path927" /> + <circle + style="fill:#000000;fill-opacity:0.12549;stroke:none;stroke-width:3.77953;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path929" + cx="44" + cy="35" + r="3" /> + </g> +</svg> diff --git a/data/elementary/themes/img/folder-recent.svg b/data/elementary/themes/img/folder-recent.svg new file mode 100644 index 0000000000..d56a463896 --- /dev/null +++ b/data/elementary/themes/img/folder-recent.svg @@ -0,0 +1,148 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="svg2" + width="80" + height="80" + viewBox="0 0 80 80" + sodipodi:docname="folder-recent.svg" + inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/folder-recent-040.png" + inkscape:export-xdpi="48" + inkscape:export-ydpi="48"> + <metadata + id="metadata8"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6"> + <mask + maskUnits="userSpaceOnUse" + id="mask947"> + <rect + style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round" + id="rect949" + width="60" + height="40" + x="10" + y="5" /> + </mask> + <mask + id="mask3567" + maskUnits="userSpaceOnUse"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z" + id="path3569" + sodipodi:nodetypes="zzzzz" /> + </mask> + <clipPath + id="clipPath922" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + id="clipPath922-6" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924-7" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + </defs> + <sodipodi:namedview + inkscape:document-rotation="0" + pagecolor="#404040" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1920" + inkscape:window-height="1017" + id="namedview4" + showgrid="true" + inkscape:zoom="10.4625" + inkscape:cx="40" + inkscape:cy="40" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="g10" + showguides="false" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:snap-others="false" + inkscape:snap-nodes="true" + inkscape:bbox-paths="true"> + <inkscape:grid + type="xygrid" + id="grid837" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path871" + d="M 10,64.00005 H 70 V 18.000024 c 2e-6,-4.000026 2e-6,-4.000026 -4,-4.000026 H 14 c -4,0 -4,0 -4,4.000026 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + transform="matrix(7.5590552,0,0,7.5590552,-2e-7,-2169.0394)" + clip-path="url(#clipPath922-6)" + style="fill:#000000;fill-opacity:0.22;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 0.79374997,294.88333 v -4.7625 c 0,-0.79375 0,-0.79375 0.79375003,-0.79375 h 4.2333333 c 0.7937501,0 10e-8,-1.05833 0.79375,-1.05833 h 1.8520833 c 0.7937501,0 0.7937501,0.26458 0.79375,1.05833 l 1e-7,5.55625 c 0,0.79375 0,0.79375 -0.79375,0.79375 H 1.5875 c -0.79375003,0 -0.79375003,0 -0.79375003,-0.79375 z" + id="path905" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccc" /> + <path + style="fill:#fff078;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 8,62 V 25.999998 c 0,-6 0,-6 6,-6 h 32 c 8,0 0,-7.999974 8,-7.999974 h 12 c 6,0 6,0 6,6 V 62 c 0,6 0,6 -6,6 H 14 C 8,68 8,68 8,62 Z" + id="path907" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccc" /> + <rect + y="60" + x="8" + height="1.9999999" + width="63.999996" + id="rect919" + style="opacity:1;fill:#000000;fill-opacity:0.12549;stroke:none;stroke-width:7.55906;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration- [...] + d="M 40 28.109375 A 1.8897638 1.8897638 0 0 0 38.109375 30 L 38.109375 40 A 1.8899528 1.8899528 0 0 0 38.664062 41.335938 L 43.664062 46.335938 A 1.8897638 1.8897638 0 0 0 46.335938 46.335938 A 1.8897638 1.8897638 0 0 0 46.335938 43.664062 L 41.890625 39.216797 L 41.890625 30 A 1.8897638 1.8897638 0 0 0 40 28.109375 z " + id="path870" /> + <path + id="path861" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration- [...] + d="m 44.384312,56.318393 c 7.375107,-1.976154 12.518398,-8.680038 12.518397,-16.31531 0,-7.635272 -5.143114,-14.337745 -12.518221,-16.313899 -6.5961,-1.767419 -13.52775,0.640785 -17.651723,5.897901 l -0.715608,-2.670687 -3.649851,0.977975 2.319115,8.655051 8.655052,-2.319113 -0.977975,-3.649851 -1.971665,0.528307 c 3.24951,-3.521281 8.231426,-5.050716 13.014879,-3.768994 5.740399,1.538133 9.715805,6.721023 9.715805,12.66392 -1e-6,5.942899 -3.976495,11.124049 -9.716893,12.662183 z" + inkscape:transform-center-x="0.37182612" + inkscape:transform-center-y="-0.28340004" /> + </g> +</svg> diff --git a/data/elementary/themes/img/folder-videos.svg b/data/elementary/themes/img/folder-videos.svg new file mode 100644 index 0000000000..feaa4d71bd --- /dev/null +++ b/data/elementary/themes/img/folder-videos.svg @@ -0,0 +1,147 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="svg2" + width="80" + height="80" + viewBox="0 0 80 80" + sodipodi:docname="folder-videos.svg" + inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/folder-videos-040.png" + inkscape:export-xdpi="48" + inkscape:export-ydpi="48"> + <metadata + id="metadata8"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6"> + <mask + maskUnits="userSpaceOnUse" + id="mask947"> + <rect + style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round" + id="rect949" + width="60" + height="40" + x="10" + y="5" /> + </mask> + <mask + id="mask3567" + maskUnits="userSpaceOnUse"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z" + id="path3569" + sodipodi:nodetypes="zzzzz" /> + </mask> + <clipPath + id="clipPath922" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + id="clipPath922-6" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924-7" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + </defs> + <sodipodi:namedview + inkscape:document-rotation="0" + pagecolor="#404040" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1920" + inkscape:window-height="1017" + id="namedview4" + showgrid="true" + inkscape:zoom="10.4625" + inkscape:cx="40" + inkscape:cy="40" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="g10" + showguides="false" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:snap-others="false" + inkscape:snap-nodes="true" + inkscape:bbox-paths="true"> + <inkscape:grid + type="xygrid" + id="grid837" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path871" + d="M 10,64.00005 H 70 V 18.000024 c 2e-6,-4.000026 2e-6,-4.000026 -4,-4.000026 H 14 c -4,0 -4,0 -4,4.000026 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + transform="matrix(7.5590552,0,0,7.5590552,-2e-7,-2169.0394)" + clip-path="url(#clipPath922-6)" + style="fill:#000000;fill-opacity:0.22;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 0.79374997,294.88333 v -4.7625 c 0,-0.79375 0,-0.79375 0.79375003,-0.79375 h 4.2333333 c 0.7937501,0 10e-8,-1.05833 0.79375,-1.05833 h 1.8520833 c 0.7937501,0 0.7937501,0.26458 0.79375,1.05833 l 1e-7,5.55625 c 0,0.79375 0,0.79375 -0.79375,0.79375 H 1.5875 c -0.79375003,0 -0.79375003,0 -0.79375003,-0.79375 z" + id="path905" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccc" /> + <path + style="fill:#fff078;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 8,62 V 25.999998 c 0,-6 0,-6 6,-6 h 32 c 8,0 0,-7.999974 8,-7.999974 h 12 c 6,0 6,0 6,6 V 62 c 0,6 0,6 -6,6 H 14 C 8,68 8,68 8,62 Z" + id="path907" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccc" /> + <rect + y="60" + x="8.0000038" + height="1.9999999" + width="63.999996" + id="rect919" + style="opacity:1;fill:#000000;fill-opacity:0.12549;stroke:none;stroke-width:7.55906;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="rect982" + style="fill:#000000;fill-opacity:0.12549;stroke:none;stroke-width:3.77953;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 16 24 L 16 32 L 24 32 L 24 48 L 16 48 L 16 56 L 64 56 L 64 48 L 56 48 L 56 32 L 64 32 L 64 24 L 16 24 z M 18 26 L 22 26 L 22 30 L 18 30 L 18 26 z M 26 26 L 30 26 L 30 30 L 26 30 L 26 26 z M 34 26 L 38 26 L 38 30 L 34 30 L 34 26 z M 42 26 L 46 26 L 46 30 L 42 30 L 42 26 z M 50 26 L 54 26 L 54 30 L 50 30 L 50 26 z M 58 26 L 62 26 L 62 30 L 58 30 L 58 26 z M 28 32 L 52 32 L 52 48 L 28 48 L 28 32 z M 18 50 L 22 50 L 22 54 L 18 54 L 18 50 z M 26 50 L 30 50 L 30 54 L 26 54 L 26 50 [...] + <path + style="fill:#000000;fill-opacity:0.12549;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 36,36 v 8 l 8,-4 z" + id="path1047" + sodipodi:nodetypes="cccc" /> + </g> +</svg> diff --git a/data/elementary/themes/img/folder-visiting.svg b/data/elementary/themes/img/folder-visiting.svg new file mode 100644 index 0000000000..ff84ff362e --- /dev/null +++ b/data/elementary/themes/img/folder-visiting.svg @@ -0,0 +1,142 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="svg2" + width="80" + height="80" + viewBox="0 0 80 80" + sodipodi:docname="folder-visiting.svg" + inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/folder-visiting-040.png" + inkscape:export-xdpi="48" + inkscape:export-ydpi="48"> + <metadata + id="metadata8"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6"> + <mask + maskUnits="userSpaceOnUse" + id="mask947"> + <rect + style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round" + id="rect949" + width="60" + height="40" + x="10" + y="5" /> + </mask> + <mask + id="mask3567" + maskUnits="userSpaceOnUse"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z" + id="path3569" + sodipodi:nodetypes="zzzzz" /> + </mask> + <clipPath + id="clipPath922" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + id="clipPath922-6" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924-7" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + </defs> + <sodipodi:namedview + inkscape:document-rotation="0" + pagecolor="#404040" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1920" + inkscape:window-height="1017" + id="namedview4" + showgrid="true" + inkscape:zoom="10.4625" + inkscape:cx="40" + inkscape:cy="40" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="g10" + showguides="false" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:snap-others="false" + inkscape:snap-nodes="true" + inkscape:bbox-paths="true"> + <inkscape:grid + type="xygrid" + id="grid837" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path871" + d="M 10,64.00005 H 70 V 18.000024 c 2e-6,-4.000026 2e-6,-4.000026 -4,-4.000026 H 14 c -4,0 -4,0 -4,4.000026 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + transform="matrix(7.5590552,0,0,7.5590552,-2e-7,-2169.0394)" + clip-path="url(#clipPath922-6)" + style="fill:#000000;fill-opacity:0.22;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 0.79374997,294.88333 v -4.7625 c 0,-0.79375 0,-0.79375 0.79375003,-0.79375 h 4.2333333 c 0.7937501,0 10e-8,-1.05833 0.79375,-1.05833 h 1.8520833 c 0.7937501,0 0.7937501,0.26458 0.79375,1.05833 l 1e-7,5.55625 c 0,0.79375 0,0.79375 -0.79375,0.79375 H 1.5875 c -0.79375003,0 -0.79375003,0 -0.79375003,-0.79375 z" + id="path905" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccc" /> + <path + style="fill:#fff078;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 8,62 V 25.999998 c 0,-6 0,-6 6,-6 h 32 c 8,0 0,-7.999974 8,-7.999974 h 12 c 6,0 6,0 6,6 V 62 c 0,6 0,6 -6,6 H 14 C 8,68 8,68 8,62 Z" + id="path907" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccc" /> + <rect + y="60" + x="8.0000038" + height="1.9999999" + width="63.999996" + id="rect919" + style="opacity:1;fill:#000000;fill-opacity:0.12549;stroke:none;stroke-width:7.55906;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path1067" + style="fill:#000000;fill-opacity:0.12549;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 40 24 C 36 24 32 28 32 32 C 32 36 40 56 40 56 C 40 56 48 36 48 32 C 48 28 44 24 40 24 z M 39.939453 28 A 4 4 0 0 1 40 28 A 4 4 0 0 1 44 32 A 4 4 0 0 1 40 36 A 4 4 0 0 1 36 32 A 4 4 0 0 1 39.939453 28 z " /> + </g> +</svg> diff --git a/data/elementary/themes/img/ic/folder-documents-040.png b/data/elementary/themes/img/ic/folder-documents-040.png new file mode 100644 index 0000000000..d890760f81 Binary files /dev/null and b/data/elementary/themes/img/ic/folder-documents-040.png differ diff --git a/data/elementary/themes/img/ic/folder-documents-080.png b/data/elementary/themes/img/ic/folder-documents-080.png new file mode 100644 index 0000000000..1ec845e926 Binary files /dev/null and b/data/elementary/themes/img/ic/folder-documents-080.png differ diff --git a/data/elementary/themes/img/ic/folder-documents-160.png b/data/elementary/themes/img/ic/folder-documents-160.png new file mode 100644 index 0000000000..4cd819626b Binary files /dev/null and b/data/elementary/themes/img/ic/folder-documents-160.png differ diff --git a/data/elementary/themes/img/ic/folder-music-040.png b/data/elementary/themes/img/ic/folder-music-040.png new file mode 100644 index 0000000000..372056ebed Binary files /dev/null and b/data/elementary/themes/img/ic/folder-music-040.png differ diff --git a/data/elementary/themes/img/ic/folder-music-080.png b/data/elementary/themes/img/ic/folder-music-080.png new file mode 100644 index 0000000000..520e7a199e Binary files /dev/null and b/data/elementary/themes/img/ic/folder-music-080.png differ diff --git a/data/elementary/themes/img/ic/folder-music-160.png b/data/elementary/themes/img/ic/folder-music-160.png new file mode 100644 index 0000000000..0d2af56c00 Binary files /dev/null and b/data/elementary/themes/img/ic/folder-music-160.png differ diff --git a/data/elementary/themes/img/ic/folder-pictures-040.png b/data/elementary/themes/img/ic/folder-pictures-040.png new file mode 100644 index 0000000000..24620a8fea Binary files /dev/null and b/data/elementary/themes/img/ic/folder-pictures-040.png differ diff --git a/data/elementary/themes/img/ic/folder-pictures-080.png b/data/elementary/themes/img/ic/folder-pictures-080.png new file mode 100644 index 0000000000..4b321b11e6 Binary files /dev/null and b/data/elementary/themes/img/ic/folder-pictures-080.png differ diff --git a/data/elementary/themes/img/ic/folder-pictures-160.png b/data/elementary/themes/img/ic/folder-pictures-160.png new file mode 100644 index 0000000000..8db11705d2 Binary files /dev/null and b/data/elementary/themes/img/ic/folder-pictures-160.png differ diff --git a/data/elementary/themes/img/ic/folder-recent-040.png b/data/elementary/themes/img/ic/folder-recent-040.png new file mode 100644 index 0000000000..1a57ddbc66 Binary files /dev/null and b/data/elementary/themes/img/ic/folder-recent-040.png differ diff --git a/data/elementary/themes/img/ic/folder-recent-080.png b/data/elementary/themes/img/ic/folder-recent-080.png new file mode 100644 index 0000000000..79ff97779d Binary files /dev/null and b/data/elementary/themes/img/ic/folder-recent-080.png differ diff --git a/data/elementary/themes/img/ic/folder-recent-160.png b/data/elementary/themes/img/ic/folder-recent-160.png new file mode 100644 index 0000000000..8c974230a0 Binary files /dev/null and b/data/elementary/themes/img/ic/folder-recent-160.png differ diff --git a/data/elementary/themes/img/ic/folder-videos-040.png b/data/elementary/themes/img/ic/folder-videos-040.png new file mode 100644 index 0000000000..d9718e1f3d Binary files /dev/null and b/data/elementary/themes/img/ic/folder-videos-040.png differ diff --git a/data/elementary/themes/img/ic/folder-videos-080.png b/data/elementary/themes/img/ic/folder-videos-080.png new file mode 100644 index 0000000000..80bdaf6dd9 Binary files /dev/null and b/data/elementary/themes/img/ic/folder-videos-080.png differ diff --git a/data/elementary/themes/img/ic/folder-videos-160.png b/data/elementary/themes/img/ic/folder-videos-160.png new file mode 100644 index 0000000000..b8aed7e382 Binary files /dev/null and b/data/elementary/themes/img/ic/folder-videos-160.png differ diff --git a/data/elementary/themes/img/ic/folder-visiting-040.png b/data/elementary/themes/img/ic/folder-visiting-040.png new file mode 100644 index 0000000000..4d408d3038 Binary files /dev/null and b/data/elementary/themes/img/ic/folder-visiting-040.png differ diff --git a/data/elementary/themes/img/ic/folder-visiting-080.png b/data/elementary/themes/img/ic/folder-visiting-080.png new file mode 100644 index 0000000000..ca83b24f7a Binary files /dev/null and b/data/elementary/themes/img/ic/folder-visiting-080.png differ diff --git a/data/elementary/themes/img/ic/folder-visiting-160.png b/data/elementary/themes/img/ic/folder-visiting-160.png new file mode 100644 index 0000000000..2350e812b9 Binary files /dev/null and b/data/elementary/themes/img/ic/folder-visiting-160.png differ --