diff options
| author | Devine Lu Linvega <aliceffekt@gmail.com> | 2018-09-14 14:10:11 +1200 |
|---|---|---|
| committer | Devine Lu Linvega <aliceffekt@gmail.com> | 2018-09-14 14:10:11 +1200 |
| commit | 890f44c50d8624d605422f494d2825d7e16eecda (patch) | |
| tree | ba52aa078f7ea264d953a6359e7218485bc1070d | |
| parent | 4192e05af00e42b4a5ebb0144eca17d40b6eb3f8 (diff) | |
*
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | themes/apollo.svg | 34 | ||||
| -rw-r--r-- | themes/lotus.svg | 34 |
3 files changed, 72 insertions, 0 deletions
@@ -69,6 +69,10 @@ The theme file format is a SVG file. The [theme.js](https://github.com/hundredra </svg> ``` +## Collection + +|  |  |  | + ## Supported Applications - [Marabu](https://github.com/hundredrabbits/Marabu), music tool. diff --git a/themes/apollo.svg b/themes/apollo.svg new file mode 100644 index 0000000..bb26f33 --- /dev/null +++ b/themes/apollo.svg @@ -0,0 +1,34 @@ +<svg width="96px" height="64px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1"> + <rect width='96' height='64' fill='#29272b'></rect> + <!-- Foreground --> + <circle cx='24' cy='24' r='8' fill='#ffffff'></circle> + <circle cx='40' cy='24' r='8' fill='#e47464'></circle> + <circle cx='56' cy='24' r='8' fill='#66606b'></circle> + <circle cx='72' cy='24' r='8' fill='#000000'></circle> + <!-- Background --> + <circle cx='24' cy='40' r='8' fill='#ffffff'></circle> + <circle cx='40' cy='40' r='8' fill='#5f5353'></circle> + <circle cx='56' cy='40' r='8' fill='#47424a'></circle> + <circle cx='72' cy='40' r='8' fill='#e47464'></circle> +</svg> + +<!-- THEME +{ + "meta": { + "author": "unknown", + "version": 2, + "revision": 1 + }, + "data": { + "background": "#29272b", + "f_high": "#ffffff", + "f_med": "#e47464", + "f_low": "#66606b", + "f_inv": "#000000", + "b_high": "#ffffff", + "b_med": "#5f5353", + "b_low": "#47424a", + "b_inv": "#e47464" + } +} +-->
\ No newline at end of file diff --git a/themes/lotus.svg b/themes/lotus.svg new file mode 100644 index 0000000..b18f894 --- /dev/null +++ b/themes/lotus.svg @@ -0,0 +1,34 @@ +<svg width="96px" height="64px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1"> + <rect width='96' height='64' fill='#161616'></rect> + <!-- Foreground --> + <circle cx='24' cy='24' r='8' fill='#f0c098'></circle> + <circle cx='40' cy='24' r='8' fill='#333333'></circle> + <circle cx='56' cy='24' r='8' fill='#555555'></circle> + <circle cx='72' cy='24' r='8' fill='#222222'></circle> + <!-- Background --> + <circle cx='24' cy='40' r='8' fill='#ffffff'></circle> + <circle cx='40' cy='40' r='8' fill='#222222'></circle> + <circle cx='56' cy='40' r='8' fill='#333333'></circle> + <circle cx='72' cy='40' r='8' fill='#f0c098'></circle> +</svg> + +<!-- THEME +{ + "meta": { + "author": "neauoire", + "version": 2, + "revision": 1 + }, + "data": { + "background": "#161616", + "f_high": "#f0c098", + "f_med": "#888888", + "f_low": "#555555", + "f_inv": "#222222", + "b_high": "#ffffff", + "b_med": "#222222", + "b_low": "#333333", + "b_inv": "#f0c098" + } +} +-->
\ No newline at end of file |
