diff options
| author | aeriform <madebyflame@gmail.com> | 2018-09-02 19:07:15 +0000 |
|---|---|---|
| committer | aeriform <madebyflame@gmail.com> | 2018-09-02 19:07:15 +0000 |
| commit | d204a1740a563a79b7d7f419693dca2fb9a7390b (patch) | |
| tree | 058e85804699b71ee3c49454abfe9bb901e1582d | |
| parent | af7f33af30e52abfa6d6d3a52cb9ab49eae63494 (diff) | |
Add cpc
| -rw-r--r-- | assets/cpc.svg | 12 | ||||
| -rw-r--r-- | themes/cpc.thm | 18 |
2 files changed, 30 insertions, 0 deletions
diff --git a/assets/cpc.svg b/assets/cpc.svg new file mode 100644 index 0000000..83f2fdb --- /dev/null +++ b/assets/cpc.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='#000062' rx='5' ry='5'></rect> + <circle cx='24' cy='24' r='8' fill='#ffff1c'></circle> + <circle cx='40' cy='24' r='8' fill='#ffff1c'></circle> + <circle cx='56' cy='24' r='8' fill='#ffff1c'></circle> + <circle cx='72' cy='24' r='8' fill='#ffff1c'></circle> + <circle cx='24' cy='40' r='8' fill='#ffff1c'></circle> + <circle cx='40' cy='40' r='8' fill='#ff0000'></circle> + <circle cx='56' cy='40' r='8' fill='#000062'></circle> + <circle cx='72' cy='40' r='8' fill='#000062'></circle> + </svg> diff --git a/themes/cpc.thm b/themes/cpc.thm new file mode 100644 index 0000000..cb73389 --- /dev/null +++ b/themes/cpc.thm @@ -0,0 +1,18 @@ +{ + "meta": { + "author": "aeriform", + "version": 2, + "revision": 1 + }, + "data": { + "background": "#000062", + "f_high": "#ffff1c", + "f_med": "#ffff1c", + "f_low": "#ffff1c", + "f_inv": "#ffff1c", + "b_high": "#ffff1c", + "b_med": "#ff0000", + "b_low": "#000062", + "b_inv": "#000062" + } +} |
