aboutsummaryrefslogtreecommitdiffstats
path: root/main/project/settings
diff options
context:
space:
mode:
authorkoem <koem@petoria.de>2013-06-21 18:57:50 -0600
committerrsudev <rasch@munin-soft.de>2013-07-09 21:49:26 +0200
commitece37925442507a71f12a2a2f531ea213c48cad5 (patch)
treed901c0f18e9e8c1af65c15f0de25ad3abc04a14f /main/project/settings
parent3abe2f0eb20b351bb8d7b8d5283dcbd102241d27 (diff)
downloadcgeo-ece37925442507a71f12a2a2f531ea213c48cad5.zip
cgeo-ece37925442507a71f12a2a2f531ea213c48cad5.tar.gz
cgeo-ece37925442507a71f12a2a2f531ea213c48cad5.tar.bz2
Implements #750, use preference activity
Diffstat (limited to 'main/project/settings')
-rwxr-xr-xmain/project/settings/makeicons1res.sh59
-rw-r--r--main/project/settings/svgs/arrow.svg152
-rw-r--r--main/project/settings/svgs/basic.svg155
-rw-r--r--main/project/settings/svgs/cloud.svg66
-rw-r--r--main/project/settings/svgs/details.svg82
-rw-r--r--main/project/settings/svgs/eye.svg66
-rw-r--r--main/project/settings/svgs/map.svg227
-rw-r--r--main/project/settings/svgs/nut.svg151
-rw-r--r--main/project/settings/svgs/pen.svg65
-rw-r--r--main/project/settings/svgs/sdcard.svg72
10 files changed, 1095 insertions, 0 deletions
diff --git a/main/project/settings/makeicons1res.sh b/main/project/settings/makeicons1res.sh
new file mode 100755
index 0000000..4d762cf
--- /dev/null
+++ b/main/project/settings/makeicons1res.sh
@@ -0,0 +1,59 @@
+#!/bin/bash
+#
+# creates attribute icons in one resolution only
+
+require () {
+ hash $1 2>&- || { echo >&2 "I require $1 but it's not installed. Aborting."; exit 1; }
+}
+
+require optipng
+#part of ImageMagick package
+require convert
+#part of ImageMagick package
+require composite
+require sed
+
+# directory for icons
+ICONDIR="./drawable-mdpi"
+# size of the image itself (inside border)
+IMGSIZE=24
+# size of the whole icon
+ICONSIZE=48
+
+# create output directory if missing
+[ -d $ICONDIR ] || mkdir $ICONDIR
+
+if [ $# -gt 0 ]; then
+ svgs="$@"
+else
+ svgs="svgs/*.svg"
+fi
+
+convert -size ${ICONSIZE}x${ICONSIZE} xc:none canvas.png
+
+for s in $svgs; do
+ n=$ICONDIR/settings_`basename "$s" | sed "s/\.svg//"`
+
+ # don't draw icons if svg is older than icon
+ [ -f "${n}.png" ] && [ "$s" -ot "${n}.png" ] && continue
+
+ echo "drawing $n"
+
+ # white
+
+ sed -e "s/fill:#....../fill:#ffffff/g" "$s" > tmp.svg
+ convert -density 200 -background none tmp.svg -fill black -resize ${IMGSIZE}x${IMGSIZE} tmp.png
+ composite -gravity center tmp.png canvas.png "${n}_white.png"
+ optipng -quiet "${n}_white.png"
+
+ # black
+
+ sed -e "s/fill:#....../fill:#000000/g" "$s" > tmp.svg
+ convert -density 200 -background none tmp.svg -fill black -resize ${IMGSIZE}x${IMGSIZE} tmp.png
+ composite -gravity center tmp.png canvas.png "${n}_black.png"
+ optipng -quiet "${n}_black.png"
+done
+
+
+rm canvas.png tmp.png tmp.svg
+
diff --git a/main/project/settings/svgs/arrow.svg b/main/project/settings/svgs/arrow.svg
new file mode 100644
index 0000000..35ad995
--- /dev/null
+++ b/main/project/settings/svgs/arrow.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"
+ x="0px"
+ y="0px"
+ width="67.395424"
+ height="67.395424"
+ viewBox="0 0 567.39533 567.06225"
+ enable-background="new 0 0 841.89 595.28"
+ xml:space="preserve"
+ id="svg2"
+ inkscape:version="0.48.3.1 r9886"
+ sodipodi:docname="map.svg"><metadata
+ id="metadata156"><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="defs154">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ </defs><sodipodi:namedview
+ pagecolor="#077f08"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0.85490196"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1301"
+ inkscape:window-height="744"
+ id="namedview152"
+ showgrid="false"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:zoom="3.21"
+ inkscape:cx="90.346711"
+ inkscape:cy="20.161507"
+ inkscape:window-x="65"
+ inkscape:window-y="24"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg2"
+ showguides="true"
+ inkscape:guide-bbox="true"><sodipodi:guide
+ orientation="1,0"
+ position="42.536548,22.334056"
+ id="guide3419" /><sodipodi:guide
+ orientation="0,1"
+ position="63.408822,77.692311"
+ id="guide3421" /><sodipodi:guide
+ orientation="1,0"
+ position="17.536548,27.941532"
+ id="guide3423" /><sodipodi:guide
+ orientation="1,0"
+ position="67.536548,40.402591"
+ id="guide3425" /><sodipodi:guide
+ orientation="0,1"
+ position="5.7764226,54.732809"
+ id="guide3427" /><sodipodi:guide
+ orientation="0,1"
+ position="54.063028,7.3807841"
+ id="guide3429" /></sodipodi:namedview>
+
+
+
+
+
+
+<path
+ style="fill:#ffffff;stroke:none"
+ d="M 567.39535,-0.16857693 0,269.57371 l 285.50585,12.14721 12.14721,285.50585 z"
+ id="path3431"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" /></svg> \ No newline at end of file
diff --git a/main/project/settings/svgs/basic.svg b/main/project/settings/svgs/basic.svg
new file mode 100644
index 0000000..e1c0c7a
--- /dev/null
+++ b/main/project/settings/svgs/basic.svg
@@ -0,0 +1,155 @@
+<?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"
+ x="0px"
+ y="0px"
+ width="75.013184"
+ height="56.17062"
+ viewBox="0 0 631.52849 472.61722"
+ enable-background="new 0 0 841.89 595.28"
+ xml:space="preserve"
+ id="svg2"
+ inkscape:version="0.48.3.1 r9886"
+ sodipodi:docname="arrow.svg"><metadata
+ id="metadata156"><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="defs154">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ </defs><sodipodi:namedview
+ pagecolor="#077f08"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0.85490196"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1301"
+ inkscape:window-height="744"
+ id="namedview152"
+ showgrid="false"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:zoom="3.21"
+ inkscape:cx="97.823347"
+ inkscape:cy="16.519043"
+ inkscape:window-x="65"
+ inkscape:window-y="24"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg2"
+ showguides="true"
+ inkscape:guide-bbox="true"><sodipodi:guide
+ orientation="1,0"
+ position="50.013183,18.691593"
+ id="guide3419" /><sodipodi:guide
+ orientation="0,1"
+ position="70.885457,74.049848"
+ id="guide3421" /><sodipodi:guide
+ orientation="1,0"
+ position="25.013183,24.299069"
+ id="guide3423" /><sodipodi:guide
+ orientation="1,0"
+ position="75.013183,36.760128"
+ id="guide3425" /><sodipodi:guide
+ orientation="0,1"
+ position="13.253058,51.090346"
+ id="guide3427" /><sodipodi:guide
+ orientation="0,1"
+ position="61.539663,3.7383207"
+ id="guide3429" /></sodipodi:namedview>
+
+
+
+
+
+
+<rect
+ style="fill:#ffffff;fill-opacity:1;stroke:none"
+ id="rect3452"
+ width="631.5285"
+ height="472.89484"
+ x="0"
+ y="-0.16654"
+ ry="123.67085"
+ rx="108.58752" /></svg> \ No newline at end of file
diff --git a/main/project/settings/svgs/cloud.svg b/main/project/settings/svgs/cloud.svg
new file mode 100644
index 0000000..7f39fe7
--- /dev/null
+++ b/main/project/settings/svgs/cloud.svg
@@ -0,0 +1,66 @@
+<?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://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"
+ width="537.15625"
+ height="360"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.3.1 r9886"
+ sodipodi:docname="Neues Dokument 1">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#008a0c"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.89019608"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.35"
+ inkscape:cx="150"
+ inkscape:cy="294.29407"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:window-width="1301"
+ inkscape:window-height="744"
+ inkscape:window-x="65"
+ inkscape:window-y="24"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata7">
+ <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
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(160,-466.65625)">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:none"
+ d="m 20,466.65625 c -99.411255,0 -180,80.58874 -180,180 0,99.41125 80.588745,180 180,180 148.70266,0 160.93607,0 238.5625,0 65.48519,0 118.59375,-53.10856 118.59375,-118.59375 0,-65.48519 -53.10856,-118.5625 -118.59375,-118.5625 -23.08394,0 -44.62343,6.58915 -62.84375,18 C 177.84235,526.91745 105.96345,466.65625 20,466.65625 z"
+ id="path2985"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ssccsscs" />
+ </g>
+</svg>
diff --git a/main/project/settings/svgs/details.svg b/main/project/settings/svgs/details.svg
new file mode 100644
index 0000000..70a9e9a
--- /dev/null
+++ b/main/project/settings/svgs/details.svg
@@ -0,0 +1,82 @@
+<?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://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"
+ width="568.57141"
+ height="475.71429"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.3.1 r9886"
+ sodipodi:docname="cloud.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#008a0c"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.89019608"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.35"
+ inkscape:cx="318.57143"
+ inkscape:cy="252.86549"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:window-width="1301"
+ inkscape:window-height="744"
+ inkscape:window-x="65"
+ inkscape:window-y="24"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata7">
+ <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
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(328.57143,-309.5134)">
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:none"
+ id="rect3013"
+ width="568.57141"
+ height="88.571426"
+ x="-168.57143"
+ y="-157.14285"
+ transform="translate(-160,466.65625)" />
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:none"
+ id="rect3013-3"
+ width="568.57141"
+ height="88.571426"
+ x="-328.57141"
+ y="503.08484" />
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:none"
+ id="rect3013-4"
+ width="568.57141"
+ height="88.571426"
+ x="-328.57141"
+ y="696.65625" />
+ </g>
+</svg>
diff --git a/main/project/settings/svgs/eye.svg b/main/project/settings/svgs/eye.svg
new file mode 100644
index 0000000..eb87b56
--- /dev/null
+++ b/main/project/settings/svgs/eye.svg
@@ -0,0 +1,66 @@
+<?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://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"
+ width="593.09375"
+ height="334.28729"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.3.1 r9886"
+ sodipodi:docname="eye.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#008a0c"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.89019608"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.35"
+ inkscape:cx="463.69643"
+ inkscape:cy="224.30745"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:window-width="1301"
+ inkscape:window-height="744"
+ inkscape:window-x="65"
+ inkscape:window-y="24"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata7">
+ <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 />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(473.69643,-422.38236)">
+ <path
+ style="fill:#ffffff;stroke:none"
+ d="m 147.375,112.875 c -135.24807,1.36352 -249.90871,70.74439 -292.5,167.125 43.00916,97.35564 159.54151,167.15625 296.5625,167.15625 137.01925,0 253.52076,-69.80256 296.53125,-167.15625 -43.0184,-97.34208 -159.52242,-167.125 -296.53125,-167.125 -1.35606,0 -2.71051,-0.0136 -4.0625,0 z m 4.0625,58.5625 C 211.39984,171.4375 260,220.03766 260,280 260,339.96234 211.39984,388.59375 151.4375,388.59375 91.47516,388.59375 42.84375,339.96234 42.84375,280 c 0,-59.96234 48.63141,-108.5625 108.59375,-108.5625 z"
+ transform="translate(-328.57143,309.5134)"
+ id="path3061"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/main/project/settings/svgs/map.svg b/main/project/settings/svgs/map.svg
new file mode 100644
index 0000000..5d75947
--- /dev/null
+++ b/main/project/settings/svgs/map.svg
@@ -0,0 +1,227 @@
+<?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"
+ x="0px"
+ y="0px"
+ width="82.53125"
+ height="68.21875"
+ viewBox="0 0 694.82234 573.98968"
+ enable-background="new 0 0 841.89 595.28"
+ xml:space="preserve"
+ id="svg2"
+ inkscape:version="0.48.3.1 r9886"
+ sodipodi:docname="noun_project_5132.svg"><metadata
+ id="metadata156"><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="defs154">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ </defs><sodipodi:namedview
+ pagecolor="#077f08"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0.85490196"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1301"
+ inkscape:window-height="744"
+ id="namedview152"
+ showgrid="false"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:zoom="3.21"
+ inkscape:cx="47.810164"
+ inkscape:cy="12.469196"
+ inkscape:window-x="65"
+ inkscape:window-y="24"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg2" />
+<path
+ style="fill:#ffffff;fill-opacity:1;stroke:none"
+ d="M 0,-0.17482998 0,574.152 l 694.82234,0 0,-574.32682998 -694.82234,0 z m 57.616847,56.30139398 579.588643,0 0,461.724046 -579.588643,0 0,-461.724046 z"
+ id="rect3379"
+ inkscape:connector-curvature="0" /><path
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.7117936"
+ d="m 89.713903,92.43307 0,112.86588 0.526181,0 5.261813,2.10472 4.735633,-0.26309 0.52618,-3.94636 4.99872,-1.31545 6.84036,0.26309 4.47254,2.10473 0.26309,11.57598 2.894,7.36654 2.36781,-0.26309 0.78927,-3.94636 1.57855,-10.78671 1.31545,-9.47127 7.62963,-8.15581 10.52362,-7.89272 4.20945,-12.62835 2.10473,0 -1.05236,5.26182 2.89399,-0.52618 2.63091,-4.20945 7.62963,-10.78672 8.15581,-1.31545 3.94636,-6.31418 10.78671,-6.31417 7.62963,-1.84164 -0.26309,3.68327 -3.94636,2.36782 0.26309,2.10472 2.10473,0.26309 0,-1.57854 2.36781,-1.84164 8.94508,-1.84163 0.26309,-3.42018 -6.05108,-2.89399 -0.52618,-5.26182 2.6309,-2.89399 0.78928,-1.57855 -8.4189,0.52618 -9.99745,5.52491 -1.57854,0 0,-2.36782 15.25925,-9.20817 10.78672,-0.26309 1.57854,1.57854 5.52491,-0.26309 13.68071,-6.57726 2.36781,-4.47254 -0.78927,-3.68327 -6.57726,-14.996169 -0.26309,-4.472541 -39.98978,0 -0.26309,0.263091 -0.78927,6.051084 -7.62963,4.735635 -6.84036,12.62835 -6.31417,0.78927 0,-4.47254 2.894,-6.05109 0,-3.68327 -4.47254,-0.52618 -5.788,-5.787991 -6.05108,-3.946359 -56.564487,0 z m 6.840356,147.06766 -6.840356,1.05236 0,15.25926 6.840356,-12.10217 0,-4.20945 z m -6.840356,22.3627 0,12.62835 1.052363,1.84164 2.367815,4.20945 0.526182,4.20945 2.367815,3.15708 5.787992,3.94636 6.57727,6.05109 3.68327,-0.52618 0.52618,-3.68327 1.84163,-1.31545 1.57855,0.26309 1.31545,1.31545 1.05236,3.68327 0.26309,4.73563 -0.26309,11.83908 -8.4189,8.68199 -2.10472,9.47126 0,5.5249 2.89399,0 -0.26309,2.10473 -3.42018,3.68327 0.2631,8.68199 6.05108,3.94636 1.84163,4.99872 1.84164,3.42018 3.68327,7.10344 2.89399,5.26182 4.47254,6.05108 7.89272,8.68199 4.20945,3.42018 7.10345,6.31417 1.57854,2.894 1.57855,6.05109 0.52618,5.78799 0.78927,6.84036 0.78927,7.10344 0.78927,5.788 0.78928,5.5249 0.26309,12.10217 2.36781,4.20945 0.26309,11.3129 -0.78927,0.52618 -0.78927,9.20817 1.31545,3.94636 0.78927,4.73563 0.52619,3.42018 29.20306,0 0.52618,-0.26309 4.20945,-1.57855 1.31545,-3.68327 -1.57854,-1.05236 0,-2.10472 3.68326,-1.31546 4.73564,-0.26309 2.89399,-3.94636 3.15709,-5.26181 -8.4189,-10.52362 3.42018,0.26309 7.62963,4.73563 2.89399,-0.26309 3.94636,-5.52491 3.68327,-9.47126 3.42018,-10.26053 1.31545,-14.2069 9.20817,-5.78799 11.04981,-4.20945 2.10473,-9.20817 4.20945,-13.15453 0,-9.20818 -1.84164,-7.62962 12.62835,-17.36398 -2.10472,-14.2069 -4.20945,0 -10.52363,-6.31417 -7.10345,-0.78928 -9.73435,-3.94635 -3.42018,-1.84164 -2.89399,-3.68327 -2.894,0.78927 -1.05236,3.94636 -2.894,2.36782 -3.94636,0 0,-1.31545 0,-1.31546 1.84164,0 2.10472,-0.78927 1.05236,-2.10472 0,-1.57855 -0.52618,-1.57854 -2.894,-0.26309 -1.57854,1.05236 -4.73563,2.36782 0,1.84163 -1.84163,0 -0.2631,-1.57854 2.10473,-3.15709 2.10472,-2.894 1.31546,-4.73563 -2.10473,-6.57726 -3.94636,-4.73564 -4.20945,-4.47254 -12.10217,-2.6309 -4.99872,-5.52491 -3.42018,-2.89399 -4.73563,-4.47254 -2.6309,-4.73563 -1.57855,-0.52619 -2.89399,0.52619 -3.94636,1.57854 -6.31418,-1.31545 -8.15581,-6.57727 -2.6309,-0.26309 -2.36782,4.73563 0,6.57727 -2.894,1.05236 -2.10472,-1.84164 0.26309,-3.42017 1.31545,-1.31546 0.52618,-2.6309 2.10473,-1.57855 0.26309,-2.36781 -1.84163,-0.52618 -3.68327,2.6309 -5.26182,3.15709 -4.99872,1.31545 -3.15709,9.20818 -3.15708,0 -0.26309,-1.31546 -1.84164,-2.36781 -2.36781,-1.05237 -2.894,1.57855 -3.42018,1.31545 -3.68327,-2.10472 -1.57854,-3.42018 -3.15709,-1.31546 0,-6.84035 2.10473,-14.73308 -13.943807,-0.26309 z"
+ id="polygon7"
+ inkscape:connector-curvature="0" /><path
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.7117936"
+ d="m 226.49768,122.82507 2.67079,-0.88943 0.53366,1.77886 -1.77886,4.80542 1.77886,2.31252 0.71154,5.69485 -0.89194,4.9833 -4.62252,-2.4904 -3.38234,-1.95925 -5.33657,0 -1.42559,-4.09137 0,-1.78136 z"
+ id="polygon17"
+ inkscape:connector-curvature="0" /><path
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.7117936"
+ d="m 105.31487,234.75781 3.7356,-2.13964 13.52433,0.53617 15.12781,10.49776 0,2.13714 -0.53366,0.88943 -10.85604,0 1.06982,-2.66829 -1.95674,-1.42559 -3.56023,-2.67079 -2.67079,-3.55772 -13.8801,-0.17538 z"
+ id="polygon39"
+ inkscape:connector-curvature="0" /><path
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.7117936"
+ d="m 127.7385,251.12581 -0.35577,3.20445 -3.56022,0 -1.95675,-1.06731 0.17539,-1.95675 z"
+ id="polygon41"
+ inkscape:connector-curvature="0" /><path
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.7117936"
+ d="m 134.67605,251.83986 0.18039,1.2452 4.80291,0.17789 4.09138,0.71154 1.2477,0.53115 3.56022,-1.77886 6.76217,-0.70903 0,-1.95925 -3.73811,-0.35578 -4.09137,-3.20444 -5.1637,0.89193 -2.4904,0.35577 0.71154,3.20445 -5.51446,0.17538"
+ id="polyline43"
+ inkscape:connector-curvature="0" /><path
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.7117936"
+ d="m 164.03973,252.01775 1.42308,2.13212 -4.80542,0.71405 -1.77886,-1.24771 1.77886,-1.42058 z"
+ id="polygon45"
+ inkscape:connector-curvature="0" /><path
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.7117936"
+ d="m 173.47018,258.9578 1.60097,4.09137 2.66829,-0.71405 0.18039,-2.3075 -1.4256,-1.24771 -3.20194,-0.53366"
+ id="polyline47"
+ inkscape:connector-curvature="0" /><path
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.7117936"
+ d="m 177.38617,264.47225 0.17788,6.4064 -2.13462,-0.35828 -0.71405,-2.66578 0,-3.38234 z"
+ id="polygon49"
+ inkscape:connector-curvature="0" /><path
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.7117936"
+ d="m 356.40189,122.11353 -1.42308,-0.89194 1.2452,-3.55521 3.20194,-5.34158 4.09388,-1.77886 3.7356,0 1.95925,0.53617 -2.13714,4.62503 -1.95674,4.80542 -4.27176,5.33908 -1.59847,-0.17789 -1.24771,-1.06731 -1.60097,0.53365 -1.42308,0 z"
+ id="polygon55"
+ inkscape:connector-curvature="0" /><path
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.7117936"
+ d="m 377.7557,97.557776 -1.06731,1.423086 2.84617,1.245198 1.2452,2.4904 -3.02406,1.60599 0.35577,2.48789 2.31252,3.91599 1.95925,4.80292 2.13463,4.09388 3.91348,0.53366 -0.17788,2.66828 -2.4904,3.38234 -5.69485,1.60097 -7.11794,1.06982 -5.69485,1.24269 0.35577,-2.13463 4.09388,-1.2452 0,-1.77885 -1.2452,-1.60098 1.77886,-4.09387 4.09388,-2.84868 0.17788,-4.26926 -2.67079,-0.71405 -4.09388,-4.44714 0,-5.69485 2.49291,-4.802919 5.51696,-0.353266 z"
+ id="polygon57"
+ inkscape:connector-curvature="0" /><path
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.7117936"
+ d="m 401.47629,92.959251 0,2.630907 2.36782,2.893996 3.68327,-0.26309 1.31545,-1.841635 1.84164,-0.26309 3.15708,-1.841635 0,2.630907 1.31546,-0.263091 0,3.94636 2.10472,1.84163 1.05236,3.42018 0.78928,3.68327 3.42017,0 1.05237,-2.10472 2.10472,-1.05237 1.84164,-2.10472 0,-2.10473 1.84163,-4.735628 2.63091,-4.472541 -30.51852,0 z m 57.35376,0 -1.31545,0.789272 -3.15709,0 -6.57727,0.526181 1.05237,4.20945 0,2.367816 -2.63091,1.05236 -0.78927,-1.05236 -2.36782,0 -1.57854,2.10473 -1.84164,4.99872 -1.31545,4.47254 -1.84163,0.52618 -2.63091,-1.05236 -4.20945,0.26309 -3.42018,0.26309 -4.20945,1.57854 -3.42018,0 -4.73563,-0.52618 -2.36781,-1.05236 0,-3.42018 1.57854,-1.84163 0,-3.94636 -0.78927,-3.15709 -2.63091,0.52618 -2.89399,1.84163 0.26309,3.42018 0.52618,6.05109 -1.05236,3.94636 -4.99873,1.57854 -3.68326,1.05236 0.26309,5.52491 -1.31546,0 -0.52618,-2.36782 -2.10472,1.31545 -1.84164,2.63091 -2.6309,1.05236 -6.84036,7.10345 -3.15709,0 -1.57854,-2.10473 -2.894,0 1.05236,1.57855 -0.52618,2.89399 -6.57726,0 0.52618,2.63091 1.05236,1.05236 3.68327,1.84164 3.94636,2.36781 0.26309,6.05109 -1.84163,3.15708 1.05236,2.63091 -3.68327,1.84164 -2.894,-0.52619 -6.05108,-1.31545 -6.31418,0 -3.94636,1.05236 -0.52618,4.20945 0,19.46871 2.10473,1.57854 2.6309,0.52618 3.68327,1.84164 4.20945,-0.52618 2.63091,-0.78927 3.42018,1.31545 2.36781,0.26309 4.20945,-6.84036 3.42018,-7.62962 9.20817,-7.62963 0.78927,-3.68327 4.47254,-1.84164 1.84164,1.84164 3.42018,-0.52618 3.68327,-4.20945 2.6309,-1.05237 2.36782,1.84164 1.31545,2.894 3.42018,5.5249 2.36781,1.31545 3.94636,0.26309 2.894,2.36782 2.894,3.15709 2.36781,2.89399 0.26309,4.99872 1.57855,0 1.05236,-1.57854 0.52618,-6.31417 1.05236,0 1.57855,1.84163 1.31545,0 -1.31545,-2.894 -2.10473,-2.10472 -4.20945,-2.894 0,-2.36781 -3.42018,-1.31546 -3.94635,-1.84163 -0.52619,-2.10473 -1.84163,-3.42017 -1.84163,-1.84164 0.78927,-2.894 1.84163,0 1.05236,1.84164 2.10473,2.10472 3.42018,1.57855 5.5249,4.99872 3.68327,2.63091 3.15709,3.94635 2.36781,5.52491 1.84164,2.89399 3.15708,1.57855 -2.10472,0.52618 0,4.99872 2.63091,2.63091 3.94635,-0.78927 0,-6.84036 0,-1.84163 0.52619,-4.47255 1.05236,-2.6309 4.73563,-1.05236 2.36782,1.57854 2.36781,0 4.20945,-3.68327 -1.57854,-2.63091 0,-4.73563 2.6309,-4.73563 2.36782,-6.57726 4.20945,-1.84164 2.36781,-0.78927 0.78928,1.31545 1.57854,5.26182 2.36782,2.36781 2.36781,0 3.42018,-2.10472 0,-2.36782 -2.10473,-2.10472 7.36654,-3.68327 1.84164,-0.78927 2.10472,0.52618 0,1.57854 -1.84163,1.05236 -2.63091,2.36782 -0.52618,2.894 1.84163,1.84163 3.68327,2.10472 1.84164,1.84164 2.6309,2.10472 2.10473,0 2.10472,1.84164 -1.05236,1.84163 0.26309,3.42018 -5.5249,0.26309 -3.42018,-0.52618 -3.15709,-0.78927 -4.20945,-0.78927 -2.89399,-1.57855 -4.47254,0 -2.36782,1.84164 -2.10473,1.31545 -1.57854,1.84163 -4.20945,0.52619 -2.63091,0 -1.57854,1.05236 -1.84163,2.10472 -3.15709,0 1.57854,5.788 1.57855,5.78799 2.36781,2.63091 6.05109,-0.26309 5.78799,-0.78928 4.99872,0.2631 6.84036,-0.52619 0,1.57855 -1.05236,1.05236 0,4.20945 0,2.894 -1.57855,5.5249 -1.31545,3.68327 -2.10473,3.42018 -1.57854,-1.05237 -3.15709,-0.52618 -2.36781,0 -5.52491,1.05237 -3.15708,1.57854 -4.73563,0 -5.26182,-3.15709 -3.94636,-2.89399 -3.15708,-2.36782 -5.52491,1.31545 -3.68327,2.10473 -0.26309,3.15709 1.31546,0 -0.26309,2.36781 -2.63091,0 -7.10345,-1.05236 -4.47254,-2.63091 -1.05236,-4.47254 -1.84163,-0.52618 -5.788,-0.52618 -3.94636,-1.57854 -3.42018,-2.894 -0.78927,-2.10473 2.10473,-5.26181 0.26309,-4.20945 -8.15581,-0.52618 -6.84036,0 -4.73563,1.05236 -4.73563,1.05236 -8.4189,1.84164 -9.73435,3.68327 -4.20945,0.26309 -3.42018,-1.84164 -2.36782,0 -3.42018,5.788 -2.10472,2.89399 -6.05108,3.94636 -1.05237,3.15709 -1.05236,5.788 -7.10345,8.68199 -3.15708,0 -4.73564,5.26181 -8.68199,17.36398 -0.78927,7.36654 0.26309,9.20817 -2.36781,8.68199 0,8.68199 3.42018,7.62963 10.78671,13.41762 14.73308,15.78544 6.57726,1.05236 16.8378,-5.26181 13.68071,-3.42018 6.05109,-0.78927 5.78799,8.4189 5.52491,0 4.99872,0.52618 -0.26309,4.47254 -2.10473,6.05108 -1.84163,7.10345 9.20817,13.68071 4.99872,10.52363 2.894,17.62707 -6.57727,12.36526 0,14.46998 6.84036,15.52235 1.31545,6.57727 1.84164,13.41762 8.4189,14.99616 0.78927,8.94509 4.99872,3.68326 1.05236,1.84164 2.36782,0.52618 4.20945,-3.42018 8.68199,-2.10472 6.84035,-1.05237 6.57727,-4.99872 8.4189,-9.73435 6.05108,-11.57599 0,-2.894 8.15581,-5.5249 0.26309,-8.68199 -1.84163,-8.68199 6.57727,-5.5249 7.89271,-6.57727 7.36654,-7.89272 -0.52618,-6.57726 -3.94636,-24.20434 0.78927,-12.62835 8.4189,-10.26053 10.78672,-11.04981 9.20817,-12.10217 10.52363,-25.78288 -0.52619,-2.894 -5.78799,1.05236 -11.3129,3.68327 -6.84035,1.84164 -3.15709,-0.52618 0.26309,-7.36654 -4.73563,-5.26181 -5.26181,-5.26182 -2.10473,-1.31545 -1.84163,-7.89272 -7.36654,-7.62963 -0.26309,-6.31417 -5.5249,-8.94508 -6.84036,-13.15453 -2.10472,-5.52491 -0.78928,-3.42017 3.68327,0 0,1.05236 1.05236,0.52618 1.84164,-2.10473 3.68327,9.99745 13.68071,21.31034 8.94508,12.10217 1.57855,11.57598 1.57854,3.15709 3.94636,6.05109 3.68327,-0.78928 12.36526,-2.89399 4.47254,-3.15709 4.73563,-4.47254 6.31417,-4.47254 3.42018,-2.10473 4.99872,-4.47254 4.99873,-6.31417 3.42017,-10.26054 -1.31545,-2.10472 -2.10472,-1.05236 -3.68327,-0.78928 -2.894,-1.31545 -0.52618,-2.894 0,-4.47254 -3.42018,0 -2.10472,3.94636 -2.10473,2.63091 -4.73563,-0.52618 -2.63091,-0.52618 0,-4.99872 -1.57854,-1.57855 -2.63091,1.57855 -1.84163,-0.52619 -0.52618,-2.6309 -2.10473,-1.05236 -2.10472,-3.94636 -4.20945,-3.94636 -0.52618,-1.57855 2.10472,-2.6309 3.94636,-0.26309 3.42018,3.42017 6.05108,6.05109 2.894,2.6309 5.5249,0 2.10473,-2.10472 3.94636,-0.52618 2.6309,2.10472 0,3.42018 4.73563,1.84164 3.94636,1.31545 21.57344,0.26309 3.94635,3.68327 1.05237,1.84163 0,-139.438029 -141.80585,0 z"
+ id="polygon59"
+ inkscape:connector-curvature="0" /><path
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.7117936"
+ d="m 406.76361,159.30418 0.35327,3.56273 0,1.24269 2.67079,0 0.71154,-1.06731 0,-3.37983 -1.2452,-3.20445 z"
+ id="polygon61"
+ inkscape:connector-curvature="0" /><path
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.7117936"
+ d="m 407.65053,166.60251 2.49291,-0.53366 0.17538,1.42309 -0.88943,2.66578 0.71405,0.53867 -1.06982,2.48789 -1.42309,0.35577 -0.88692,-0.88692 -0.71405,-2.84868 0.17789,-1.95674 z"
+ id="polygon63"
+ inkscape:connector-curvature="0" /><path
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.7117936"
+ d="m 420.10755,178.88164 3.37983,2.31251 2.66828,2.31252 3.20445,-0.35577 0.35828,-3.73811 -1.78136,-1.95424 -2.84868,0 -5.33658,0.35577 z"
+ id="polygon65"
+ inkscape:connector-curvature="0" /><path
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.7117936"
+ d="m 453.02644,187.06438 3.20444,1.24771 6.22851,-0.18039 0.53366,1.2477 -3.20194,1.60098 -1.95925,-1.24771 -2.13463,-0.53115 -2.67079,-0.88943 z"
+ id="polygon67"
+ inkscape:connector-curvature="0" /><path
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.7117936"
+ d="m 482.92377,187.06438 5.34159,-1.59846 0.53115,1.95674 -1.77886,2.31001 -3.02656,1.78136 -1.78137,0.17789 -1.24269,-1.60097 z"
+ id="polygon69"
+ inkscape:connector-curvature="0" /><path
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.7117936"
+ d="m 524.2083,398.28996 -1.24269,-0.53366 1.95424,-7.29582 5.15868,-3.91349 3.02406,-2.31502 2.67079,-4.26925 6.76467,-7.29583 1.42059,-0.35827 0.18039,5.33907 0.17788,11.03393 -6.76216,18.50764 -4.09138,15.1253 -6.76216,2.31502 -3.7356,0.17538 -2.85118,-6.22851 -0.35327,-6.05062 4.26675,-9.43295 z"
+ id="polygon99"
+ inkscape:connector-curvature="0" /><path
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.7117936"
+ d="m 559.97838,408.60984 1.95423,1.24771 2.31252,0 0.35577,-1.60098 -2.66829,-2.13462 -2.31251,0 z"
+ id="polygon101"
+ inkscape:connector-curvature="0" /><path
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.7117936"
+ d="m 569.58671,402.56172 0.53116,2.13714 -1.06732,1.77886 -1.78136,-0.18039 1.06982,-3.73561 z"
+ id="polygon103"
+ inkscape:connector-curvature="0" />
+<g
+ id="Calque_5"
+ style="fill:#ffffff"
+ transform="translate(312.02548,171.53509)">
+</g>
+<g
+ id="Calque_3"
+ style="fill:#ffffff"
+ transform="translate(312.02548,171.53509)">
+</g>
+<g
+ id="Calque_4"
+ style="fill:#ffffff"
+ transform="translate(312.02548,171.53509)">
+</g>
+<g
+ id="Calque_1"
+ style="fill:#ffffff"
+ transform="translate(312.02548,171.53509)">
+</g>
+<g
+ id="Calque_6"
+ style="fill:#ffffff"
+ transform="translate(312.02548,171.53509)">
+</g>
+</svg> \ No newline at end of file
diff --git a/main/project/settings/svgs/nut.svg b/main/project/settings/svgs/nut.svg
new file mode 100644
index 0000000..f2c1d83
--- /dev/null
+++ b/main/project/settings/svgs/nut.svg
@@ -0,0 +1,151 @@
+<?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"
+ x="0px"
+ y="0px"
+ width="108.53139"
+ height="93.999878"
+ viewBox="0 0 913.71496 790.911"
+ enable-background="new 0 0 841.89 595.28"
+ xml:space="preserve"
+ id="svg2"
+ inkscape:version="0.48.3.1 r9886"
+ sodipodi:docname="basic.svg"><metadata
+ id="metadata156"><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="defs154">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ </defs><sodipodi:namedview
+ pagecolor="#077f08"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0.85490196"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1301"
+ inkscape:window-height="744"
+ id="namedview152"
+ showgrid="false"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:zoom="3.21"
+ inkscape:cx="62.378103"
+ inkscape:cy="18.962269"
+ inkscape:window-x="65"
+ inkscape:window-y="24"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg2"
+ showguides="true"
+ inkscape:guide-bbox="true"><sodipodi:guide
+ orientation="1,0"
+ position="14.567939,21.134819"
+ id="guide3419" /><sodipodi:guide
+ orientation="0,1"
+ position="35.440213,76.493074"
+ id="guide3421" /><sodipodi:guide
+ orientation="1,0"
+ position="-10.432061,26.742295"
+ id="guide3423" /><sodipodi:guide
+ orientation="1,0"
+ position="39.567939,39.203354"
+ id="guide3425" /><sodipodi:guide
+ orientation="0,1"
+ position="-22.192186,53.533572"
+ id="guide3427" /><sodipodi:guide
+ orientation="0,1"
+ position="26.094419,6.1815466"
+ id="guide3429" /></sodipodi:namedview>
+
+
+
+
+
+
+<path
+ style="fill:#ffffff;fill-opacity:1;stroke:none"
+ d="m 685.35166,-0.1388057 -456.989,0.15156 L 0,395.54848 228.49479,791.1605 685.35224,791.23678 913.71494,395.70105 685.35166,-0.1388057 z M 555.25335,225.19808 c 94.08172,54.31811 126.3489,174.74085 72.03079,268.82258 -54.31811,94.08173 -174.74085,126.3489 -268.82258,72.03079 C 264.37983,511.73334 232.11265,391.3106 286.43076,297.22887 340.74887,203.14715 461.17162,170.87996 555.25335,225.19808 z"
+ id="path3475"
+ inkscape:connector-curvature="0" /></svg> \ No newline at end of file
diff --git a/main/project/settings/svgs/pen.svg b/main/project/settings/svgs/pen.svg
new file mode 100644
index 0000000..9a69a47
--- /dev/null
+++ b/main/project/settings/svgs/pen.svg
@@ -0,0 +1,65 @@
+<?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://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"
+ width="565.43353"
+ height="565.43353"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.3.1 r9886"
+ sodipodi:docname="pen.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#008a0c"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.89019608"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.35"
+ inkscape:cx="361.93719"
+ inkscape:cy="198.12064"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:window-width="1301"
+ inkscape:window-height="744"
+ inkscape:window-x="65"
+ inkscape:window-y="24"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata7">
+ <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 />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(371.93719,-165.0493)">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:none"
+ d="m 41.795291,165.0493 -400.377121,400.37711 -1.23508,0.0907 -0.0907,1.23508 -0.33146,0.33145 0.28608,0.28609 -11.9842,163.11311 163.13219,-11.96513 0.26701,0.26701 0.30936,-0.30936 1.27625,-0.0938 0.0938,-1.27625 L 193.49637,316.75037 41.795291,165.0493 z"
+ id="rect3107"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/main/project/settings/svgs/sdcard.svg b/main/project/settings/svgs/sdcard.svg
new file mode 100644
index 0000000..7177dce
--- /dev/null
+++ b/main/project/settings/svgs/sdcard.svg
@@ -0,0 +1,72 @@
+<?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://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"
+ width="565.6875"
+ height="754.28125"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.3.1 r9886"
+ sodipodi:docname="sdcard.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#008a0c"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.89019608"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.35"
+ inkscape:cx="361.41518"
+ inkscape:cy="478.5887"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:window-width="1301"
+ inkscape:window-height="744"
+ inkscape:window-x="65"
+ inkscape:window-y="24"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true">
+ <sodipodi:guide
+ orientation="1,0"
+ position="500,280"
+ id="guide3029" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <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 />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(371.41518,-256.66965)">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:none"
+ d="M 42.84375 0 C 19.100893 0 0 19.100892 0 42.84375 L 0 711.40625 C 0 735.1491 19.100893 754.28125 42.84375 754.28125 L 522.84375 754.28125 C 546.58661 754.28125 565.6875 735.1491 565.6875 711.40625 L 565.6875 127.8125 L 437.875 0 L 42.84375 0 z M 97.125 57.125 C 114.53643 57.125 128.5625 71.151071 128.5625 88.5625 L 128.5625 157.125 C 128.5625 174.53643 114.53643 188.5625 97.125 188.5625 C 79.713571 188.5625 65.6875 174.53643 65.6875 157.125 L 65.6875 88.5625 C 65.6875 71.151071 79.713571 57.125 97.125 57.125 z M 220 57.125 C 237.41143 57.125 251.40625 71.151071 251.40625 88.5625 L 251.40625 157.125 C 251.40625 174.53643 237.41143 188.5625 220 188.5625 C 202.58857 188.5625 188.5625 174.53643 188.5625 157.125 L 188.5625 88.5625 C 188.5625 71.151071 202.58857 57.125 220 57.125 z M 342.84375 57.125 C 360.25518 57.125 374.28125 71.151071 374.28125 88.5625 L 374.28125 157.125 C 374.28125 174.53643 360.25518 188.5625 342.84375 188.5625 C 325.43232 188.5625 311.40625 174.53643 311.40625 157.125 L 311.40625 88.5625 C 311.40625 71.151071 325.43232 57.125 342.84375 57.125 z M 468.5625 117.125 C 485.9739 117.125 500 131.15107 500 148.5625 L 500 217.125 C 500 234.53643 485.9739 248.5625 468.5625 248.5625 C 451.1511 248.5625 437.125 234.53643 437.125 217.125 L 437.125 148.5625 C 437.125 131.15107 451.1511 117.125 468.5625 117.125 z M 110 502.84375 L 455.6875 502.84375 C 479.43036 502.84375 498.5625 521.94464 498.5625 545.6875 L 498.5625 642.84375 C 498.5625 666.58661 479.43036 685.6875 455.6875 685.6875 L 110 685.6875 C 86.257143 685.6875 67.125 666.58661 67.125 642.84375 L 67.125 545.6875 C 67.125 521.94464 86.257143 502.84375 110 502.84375 z "
+ transform="translate(-371.41518,256.66965)"
+ id="rect3133" />
+ </g>
+</svg>