aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraeriform <madebyflame@gmail.com>2018-09-02 19:08:03 +0000
committeraeriform <madebyflame@gmail.com>2018-09-02 19:08:03 +0000
commit4f7ed2bbff4697ce9686b974d60093cab243dae0 (patch)
treebd238b33b30056eda0d8fa925f4dfe166b344507
parent5f80e3ab11abd21022c61437448e46eb31da15c3 (diff)
Add snow
-rw-r--r--assets/snow.svg12
-rw-r--r--themes/snow.thm18
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"
+ }
+}