aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevine Lu Linvega <aliceffekt@gmail.com>2018-09-15 07:37:00 +1200
committerDevine Lu Linvega <aliceffekt@gmail.com>2018-09-15 07:37:00 +1200
commit99c0357845c873b042ce6179616442d244041c2e (patch)
tree79ffcb381aa5a295cfc1f0ee6df12f99067c8aae
parentb57d7d9a19e911f097d749bf826e20f539c9229e (diff)
Added Pico's theme
-rw-r--r--themes/pico.svg13
1 files changed, 13 insertions, 0 deletions
diff --git a/themes/pico.svg b/themes/pico.svg
new file mode 100644
index 0000000..4f7d7b8
--- /dev/null
+++ b/themes/pico.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='#111111'></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='#333333'></circle>
+ <circle cx='56' cy='24' r='8' id='f_low' fill='#000000'></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='#ffb545'></circle>
+ <circle cx='40' cy='40' r='8' id='b_med' fill='#72dec2'></circle>
+ <circle cx='56' cy='40' r='8' id='b_low' fill='#444444'></circle>
+ <circle cx='72' cy='40' r='8' id='b_inv' fill='#ffffff'></circle>
+</svg> \ No newline at end of file