diff options
| author | aeriform <madebyflame@gmail.com> | 2018-09-02 19:06:57 +0000 |
|---|---|---|
| committer | aeriform <madebyflame@gmail.com> | 2018-09-02 19:06:57 +0000 |
| commit | af7f33af30e52abfa6d6d3a52cb9ab49eae63494 (patch) | |
| tree | 1409676c12d58f35963f8b2385da96644e8c16a5 | |
| parent | 6ee000e511f07d7fd1e4d31b68f3c5ba9c0d15b4 (diff) | |
Add 2b
| -rw-r--r-- | assets/2b.svg | 12 | ||||
| -rwxr-xr-x | themes/2b.thm | 18 |
2 files changed, 30 insertions, 0 deletions
diff --git a/assets/2b.svg b/assets/2b.svg new file mode 100644 index 0000000..84f69d8 --- /dev/null +++ b/assets/2b.svg @@ -0,0 +1,12 @@ + + <svg class="vector" width="112px" height="64px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1"> + <rect width='96' height='64' fill='#D4D3C0' rx='5' ry='5'></rect> + <circle cx='24' cy='24' r='8' fill='#534e41'></circle> + <circle cx='40' cy='24' r='8' fill='#DFDDCA'></circle> + <circle cx='56' cy='24' r='8' fill='#EDE6D4'></circle> + <circle cx='72' cy='24' r='8' fill='#EDE6D4'></circle> + <circle cx='24' cy='40' r='8' fill='#EDE6D4'></circle> + <circle cx='40' cy='40' r='8' fill='#534e41'></circle> + <circle cx='56' cy='40' r='8' fill='#DFDDCA'></circle> + <circle cx='72' cy='40' r='8' fill='#cc295c'></circle> + </svg> diff --git a/themes/2b.thm b/themes/2b.thm new file mode 100755 index 0000000..18a0bed --- /dev/null +++ b/themes/2b.thm @@ -0,0 +1,18 @@ +{ + "meta": { + "author": "unknown", + "version": 2, + "revision": 1 + }, + "data": { + "background": "#D4D3C0", + "f_high": "#534e41", + "f_med": "#DFDDCA", + "f_low": "#EDE6D4", + "f_inv": "#EDE6D4", + "b_high": "#EDE6D4", + "b_med": "#534e41", + "b_low": "#DFDDCA", + "b_inv": "#cc295c" + } +} |
