diff options
| -rw-r--r-- | assets/snow.svg | 12 | ||||
| -rw-r--r-- | themes/snow.thm | 18 |
2 files changed, 30 insertions, 0 deletions
diff --git a/assets/snow.svg b/assets/snow.svg new file mode 100644 index 0000000..54b85fb --- /dev/null +++ b/assets/snow.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='#eeefee' rx='5' ry='5'></rect> + <circle cx='24' cy='24' r='8' fill='#545454'></circle> + <circle cx='40' cy='24' r='8' fill='#fbfbfb'></circle> + <circle cx='56' cy='24' r='8' fill='#fbfbfb'></circle> + <circle cx='72' cy='24' r='8' fill='#ed2c3e'></circle> + <circle cx='24' cy='40' r='8' fill='#fbfbfb'></circle> + <circle cx='40' cy='40' r='8' fill='#ed2c3e'></circle> + <circle cx='56' cy='40' r='8' fill='#f5f5f5'></circle> + <circle cx='72' cy='40' r='8' fill='#545454'></circle> + </svg> diff --git a/themes/snow.thm b/themes/snow.thm new file mode 100644 index 0000000..813e4f4 --- /dev/null +++ b/themes/snow.thm @@ -0,0 +1,18 @@ +{ + "meta": { + "author": "aeriform", + "version": 2, + "revision": 1 + }, + "data": { + "background": "#eeefee", + "f_high": "#545454", + "f_med": "#fbfbfb", + "f_low": "#fbfbfb", + "f_inv": "#ed2c3e", + "b_high": "#fbfbfb", + "b_med": "#ed2c3e", + "b_low": "#f5f5f5", + "b_inv": "#545454" + } +} |
