aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraeriform <madebyflame@gmail.com>2018-09-02 19:07:30 +0000
committeraeriform <madebyflame@gmail.com>2018-09-02 19:07:30 +0000
commit0e2411aa97cff3d05ff5ed002d48e60de319a568 (patch)
treeafb619dd023a2756180d1cb76319a09fd5b4c637
parentd204a1740a563a79b7d7f419693dca2fb9a7390b (diff)
Add toxik
-rw-r--r--assets/toxik.svg12
-rwxr-xr-xthemes/toxik.thm18
2 files changed, 30 insertions, 0 deletions
diff --git a/assets/toxik.svg b/assets/toxik.svg
new file mode 100644
index 0000000..36090ea
--- /dev/null
+++ b/assets/toxik.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='#404040' rx='5' ry='5'></rect>
+ <circle cx='24' cy='24' r='8' fill='#ccd6d6'></circle>
+ <circle cx='40' cy='24' r='8' fill='#464646'></circle>
+ <circle cx='56' cy='24' r='8' fill='#EDEEF2'></circle>
+ <circle cx='72' cy='24' r='8' fill='#464646'></circle>
+ <circle cx='24' cy='40' r='8' fill='#EDEEF2'></circle>
+ <circle cx='40' cy='40' r='8' fill='#464646'></circle>
+ <circle cx='56' cy='40' r='8' fill='#464646'></circle>
+ <circle cx='72' cy='40' r='8' fill='#ff681d'></circle>
+ </svg>
diff --git a/themes/toxik.thm b/themes/toxik.thm
new file mode 100755
index 0000000..a925349
--- /dev/null
+++ b/themes/toxik.thm
@@ -0,0 +1,18 @@
+{
+ "meta": {
+ "author": "aeriform",
+ "version": 2,
+ "revision": 1
+ },
+ "data": {
+ "background": "#404040",
+ "f_high": "#ccd6d6",
+ "f_med": "#464646",
+ "f_low": "#EDEEF2",
+ "f_inv": "#464646",
+ "b_high": "#EDEEF2",
+ "b_med": "#464646",
+ "b_low": "#464646",
+ "b_inv": "#ff681d"
+ }
+}