aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraeriform <madebyflame@gmail.com>2018-09-02 19:08:27 +0000
committeraeriform <madebyflame@gmail.com>2018-09-02 19:08:27 +0000
commite97cd9997ed6f7c2c4e953f8750ac4da99879e6c (patch)
treef4f653ba009c93fa6ddc70cc36d49335c0579c18
parent8dec98888247cc9505947b1846907d529c8f0a14 (diff)
Add tape
-rw-r--r--assets/tape.svg12
-rw-r--r--themes/tape.thm18
2 files changed, 30 insertions, 0 deletions
diff --git a/assets/tape.svg b/assets/tape.svg
new file mode 100644
index 0000000..cba07e0
--- /dev/null
+++ b/assets/tape.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='#dad7cd' rx='5' ry='5'></rect>
+ <circle cx='24' cy='24' r='8' fill='#d9d6cc'></circle>
+ <circle cx='40' cy='24' r='8' fill='#dad7cd'></circle>
+ <circle cx='56' cy='24' r='8' fill='#e5e3dc'></circle>
+ <circle cx='72' cy='24' r='8' fill='#dad7cd'></circle>
+ <circle cx='24' cy='40' r='8' fill='#e5e3dc'></circle>
+ <circle cx='40' cy='40' r='8' fill='#eb3f48'></circle>
+ <circle cx='56' cy='40' r='8' fill='#dad7cd'></circle>
+ <circle cx='72' cy='40' r='8' fill='#43423e'></circle>
+ </svg>
diff --git a/themes/tape.thm b/themes/tape.thm
new file mode 100644
index 0000000..fe34a50
--- /dev/null
+++ b/themes/tape.thm
@@ -0,0 +1,18 @@
+{
+ "meta": {
+ "author": "aeriform",
+ "version": 2,
+ "revision": 1
+ },
+ "data": {
+ "background": "#dad7cd",
+ "f_high": "#d9d6cc",
+ "f_med": "#dad7cd",
+ "f_low": "#e5e3dc",
+ "f_inv": "#dad7cd",
+ "b_high": "#e5e3dc",
+ "b_med": "#eb3f48",
+ "b_low": "#dad7cd",
+ "b_inv": "#43423e"
+ }
+}