aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/laundry.svg13
1 files changed, 13 insertions, 0 deletions
diff --git a/themes/laundry.svg b/themes/laundry.svg
new file mode 100644
index 0000000..cc385db
--- /dev/null
+++ b/themes/laundry.svg
@@ -0,0 +1,13 @@
+<svg width="96px" height="64px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1">
+ <rect width='96' height='64' id='background' fill='#1b1a1e'></rect>
+ <!-- Foreground -->
+ <circle cx='24' cy='24' r='8' id='f_high' fill='#ffffff'></circle>
+ <circle cx='40' cy='24' r='8' id='f_med' fill='#ff2851'></circle>
+ <circle cx='56' cy='24' r='8' id='f_low' fill='#3e3d42'></circle>
+ <circle cx='72' cy='24' r='8' id='f_inv' fill='#000000'></circle>
+ <!-- Background -->
+ <circle cx='24' cy='40' r='8' id='b_high' fill='#bdbcc1'></circle>
+ <circle cx='40' cy='40' r='8' id='b_med' fill='#63606b'></circle>
+ <circle cx='56' cy='40' r='8' id='b_low' fill='#151417'></circle>
+ <circle cx='72' cy='40' r='8' id='b_inv' fill='#ff2851'></circle>
+</svg> \ No newline at end of file