diff options
Diffstat (limited to 'themes/obsidian.svg')
| -rw-r--r-- | themes/obsidian.svg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/themes/obsidian.svg b/themes/obsidian.svg new file mode 100644 index 0000000..cfea71a --- /dev/null +++ b/themes/obsidian.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='#22282a'></rect> + <!-- Foreground --> + <circle cx='24' cy='24' r='8' id='f_high' fill='#f1f2f3'></circle> + <circle cx='40' cy='24' r='8' id='f_med' fill='#ec7600'></circle> + <circle cx='56' cy='24' r='8' id='f_low' fill='#93c763'></circle> + <circle cx='72' cy='24' r='8' id='f_inv' fill='#963a46'></circle> + <!-- Background --> + <circle cx='24' cy='40' r='8' id='b_high' fill='#678cb1'></circle> + <circle cx='40' cy='40' r='8' id='b_med' fill='#4f6164'></circle> + <circle cx='56' cy='40' r='8' id='b_low' fill='#42464C'></circle> + <circle cx='72' cy='40' r='8' id='b_inv' fill='#ffcd22'></circle> +</svg> |
