diff options
| author | Devine Lu Linvega <aliceffekt@gmail.com> | 2018-09-15 09:39:46 +1200 |
|---|---|---|
| committer | Devine Lu Linvega <aliceffekt@gmail.com> | 2018-09-15 09:39:46 +1200 |
| commit | fe0bf8dbeb46761511d43697a7935e0f6a27de85 (patch) | |
| tree | 7ba816afad9db27378017e42f58abdc3ef8a63e7 /themes | |
| parent | 5941d10541a0fcfaaab11fc19c9f6ab5df554131 (diff) | |
*
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/berry.svg | 12 | ||||
| -rw-r--r-- | themes/frameio.svg | 12 | ||||
| -rw-r--r-- | themes/mahou.svg | 13 | ||||
| -rw-r--r-- | themes/pico8.svg | 12 | ||||
| -rw-r--r-- | themes/swiss.svg (renamed from themes/TODO/swiss.svg) | 0 |
5 files changed, 49 insertions, 0 deletions
diff --git a/themes/berry.svg b/themes/berry.svg new file mode 100644 index 0000000..4773a0b --- /dev/null +++ b/themes/berry.svg @@ -0,0 +1,12 @@ + +<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='#9EB7FF'></rect> + <circle cx='24' cy='24' r='8' id='f_high' fill='#FFFFFF'></circle> + <circle cx='40' cy='24' r='8' id='f_med' fill='#1C0A16'></circle> + <circle cx='56' cy='24' r='8' id='f_low' fill='#1C0A16'></circle> + <circle cx='72' cy='24' r='8' id='f_inv' fill='#FFFFFF'></circle> + <circle cx='24' cy='40' r='8' id='b_high' fill='#6ADEDC'></circle> + <circle cx='40' cy='40' r='8' id='b_med' fill='#6ADEDC'></circle> + <circle cx='56' cy='40' r='8' id='b_low' fill='#1C0A16'></circle> + <circle cx='72' cy='40' r='8' id='b_inv' fill='#6ADEDC'></circle> + </svg>
\ No newline at end of file diff --git a/themes/frameio.svg b/themes/frameio.svg new file mode 100644 index 0000000..82a4c0a --- /dev/null +++ b/themes/frameio.svg @@ -0,0 +1,12 @@ + + <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='#333848'></rect> + <circle cx='24' cy='24' r='8' id='f_high' fill='#edeef2'></circle> + <circle cx='40' cy='24' r='8' id='f_med' fill='#5b52fe'></circle> + <circle cx='56' cy='24' r='8' id='f_low' fill='#394153'></circle> + <circle cx='72' cy='24' r='8' id='f_inv' fill='#5b52fe'></circle> + <circle cx='24' cy='40' r='8' id='b_high' fill='#edeef2'></circle> + <circle cx='40' cy='40' r='8' id='b_med' fill='#394153'></circle> + <circle cx='56' cy='40' r='8' id='b_low' fill='#394153'></circle> + <circle cx='72' cy='40' r='8' id='b_inv' fill='#5b52fe'></circle> + </svg>
\ No newline at end of file diff --git a/themes/mahou.svg b/themes/mahou.svg new file mode 100644 index 0000000..97e41b7 --- /dev/null +++ b/themes/mahou.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='#E0B1CB'></rect> + <!-- Foreground --> + <circle cx='24' cy='24' r='8' id='f_high' fill='#231942'></circle> + <circle cx='40' cy='24' r='8' id='f_med' fill='#5E548E'></circle> + <circle cx='56' cy='24' r='8' id='f_low' fill='#BE95C4'></circle> + <circle cx='72' cy='24' r='8' id='f_inv' fill='#E0B1CB'></circle> + <!-- Background --> + <circle cx='24' cy='40' r='8' id='b_high' fill='#FFFFFF'></circle> + <circle cx='40' cy='40' r='8' id='b_med' fill='#5E548E'></circle> + <circle cx='56' cy='40' r='8' id='b_low' fill='#BE95C4'></circle> + <circle cx='72' cy='40' r='8' id='b_inv' fill='#9F86C0'></circle> +</svg>
\ No newline at end of file diff --git a/themes/pico8.svg b/themes/pico8.svg new file mode 100644 index 0000000..e9f4498 --- /dev/null +++ b/themes/pico8.svg @@ -0,0 +1,12 @@ + + <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='#5f564e'></rect> + <circle cx='24' cy='24' r='8' id='f_high' fill='#fff1e9'></circle> + <circle cx='40' cy='24' r='8' id='f_med' fill='#ff78a9'></circle> + <circle cx='56' cy='24' r='8' id='f_low' fill='#695f56'></circle> + <circle cx='72' cy='24' r='8' id='f_inv' fill='#00aefe'></circle> + <circle cx='24' cy='40' r='8' id='b_high' fill='#fff1e9'></circle> + <circle cx='40' cy='40' r='8' id='b_med' fill='#5f564e'></circle> + <circle cx='56' cy='40' r='8' id='b_low' fill='#695f56'></circle> + <circle cx='72' cy='40' r='8' id='b_inv' fill='#ff78a9'></circle> + </svg>
\ No newline at end of file diff --git a/themes/TODO/swiss.svg b/themes/swiss.svg index ca41cf0..ca41cf0 100644 --- a/themes/TODO/swiss.svg +++ b/themes/swiss.svg |
