aboutsummaryrefslogtreecommitdiff
path: root/source/images/smnsel.svg
diff options
context:
space:
mode:
Diffstat (limited to 'source/images/smnsel.svg')
-rw-r--r--source/images/smnsel.svg14
1 files changed, 14 insertions, 0 deletions
diff --git a/source/images/smnsel.svg b/source/images/smnsel.svg
new file mode 100644
index 0000000..8a71555
--- /dev/null
+++ b/source/images/smnsel.svg
@@ -0,0 +1,14 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="79" height="15">
+ <defs>
+ <linearGradient id="interior" x1="0" x2="0" y1="0" y2="1">
+ <stop offset="0" stop-color="#aa80ff" />
+ <stop offset="1" stop-color="#884dff" />
+ </linearGradient>
+ <linearGradient id="glass" x1="0" x2="0" y1="0" y2="1">
+ <stop offset="0" stop-color="#ffffff" stop-opacity="0.2" />
+ <stop offset="1" stop-color="#ffffff" stop-opacity="0.1" />
+ </linearGradient>
+ </defs>
+ <rect x="0" y="0" width="79" height="15" rx="4" ry="4" stroke-width="1" stroke="none" fill="url(#interior)" />
+ <rect x="1" y="1" width="77" height="7" stroke="none" fill="url(#glass)" />
+</svg>