aboutsummaryrefslogtreecommitdiff
path: root/themes/materia-cyberpunk-neon/unity/progress_bar_trough.svg
diff options
context:
space:
mode:
authorSn4il <sn4il@thedroth.rocks>2025-01-05 14:00:29 +0300
committerSn4il <sn4il@thedroth.rocks>2025-01-05 14:00:29 +0300
commitf627c63713c809c658e48de0b3e5bef226badaec (patch)
tree4e2724ce7f762f065e2b5c6342a4e2975ab24fae /themes/materia-cyberpunk-neon/unity/progress_bar_trough.svg
parent700c23d2f61fc5e03095c363fd13470861678f75 (diff)
downloaddotfiles-master.tar.gz
dotfiles-master.zip
Cyberpunk NeonHEADmaster
Diffstat (limited to 'themes/materia-cyberpunk-neon/unity/progress_bar_trough.svg')
-rw-r--r--themes/materia-cyberpunk-neon/unity/progress_bar_trough.svg22
1 files changed, 22 insertions, 0 deletions
diff --git a/themes/materia-cyberpunk-neon/unity/progress_bar_trough.svg b/themes/materia-cyberpunk-neon/unity/progress_bar_trough.svg
new file mode 100644
index 0000000..6ee42e3
--- /dev/null
+++ b/themes/materia-cyberpunk-neon/unity/progress_bar_trough.svg
@@ -0,0 +1,22 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="54" height="54" viewBox="0 0 54 54">
+ <defs>
+ <filter id="a" color-interpolation-filters="sRGB" x="-.5" y="-.5" width="2" height="2">
+ <!-- <feDropShadow dx="0" dy="1" stdDeviation="1.5" flood-color="#000000" flood-opacity=".12"/> -->
+ <!-- <feDropShadow dx="0" dy="1" stdDeviation="1" flood-color="#000000" flood-opacity=".24"/> -->
+
+ <feFlood flood-color="#000000" flood-opacity=".12" result="flood"/>
+ <feComposite operator="in" in="flood" in2="SourceGraphic" result="composite1"/>
+ <feGaussianBlur stdDeviation="1.5" in="composite1" result="blur"/>
+ <feOffset dx="0" dy="1" result="offset"/>
+ <feComposite in="SourceGraphic" in2="offset" result="fbSourceGraphic"/>
+
+ <feFlood flood-color="#000000" flood-opacity=".24" result="flood"/>
+ <feComposite operator="in" in="flood" in2="fbSourceGraphic" result="composite1"/>
+ <feGaussianBlur stdDeviation="1" in="composite1" result="blur"/>
+ <feOffset dx="0" dy="1" result="offset"/>
+ <feComposite in="fbSourceGraphic" in2="offset" result="composite2"/>
+ </filter>
+ </defs>
+ <rect x="4" y="23" width="46" height="8" rx="2" ry="2" fill="#0abdc6" filter="url(#a)"/>
+ <rect x="6" y="25" width="42" height="4" fill="#000000" fill-opacity=".08"/>
+</svg>