diff options
author | Perberos <[email protected]> | 2012-03-21 21:21:25 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2012-03-21 21:21:25 -0300 |
commit | 373f711ef361d67874e58e584720e9c813fe9cac (patch) | |
tree | 1590cb4be52b99ae46e496f0f3dec9ac7e00aecf /icon-themes/ContrastHigh-SVG/scalable/actions-extra | |
parent | 00cdd7a3e31e793f5be7044f18e5ee77e2945b2b (diff) | |
download | mate-themes-373f711ef361d67874e58e584720e9c813fe9cac.tar.bz2 mate-themes-373f711ef361d67874e58e584720e9c813fe9cac.tar.xz |
renaming highcontrast to contrasthigh
Diffstat (limited to 'icon-themes/ContrastHigh-SVG/scalable/actions-extra')
3 files changed, 225 insertions, 0 deletions
diff --git a/icon-themes/ContrastHigh-SVG/scalable/actions-extra/Makefile.am b/icon-themes/ContrastHigh-SVG/scalable/actions-extra/Makefile.am new file mode 100644 index 00000000..b2424acf --- /dev/null +++ b/icon-themes/ContrastHigh-SVG/scalable/actions-extra/Makefile.am @@ -0,0 +1,12 @@ +themedir = $(datadir)/icons/ContrastHigh-SVG +size = scalable +context = actions + +icondir = $(themedir)/$(size)/$(context) + +icon_DATA = \ + bookmark-view.svg \ + history-view.svg + +EXTRA_DIST = \ + $(icon_DATA) diff --git a/icon-themes/ContrastHigh-SVG/scalable/actions-extra/bookmark-view.svg b/icon-themes/ContrastHigh-SVG/scalable/actions-extra/bookmark-view.svg new file mode 100644 index 00000000..5da2ab82 --- /dev/null +++ b/icon-themes/ContrastHigh-SVG/scalable/actions-extra/bookmark-view.svg @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + 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" + width="48px" + height="48px" + id="svg1872" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docbase="/home/luca/Progetti/Artwork/blackwhite-icon-theme/scalable/actions-extra" + sodipodi:docname="bookmark-view.svg"> + <defs + id="defs1874" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1" + inkscape:cx="33.679824" + inkscape:cy="10.63939" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:grid-points="true" + inkscape:window-width="1280" + inkscape:window-height="949" + inkscape:window-x="6" + inkscape:window-y="50" /> + <metadata + id="metadata1877"> + <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>Bookmark View</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti <[email protected]></dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>bookmark</rdf:li> + <rdf:li>view</rdf:li> + <rdf:li>edit</rdf:li> + <rdf:li>web</rdf:li> + <rdf:li>favorites</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:coverage>Manage bookmarks in web browser</dc:coverage> + <dc:description>A book with a bookmark</dc:description> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + ry="2.9590359" + rx="2.9601042" + y="6" + x="9" + height="36" + width="32" + id="rect2768" + style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:12;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1880" + width="32" + height="36" + x="9" + y="6" + rx="2.9601042" + ry="2.9590359" /> + <path + style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + d="M 20.591781,7 L 20.591781,32 L 27.183562,24 L 33.591781,32 L 33.591781,7" + id="path3655" + sodipodi:nodetypes="ccccc" /> + </g> +</svg> diff --git a/icon-themes/ContrastHigh-SVG/scalable/actions-extra/history-view.svg b/icon-themes/ContrastHigh-SVG/scalable/actions-extra/history-view.svg new file mode 100644 index 00000000..f9c9b121 --- /dev/null +++ b/icon-themes/ContrastHigh-SVG/scalable/actions-extra/history-view.svg @@ -0,0 +1,101 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + 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://inkscape.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48.000000px" + height="48.000000px" + id="svg3316" + sodipodi:version="0.32" + inkscape:version="0.42" + sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/actions" + sodipodi:docname="document-open-recent.svg"> + <defs + id="defs3318" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.791667" + inkscape:cx="24.000000" + inkscape:cy="24.000000" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:grid-points="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="948" + inkscape:window-x="0" + inkscape:window-y="25" /> + <metadata + id="metadata3321"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + style="fill:none;fill-opacity:0.39595374;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect5508" + width="48.000000" + height="48.000000" + x="0.0000000" + y="0.0000000" /> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="path3324" + sodipodi:cx="24.000000" + sodipodi:cy="24.000000" + sodipodi:rx="24.000000" + sodipodi:ry="24.000000" + d="M 48.000000 24.000000 A 24.000000 24.000000 0 1 1 0.0000000,24.000000 A 24.000000 24.000000 0 1 1 48.000000 24.000000 z" /> + <path + sodipodi:type="arc" + style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="path4052" + sodipodi:cx="24.000000" + sodipodi:cy="24.000000" + sodipodi:rx="20.000000" + sodipodi:ry="20.000000" + d="M 44.000000 24.000000 A 20.000000 20.000000 0 1 1 4.0000000,24.000000 A 20.000000 20.000000 0 1 1 44.000000 24.000000 z" /> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="path4780" + sodipodi:cx="24.000000" + sodipodi:cy="24.000000" + sodipodi:rx="16.000000" + sodipodi:ry="16.000000" + d="M 40.000000 24.000000 A 16.000000 16.000000 0 1 1 8.0000000,24.000000 A 16.000000 16.000000 0 1 1 40.000000 24.000000 z" /> + <path + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:7.0000000;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" + d="M 24.000000,24.000000 L 30.000000,30.000000" + id="path6236" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + id="path6964" + d="M 24.000000,23.000000 L 24.000000,12.000000" + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:6.0000000;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" /> + </g> +</svg> |