aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubic <adamtheball@gmail.com>2019-11-10 13:25:06 -0800
committerrubic <adamtheball@gmail.com>2019-11-10 13:25:06 -0800
commit0c51967f7593b135fcb6294fd71e13da59f3eec6 (patch)
tree96e9cf0e5b57fc0b456a8e0b76914464338c7f3c
parented0daab9b8c33e27e9172c0ff2920825a1c95e1b (diff)
added pawbin theme
-rw-r--r--themes/pawbin.svg14
1 files changed, 14 insertions, 0 deletions
diff --git a/themes/pawbin.svg b/themes/pawbin.svg
new file mode 100644
index 0000000..ef0b7f3
--- /dev/null
+++ b/themes/pawbin.svg
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="96px" height="64px" version="1.1">
+ <rect width="96" height="64" id="background" fill="#2b2933"/>
+
+ <circle cx="24" cy="24" r="8" id="f_high" fill="#f2f2f2"/>
+ <circle cx="40" cy="24" r="8" id="f_med" fill="#00bdd6"/>
+ <circle cx="56" cy="24" r="8" id="f_low" fill="#aa9fdf"/>
+ <circle cx="72" cy="24" r="8" id="f_inv" fill="#1a1820"/>
+
+ <circle cx="24" cy="40" r="8" id="b_high" fill="#1a1820"/>
+ <circle cx="40" cy="40" r="8" id="b_med" fill="#24212c"/>
+ <circle cx="56" cy="40" r="8" id="b_low" fill="#34303b"/>
+ <circle cx="72" cy="40" r="8" id="b_inv" fill="#f2f2f2"/>
+</svg>