diff options
| author | aeriform <madebyflame@gmail.com> | 2018-09-02 19:08:27 +0000 |
|---|---|---|
| committer | aeriform <madebyflame@gmail.com> | 2018-09-02 19:08:27 +0000 |
| commit | e97cd9997ed6f7c2c4e953f8750ac4da99879e6c (patch) | |
| tree | f4f653ba009c93fa6ddc70cc36d49335c0579c18 /themes | |
| parent | 8dec98888247cc9505947b1846907d529c8f0a14 (diff) | |
Add tape
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/tape.thm | 18 |
1 files changed, 18 insertions, 0 deletions
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" + } +} |
