aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorConrad Leander <xavoneir@gmail.com>2018-09-16 12:45:20 -0700
committerGitHub <noreply@github.com>2018-09-16 12:45:20 -0700
commitd3aa66aa6c0cec55c97907ae489242d41ac1e80e (patch)
tree16d9a297d503efccf8f9cd0561df2ea232d6972d /themes
parentc79d29f9afbcf4ee902b6f0a1aa66807408b83c6 (diff)
Create boysenberry.svg
Diffstat (limited to 'themes')
-rw-r--r--themes/boysenberry.svg14
1 files changed, 14 insertions, 0 deletions
diff --git a/themes/boysenberry.svg b/themes/boysenberry.svg
new file mode 100644
index 0000000..8e6812d
--- /dev/null
+++ b/themes/boysenberry.svg
@@ -0,0 +1,14 @@
+<!-- Author: Xavoneir -->
+<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='#171717'></rect>
+ <!-- Foreground -->
+ <circle cx='24' cy='24' r='8' id='f_high' fill='#efefef'></circle>
+ <circle cx='40' cy='24' r='8' id='f_med' fill='#873260'></circle>
+ <circle cx='56' cy='24' r='8' id='f_low' fill='#919191'></circle>
+ <circle cx='72' cy='24' r='8' id='f_inv' fill='#070707'></circle>
+ <!-- Background -->
+ <circle cx='24' cy='40' r='8' id='b_high' fill='#cccccc'></circle>
+ <circle cx='40' cy='40' r='8' id='b_med' fill='#676767'></circle>
+ <circle cx='56' cy='40' r='8' id='b_low' fill='#373737'></circle>
+ <circle cx='72' cy='40' r='8' id='b_inv' fill='#873260'></circle>
+</svg>