summaryrefslogtreecommitdiff
path: root/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-09-04 23:21:01 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-09-04 23:21:01 -0400
commitdb49f683129771d95828b01594c69431a717e8e8 (patch)
treed2cb1c0b865e4d81ce81f9a3176b8ad93a864950 /home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets
downloaddotfiles-guix-db49f683129771d95828b01594c69431a717e8e8.tar.gz
dotfiles-guix-db49f683129771d95828b01594c69431a717e8e8.tar.bz2
dotfiles-guix-db49f683129771d95828b01594c69431a717e8e8.zip
guix
Diffstat (limited to 'home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets')
-rw-r--r--home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/activities-white.svg1
-rw-r--r--home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/activities.svg1
-rw-r--r--home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/calendar-arrow-left.svg3
-rw-r--r--home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/calendar-arrow-right.svg3
-rw-r--r--home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/calendar-today.svg178
-rw-r--r--home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/checkbox-off-active.svg3
-rw-r--r--home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/checkbox-off-hover.svg3
-rw-r--r--home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/checkbox-off.svg3
-rw-r--r--home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/checkbox.svg68
-rw-r--r--home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/dash-placeholder.svg4
-rw-r--r--home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/no-events.svg82
-rw-r--r--home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/no-notifications.svg3
-rw-r--r--home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/noise-texture.svg78
-rw-r--r--home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/process-working.svg72
-rw-r--r--home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/toggle-off.svg69
-rw-r--r--home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/toggle-on.svg99
16 files changed, 670 insertions, 0 deletions
diff --git a/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/activities-white.svg b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/activities-white.svg
new file mode 100644
index 0000000..5544050
--- /dev/null
+++ b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/activities-white.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48"><g transform="translate(0 -1029.862)"><circle cx="8" cy="1053.862" r="4" style="opacity:.8;fill:#fff;fill-opacity:1;stroke:none;stroke-width:2;stroke-opacity:1"/><circle cx="24" cy="1053.862" r="4" style="opacity:.8;fill:#fff;fill-opacity:1;stroke:none;stroke-width:2;stroke-opacity:1"/><circle cx="40" cy="1053.862" r="4" style="opacity:.8;fill:#fff;fill-opacity:1;stroke:none;stroke-width:2;stroke-opacity:1"/></g></svg> \ No newline at end of file
diff --git a/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/activities.svg b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/activities.svg
new file mode 100644
index 0000000..5544050
--- /dev/null
+++ b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/activities.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48"><g transform="translate(0 -1029.862)"><circle cx="8" cy="1053.862" r="4" style="opacity:.8;fill:#fff;fill-opacity:1;stroke:none;stroke-width:2;stroke-opacity:1"/><circle cx="24" cy="1053.862" r="4" style="opacity:.8;fill:#fff;fill-opacity:1;stroke:none;stroke-width:2;stroke-opacity:1"/><circle cx="40" cy="1053.862" r="4" style="opacity:.8;fill:#fff;fill-opacity:1;stroke:none;stroke-width:2;stroke-opacity:1"/></g></svg> \ No newline at end of file
diff --git a/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/calendar-arrow-left.svg b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/calendar-arrow-left.svg
new file mode 100644
index 0000000..ec8b478
--- /dev/null
+++ b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/calendar-arrow-left.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="#FFFFFF" opacity="0.7">
+ <path d="m10 3v10l-5-5z"/>
+</svg>
diff --git a/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/calendar-arrow-right.svg b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/calendar-arrow-right.svg
new file mode 100644
index 0000000..6fc5556
--- /dev/null
+++ b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/calendar-arrow-right.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="#FFFFFF" opacity="0.7">
+ <path d="m6 3v10l5-5z"/>
+</svg>
diff --git a/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/calendar-today.svg b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/calendar-today.svg
new file mode 100644
index 0000000..5e77084
--- /dev/null
+++ b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/calendar-today.svg
@@ -0,0 +1,178 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="24"
+ height="24"
+ id="svg10621"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="calendar-today.svg">
+ <defs
+ id="defs10623">
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient34508-1-3"
+ id="radialGradient99561-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
+ cx="51"
+ cy="30"
+ fx="51"
+ fy="30"
+ r="42" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient34508-1-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop34510-1-9" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop34512-4-5" />
+ </linearGradient>
+ <radialGradient
+ r="42"
+ fy="30"
+ fx="51"
+ cy="30"
+ cx="51"
+ gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient10592"
+ xlink:href="#linearGradient34508-1-3"
+ inkscape:collect="always" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient34508-1-3"
+ id="radialGradient3770"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
+ cx="51"
+ cy="30"
+ fx="51"
+ fy="30"
+ r="42" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient34508-1-3"
+ id="radialGradient3001"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
+ cx="51"
+ cy="30"
+ fx="51"
+ fy="30"
+ r="42" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient34508-1-3"
+ id="radialGradient3007"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
+ cx="51"
+ cy="30"
+ fx="51"
+ fy="30"
+ r="42" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient34508-1-3"
+ id="radialGradient3067"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
+ cx="51"
+ cy="30"
+ fx="51"
+ fy="30"
+ r="42" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient34508-1-3"
+ id="radialGradient3072"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
+ cx="51"
+ cy="30"
+ fx="51"
+ fy="30"
+ r="42" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient34508-1-3"
+ id="radialGradient2997"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
+ cx="51"
+ cy="30"
+ fx="51"
+ fy="30"
+ r="42" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#000000"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="8"
+ inkscape:cx="-23.537329"
+ inkscape:cy="-31.442864"
+ 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="2133"
+ inkscape:window-height="1241"
+ inkscape:window-x="238"
+ inkscape:window-y="88"
+ inkscape:window-maximized="0"
+ borderlayer="true"
+ inkscape:showpageshadow="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3109"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata10626">
+ <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="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-469.08263,-537.99307)">
+ <circle
+ style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:0.23756906;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ id="path7305"
+ cx="481.57138"
+ cy="559.4649"
+ r="1.5" />
+ </g>
+</svg>
diff --git a/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/checkbox-off-active.svg b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/checkbox-off-active.svg
new file mode 100644
index 0000000..9cfdefd
--- /dev/null
+++ b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/checkbox-off-active.svg
@@ -0,0 +1,3 @@
+<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <circle cx="12" cy="12" r="10" fill="#ffffff" opacity=".25"/>
+</svg>
diff --git a/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/checkbox-off-hover.svg b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/checkbox-off-hover.svg
new file mode 100644
index 0000000..ef5123a
--- /dev/null
+++ b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/checkbox-off-hover.svg
@@ -0,0 +1,3 @@
+<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <circle cx="12" cy="12" r="10" fill="#ffffff" opacity=".2"/>
+</svg>
diff --git a/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/checkbox-off.svg b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/checkbox-off.svg
new file mode 100644
index 0000000..b00efa6
--- /dev/null
+++ b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/checkbox-off.svg
@@ -0,0 +1,3 @@
+<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <circle cx="12" cy="12" r="10" fill="#ffffff" opacity=".12"/>
+</svg>
diff --git a/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/checkbox.svg b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/checkbox.svg
new file mode 100644
index 0000000..a07837a
--- /dev/null
+++ b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/checkbox.svg
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ width="24"
+ height="24"
+ version="1.1"
+ viewBox="0 0 24 24"
+ id="svg4"
+ sodipodi:docname="checkbox.svg"
+ inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:svg="http://www.w3.org/2000/svg">
+ <defs
+ id="defs8">
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient972"
+ id="linearGradient918"
+ x1="2"
+ y1="12"
+ x2="22"
+ y2="12"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient972">
+ <stop
+ style="stop-color:#297dff;stop-opacity:1;"
+ offset="0"
+ id="stop968" />
+ <stop
+ style="stop-color:#33ccbe;stop-opacity:1;"
+ offset="1"
+ id="stop970" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="namedview6"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:showpageshadow="2"
+ inkscape:pageopacity="0.0"
+ inkscape:pagecheckerboard="0"
+ inkscape:deskcolor="#d1d1d1"
+ showgrid="false"
+ inkscape:zoom="3.4766084"
+ inkscape:cx="-112.75357"
+ inkscape:cy="-16.395289"
+ inkscape:window-width="1920"
+ inkscape:window-height="1012"
+ inkscape:window-x="0"
+ inkscape:window-y="32"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg4" />
+ <path
+ d="M 12,2 C 6.4771525,2 2,6.4771525 2,12 2,17.522847 6.4771525,22 12,22 17.522847,22 22,17.522847 22,12 22,6.4771525 17.522847,2 12,2 Z"
+ id="path2"
+ style="fill-opacity:1.0;fill:url(#linearGradient918)" />
+ <path
+ d="m 17.6289,7.9629 v 0.00195 c 0.12781,-4e-6 0.25558,0.04855 0.35352,0.14648 0.19587,0.19587 0.19587,0.51116 0,0.70703 l -7.0723,7.0722998 c -0.02449,0.02449 -0.05032,0.04613 -0.07813,0.06445 -0.02772,0.01839 -0.05586,0.03268 -0.08594,0.04492 -0.03009,0.01224 -0.06225,0.01927 -0.09375,0.02539 -0.03149,0.0061 -0.06374,0.01172 -0.0957,0.01172 -0.03195,0 -0.06226,-0.0055 -0.09375,-0.01172 -0.03149,-0.0061 -0.06367,-0.01315 -0.09375,-0.02539 -0.03009,-0.01224 -0.05819,-0.02656 -0.08594,-0.04492 -0.01389,-0.0092 -0.02787,-0.02051 -0.04101,-0.03125 -0.01312,-0.01071 -0.02682,-0.02292 -0.03906,-0.03516 l -4.1855,-4.1875 c -0.19587,-0.19587 -0.19587,-0.51116 0,-0.70703 0.19587,-0.19587 0.51116,-0.19587 0.70703,0 l 3.832,3.834 6.7188,-6.7187998 c 0.09793,-0.09793 0.22571,-0.14648 0.35352,-0.14648 z"
+ fill="#3c84f7"
+ id="path333"
+ sodipodi:nodetypes="cccsscscscsccccsccscc"
+ style="fill:#ffffff" />
+</svg>
diff --git a/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/dash-placeholder.svg b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/dash-placeholder.svg
new file mode 100644
index 0000000..172156a
--- /dev/null
+++ b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/dash-placeholder.svg
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#FFFFFF">
+ <circle cx="12" cy="12" r="12" opacity="0.3"/>
+ <circle cx="12" cy="12" r="4"/>
+</svg>
diff --git a/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/no-events.svg b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/no-events.svg
new file mode 100644
index 0000000..239177d
--- /dev/null
+++ b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/no-events.svg
@@ -0,0 +1,82 @@
+<?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"
+ width="48"
+ height="48"
+ viewBox="0 0 48 48"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.92.3 (2405546, 2018-03-11)"
+ sodipodi:docname="no-events.svg">
+ <metadata
+ id="metadata12">
+ <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:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs10" />
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1413"
+ inkscape:window-height="955"
+ id="namedview8"
+ showgrid="true"
+ inkscape:zoom="4.9166667"
+ inkscape:cx="-16.677966"
+ inkscape:cy="15.864407"
+ inkscape:window-x="46"
+ inkscape:window-y="71"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg2">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4134" />
+ </sodipodi:namedview>
+ <path
+ d="M0 0h48v48H0z"
+ fill="none"
+ id="path4" />
+ <path
+ d="m 38,6 -2,0 0,-4 -4,0 0,4 -16,0 0,-4 -4,0 0,4 -2,0 C 7.79,6 6.02,7.79 6.02,10 L 6,38 c 0,2.21 1.79,4 4,4 l 28,0 c 2.21,0 4,-1.79 4,-4 L 42,10 C 42,7.79 40.21,6 38,6 Z m 0,32 -28,0 0,-22 28,0 z"
+ id="path6"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccccccccsccsssssccccc"
+ style="fill:#f5f5f5;fill-opacity:1;opacity:0.54" />
+</svg>
diff --git a/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/no-notifications.svg b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/no-notifications.svg
new file mode 100644
index 0000000..ae09f92
--- /dev/null
+++ b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/no-notifications.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="#FFFFFF" opacity="0.5">
+ <path d="M24 44c2.21 0 4-1.79 4-4h-8c0 2.21 1.79 4 4 4zm12-12V22c0-6.15-3.27-11.28-9-12.64V8c0-1.66-1.34-3-3-3s-3 1.34-3 3v1.36c-5.73 1.36-9 6.49-9 12.64v10l-4 4v2h32v-2l-4-4zm-4 2H16V22c0-4.97 3.03-9 8-9s8 4.03 8 9v12z"/>
+</svg>
diff --git a/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/noise-texture.svg b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/noise-texture.svg
new file mode 100644
index 0000000..484f6c8
--- /dev/null
+++ b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/noise-texture.svg
@@ -0,0 +1,78 @@
+<?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"
+ width="1600"
+ height="900"
+ viewBox="0 0 1600 900"
+ version="1.1"
+ id="svg13"
+ sodipodi:docname="noise-texture.svg"
+ inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
+ <metadata
+ id="metadata17">
+ <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>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1366"
+ inkscape:window-height="698"
+ id="namedview15"
+ showgrid="false"
+ inkscape:zoom="0.26222222"
+ inkscape:cx="647.80786"
+ inkscape:cy="422.79535"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg13" />
+ <defs
+ id="defs9">
+ <radialGradient
+ id="a"
+ gradientTransform="matrix(1 1 -1 1 0.5 -0.5)">
+ <stop
+ stop-color="#455A64"
+ stop-opacity="0"
+ offset="0.25"
+ id="stop2"
+ style="stop-color:#444444;stop-opacity:0" />
+ <stop
+ stop-color="#455A64"
+ stop-opacity="0.5"
+ offset="0.75"
+ id="stop4"
+ style="stop-color:#444444;stop-opacity:0.50196081" />
+ <stop
+ stop-color="#455A64"
+ stop-opacity="1"
+ offset="1"
+ id="stop6"
+ style="stop-color:#444444;stop-opacity:1" />
+ </radialGradient>
+ </defs>
+ <rect
+ width="1600"
+ height="900"
+ fill="url(#a)"
+ id="rect11" />
+</svg>
diff --git a/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/process-working.svg b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/process-working.svg
new file mode 100644
index 0000000..0f311b0
--- /dev/null
+++ b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/process-working.svg
@@ -0,0 +1,72 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="32" viewBox="0 0 512 32">
+ <defs>
+ <g id="g" fill="#FFFFFF" opacity="0.7">
+ <circle cx="8" cy="8" r="8" fill="none"/>
+ <path d="m8 1a7 7 0 0 0 -7 7 7 7 0 0 0 7 7 7 7 0 0 0 7 -7h-3a4 4 0 0 1 -4 4 4 4 0 0 1 -4 -4 4 4 0 0 1 4 -4v-3z"/>
+ </g>
+ </defs>
+ <use xlink:href="#g" transform="translate(0) rotate(0 8 8)"/>
+ <use xlink:href="#g" transform="translate(16) rotate(5.625 8 8)"/>
+ <use xlink:href="#g" transform="translate(32) rotate(11.25 8 8)"/>
+ <use xlink:href="#g" transform="translate(48) rotate(16.875 8 8)"/>
+ <use xlink:href="#g" transform="translate(64) rotate(22.5 8 8)"/>
+ <use xlink:href="#g" transform="translate(80) rotate(28.125 8 8)"/>
+ <use xlink:href="#g" transform="translate(96) rotate(33.75 8 8)"/>
+ <use xlink:href="#g" transform="translate(112) rotate(39.375 8 8)"/>
+ <use xlink:href="#g" transform="translate(128) rotate(45 8 8)"/>
+ <use xlink:href="#g" transform="translate(144) rotate(50.625 8 8)"/>
+ <use xlink:href="#g" transform="translate(160) rotate(56.25 8 8)"/>
+ <use xlink:href="#g" transform="translate(176) rotate(61.875 8 8)"/>
+ <use xlink:href="#g" transform="translate(192) rotate(67.5 8 8)"/>
+ <use xlink:href="#g" transform="translate(208) rotate(73.125 8 8)"/>
+ <use xlink:href="#g" transform="translate(224) rotate(78.75 8 8)"/>
+ <use xlink:href="#g" transform="translate(240) rotate(84.375 8 8)"/>
+ <use xlink:href="#g" transform="translate(256) rotate(90 8 8)"/>
+ <use xlink:href="#g" transform="translate(272) rotate(95.625 8 8)"/>
+ <use xlink:href="#g" transform="translate(288) rotate(101.25 8 8)"/>
+ <use xlink:href="#g" transform="translate(304) rotate(106.875 8 8)"/>
+ <use xlink:href="#g" transform="translate(320) rotate(112.5 8 8)"/>
+ <use xlink:href="#g" transform="translate(336) rotate(118.125 8 8)"/>
+ <use xlink:href="#g" transform="translate(352) rotate(123.75 8 8)"/>
+ <use xlink:href="#g" transform="translate(368) rotate(129.375 8 8)"/>
+ <use xlink:href="#g" transform="translate(384) rotate(135 8 8)"/>
+ <use xlink:href="#g" transform="translate(400) rotate(140.625 8 8)"/>
+ <use xlink:href="#g" transform="translate(416) rotate(146.25 8 8)"/>
+ <use xlink:href="#g" transform="translate(432) rotate(151.875 8 8)"/>
+ <use xlink:href="#g" transform="translate(448) rotate(157.5 8 8)"/>
+ <use xlink:href="#g" transform="translate(464) rotate(163.125 8 8)"/>
+ <use xlink:href="#g" transform="translate(480) rotate(168.75 8 8)"/>
+ <use xlink:href="#g" transform="translate(496) rotate(174.375 8 8)"/>
+ <use xlink:href="#g" transform="translate(0 16) rotate(180 8 8)"/>
+ <use xlink:href="#g" transform="translate(16 16) rotate(185.625 8 8)"/>
+ <use xlink:href="#g" transform="translate(32 16) rotate(191.25 8 8)"/>
+ <use xlink:href="#g" transform="translate(48 16) rotate(196.875 8 8)"/>
+ <use xlink:href="#g" transform="translate(64 16) rotate(202.5 8 8)"/>
+ <use xlink:href="#g" transform="translate(80 16) rotate(208.125 8 8)"/>
+ <use xlink:href="#g" transform="translate(96 16) rotate(213.75 8 8)"/>
+ <use xlink:href="#g" transform="translate(112 16) rotate(219.375 8 8)"/>
+ <use xlink:href="#g" transform="translate(128 16) rotate(225 8 8)"/>
+ <use xlink:href="#g" transform="translate(144 16) rotate(230.625 8 8)"/>
+ <use xlink:href="#g" transform="translate(160 16) rotate(236.25 8 8)"/>
+ <use xlink:href="#g" transform="translate(176 16) rotate(241.875 8 8)"/>
+ <use xlink:href="#g" transform="translate(192 16) rotate(247.5 8 8)"/>
+ <use xlink:href="#g" transform="translate(208 16) rotate(253.125 8 8)"/>
+ <use xlink:href="#g" transform="translate(224 16) rotate(258.75 8 8)"/>
+ <use xlink:href="#g" transform="translate(240 16) rotate(264.375 8 8)"/>
+ <use xlink:href="#g" transform="translate(256 16) rotate(270 8 8)"/>
+ <use xlink:href="#g" transform="translate(272 16) rotate(275.625 8 8)"/>
+ <use xlink:href="#g" transform="translate(288 16) rotate(281.25 8 8)"/>
+ <use xlink:href="#g" transform="translate(304 16) rotate(286.875 8 8)"/>
+ <use xlink:href="#g" transform="translate(320 16) rotate(292.5 8 8)"/>
+ <use xlink:href="#g" transform="translate(336 16) rotate(298.125 8 8)"/>
+ <use xlink:href="#g" transform="translate(352 16) rotate(303.75 8 8)"/>
+ <use xlink:href="#g" transform="translate(368 16) rotate(309.375 8 8)"/>
+ <use xlink:href="#g" transform="translate(384 16) rotate(315 8 8)"/>
+ <use xlink:href="#g" transform="translate(400 16) rotate(320.625 8 8)"/>
+ <use xlink:href="#g" transform="translate(416 16) rotate(326.25 8 8)"/>
+ <use xlink:href="#g" transform="translate(432 16) rotate(331.875 8 8)"/>
+ <use xlink:href="#g" transform="translate(448 16) rotate(337.5 8 8)"/>
+ <use xlink:href="#g" transform="translate(464 16) rotate(343.125 8 8)"/>
+ <use xlink:href="#g" transform="translate(480 16) rotate(348.75 8 8)"/>
+ <use xlink:href="#g" transform="translate(496 16) rotate(354.375 8 8)"/>
+</svg>
diff --git a/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/toggle-off.svg b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/toggle-off.svg
new file mode 100644
index 0000000..8522010
--- /dev/null
+++ b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/toggle-off.svg
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ width="46"
+ height="24"
+ version="1.1"
+ id="svg1878"
+ sodipodi:docname="toggle-off.svg"
+ inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:svg="http://www.w3.org/2000/svg">
+ <defs
+ id="defs1882">
+ <filter
+ inkscape:collect="always"
+ style="color-interpolation-filters:sRGB"
+ id="filter1830"
+ x="-0.108"
+ y="-0.108"
+ width="1.216"
+ height="1.216">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.81"
+ id="feGaussianBlur1832" />
+ </filter>
+ </defs>
+ <sodipodi:namedview
+ id="namedview1880"
+ pagecolor="#4d4d4d"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:showpageshadow="2"
+ inkscape:pageopacity="0"
+ inkscape:pagecheckerboard="0"
+ inkscape:deskcolor="#6b6b6b"
+ showgrid="false"
+ inkscape:zoom="4.17193"
+ inkscape:cx="-13.662741"
+ inkscape:cy="-9.2283427"
+ inkscape:window-width="1920"
+ inkscape:window-height="1012"
+ inkscape:window-x="0"
+ inkscape:window-y="32"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg1878" />
+ <rect
+ x="0"
+ y="0"
+ width="46"
+ height="24"
+ rx="12"
+ ry="12"
+ id="rect2"
+ style="opacity:0.45;fill:#ffffff" />
+ <circle
+ cx="12"
+ cy="13"
+ r="9"
+ id="circle1465"
+ style="opacity:0.1;fill:#000000;filter:url(#filter1830)" />
+ <circle
+ cx="12"
+ cy="12.089559"
+ r="9"
+ id="circle4"
+ style="fill:#ffffff" />
+</svg>
diff --git a/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/toggle-on.svg b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/toggle-on.svg
new file mode 100644
index 0000000..432833b
--- /dev/null
+++ b/home-config/themes/Lavanda-Sea-Dark/gnome-shell/assets/toggle-on.svg
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ width="46"
+ height="24"
+ version="1.1"
+ id="svg6"
+ sodipodi:docname="toggle-on.svg"
+ inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:svg="http://www.w3.org/2000/svg">
+ <defs
+ id="defs10">
+ <filter
+ inkscape:collect="always"
+ style="color-interpolation-filters:sRGB"
+ id="filter898"
+ x="-0.108"
+ y="-0.108"
+ width="1.216"
+ height="1.216">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.81"
+ id="feGaussianBlur900" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient972"
+ id="linearGradient821"
+ x1="0"
+ y1="11.990006"
+ x2="46"
+ y2="11.990006"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient972">
+ <stop
+ style="stop-color:#297dff;stop-opacity:1;"
+ offset="0"
+ id="stop968" />
+ <stop
+ style="stop-color:#33ccbe;stop-opacity:1;"
+ offset="1"
+ id="stop970" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="namedview8"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:showpageshadow="2"
+ inkscape:pageopacity="0.0"
+ inkscape:pagecheckerboard="0"
+ inkscape:deskcolor="#d1d1d1"
+ showgrid="true"
+ inkscape:zoom="16.68772"
+ inkscape:cx="11.026072"
+ inkscape:cy="10.606602"
+ inkscape:window-width="1920"
+ inkscape:window-height="1012"
+ inkscape:window-x="0"
+ inkscape:window-y="32"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg6">
+ <inkscape:grid
+ type="xygrid"
+ id="grid340"
+ originx="0"
+ originy="0" />
+ </sodipodi:namedview>
+ <rect
+ x="0"
+ y="0"
+ width="46"
+ height="24"
+ rx="12"
+ ry="12"
+ style="paint-order:stroke fill markers;fill-opacity:1.0;fill:url(#linearGradient821)"
+ id="rect2" />
+ <circle
+ cx="34"
+ cy="13"
+ r="9"
+ fill="#ffffff"
+ stroke-width="0"
+ style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
+ id="circle342" />
+ <circle
+ cx="34"
+ cy="12"
+ r="9"
+ id="circle4"
+ style="fill:#ffffff" />
+</svg>