aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorЛu Лinveгa <aliceffekt@gmail.com>2018-09-06 09:54:26 +1200
committerGitHub <noreply@github.com>2018-09-06 09:54:26 +1200
commit4daf1c45fcac0060b0179cc8622223dfedd8c2ee (patch)
tree1895288987ffa745f8b0e9bd7f26643055dd6d1d
parent6ee000e511f07d7fd1e4d31b68f3c5ba9c0d15b4 (diff)
parent1a8c1a25e5f59e2563220b6c203c85548dbdec01 (diff)
Merge pull request #13 from madebyflame/master
Add Aeriform themes
-rw-r--r--assets/2b.svg12
-rw-r--r--assets/cpc.svg12
-rw-r--r--assets/frameio.svg12
-rw-r--r--assets/ramma.svg12
-rw-r--r--assets/snow.svg12
-rw-r--r--assets/tape.svg12
-rw-r--r--assets/tape_se.svg12
-rw-r--r--assets/toxik.svg12
-rwxr-xr-xthemes/2b.thm18
-rw-r--r--themes/cpc.thm18
-rwxr-xr-xthemes/frameio.thm18
-rwxr-xr-xthemes/ramma.thm18
-rw-r--r--themes/snow.thm18
-rw-r--r--themes/tape.thm18
-rwxr-xr-xthemes/tape_se.thm18
-rwxr-xr-xthemes/toxik.thm18
16 files changed, 240 insertions, 0 deletions
diff --git a/assets/2b.svg b/assets/2b.svg
new file mode 100644
index 0000000..84f69d8
--- /dev/null
+++ b/assets/2b.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='#D4D3C0' rx='5' ry='5'></rect>
+ <circle cx='24' cy='24' r='8' fill='#534e41'></circle>
+ <circle cx='40' cy='24' r='8' fill='#DFDDCA'></circle>
+ <circle cx='56' cy='24' r='8' fill='#EDE6D4'></circle>
+ <circle cx='72' cy='24' r='8' fill='#EDE6D4'></circle>
+ <circle cx='24' cy='40' r='8' fill='#EDE6D4'></circle>
+ <circle cx='40' cy='40' r='8' fill='#534e41'></circle>
+ <circle cx='56' cy='40' r='8' fill='#DFDDCA'></circle>
+ <circle cx='72' cy='40' r='8' fill='#cc295c'></circle>
+ </svg>
diff --git a/assets/cpc.svg b/assets/cpc.svg
new file mode 100644
index 0000000..83f2fdb
--- /dev/null
+++ b/assets/cpc.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='#000062' rx='5' ry='5'></rect>
+ <circle cx='24' cy='24' r='8' fill='#ffff1c'></circle>
+ <circle cx='40' cy='24' r='8' fill='#ffff1c'></circle>
+ <circle cx='56' cy='24' r='8' fill='#ffff1c'></circle>
+ <circle cx='72' cy='24' r='8' fill='#ffff1c'></circle>
+ <circle cx='24' cy='40' r='8' fill='#ffff1c'></circle>
+ <circle cx='40' cy='40' r='8' fill='#ff0000'></circle>
+ <circle cx='56' cy='40' r='8' fill='#000062'></circle>
+ <circle cx='72' cy='40' r='8' fill='#000062'></circle>
+ </svg>
diff --git a/assets/frameio.svg b/assets/frameio.svg
new file mode 100644
index 0000000..a97f711
--- /dev/null
+++ b/assets/frameio.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='#252526' rx='5' ry='5'></rect>
+ <circle cx='24' cy='24' r='8' fill='#ededed'></circle>
+ <circle cx='40' cy='24' r='8' fill='#2d2d30'></circle>
+ <circle cx='56' cy='24' r='8' fill='#ed2c3e'></circle>
+ <circle cx='72' cy='24' r='8' fill='#2d2d30'></circle>
+ <circle cx='24' cy='40' r='8' fill='#ed2c3e'></circle>
+ <circle cx='40' cy='40' r='8' fill='#2d2d30'></circle>
+ <circle cx='56' cy='40' r='8' fill='#2d2d30'></circle>
+ <circle cx='72' cy='40' r='8' fill='#ededed'></circle>
+ </svg>
diff --git a/assets/ramma.svg b/assets/ramma.svg
new file mode 100644
index 0000000..52a5d4f
--- /dev/null
+++ b/assets/ramma.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='#333848' rx='5' ry='5'></rect>
+ <circle cx='24' cy='24' r='8' fill='#edeef2'></circle>
+ <circle cx='40' cy='24' r='8' fill='#394153'></circle>
+ <circle cx='56' cy='24' r='8' fill='#edeef2'></circle>
+ <circle cx='72' cy='24' r='8' fill='#394153'></circle>
+ <circle cx='24' cy='40' r='8' fill='#edeef2'></circle>
+ <circle cx='40' cy='40' r='8' fill='#394153'></circle>
+ <circle cx='56' cy='40' r='8' fill='#394153'></circle>
+ <circle cx='72' cy='40' r='8' fill='#5b52fe'></circle>
+ </svg>
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/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/assets/tape_se.svg b/assets/tape_se.svg
new file mode 100644
index 0000000..d2ed194
--- /dev/null
+++ b/assets/tape_se.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='#2f2d2b' rx='5' ry='5'></rect>
+ <circle cx='24' cy='24' r='8' fill='#d9d6cc'></circle>
+ <circle cx='40' cy='24' r='8' fill='#3e3a38'></circle>
+ <circle cx='56' cy='24' r='8' fill='#454440'></circle>
+ <circle cx='72' cy='24' r='8' fill='#3e3a38'></circle>
+ <circle cx='24' cy='40' r='8' fill='#454440'></circle>
+ <circle cx='40' cy='40' r='8' fill='#eb3f48'></circle>
+ <circle cx='56' cy='40' r='8' fill='#2f2d2b'></circle>
+ <circle cx='72' cy='40' r='8' fill='#d9d6cc'></circle>
+ </svg>
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/2b.thm b/themes/2b.thm
new file mode 100755
index 0000000..18a0bed
--- /dev/null
+++ b/themes/2b.thm
@@ -0,0 +1,18 @@
+{
+ "meta": {
+ "author": "unknown",
+ "version": 2,
+ "revision": 1
+ },
+ "data": {
+ "background": "#D4D3C0",
+ "f_high": "#534e41",
+ "f_med": "#DFDDCA",
+ "f_low": "#EDE6D4",
+ "f_inv": "#EDE6D4",
+ "b_high": "#EDE6D4",
+ "b_med": "#534e41",
+ "b_low": "#DFDDCA",
+ "b_inv": "#cc295c"
+ }
+}
diff --git a/themes/cpc.thm b/themes/cpc.thm
new file mode 100644
index 0000000..cb73389
--- /dev/null
+++ b/themes/cpc.thm
@@ -0,0 +1,18 @@
+{
+ "meta": {
+ "author": "aeriform",
+ "version": 2,
+ "revision": 1
+ },
+ "data": {
+ "background": "#000062",
+ "f_high": "#ffff1c",
+ "f_med": "#ffff1c",
+ "f_low": "#ffff1c",
+ "f_inv": "#ffff1c",
+ "b_high": "#ffff1c",
+ "b_med": "#ff0000",
+ "b_low": "#000062",
+ "b_inv": "#000062"
+ }
+}
diff --git a/themes/frameio.thm b/themes/frameio.thm
new file mode 100755
index 0000000..8bf597a
--- /dev/null
+++ b/themes/frameio.thm
@@ -0,0 +1,18 @@
+{
+ "meta": {
+ "author": "aeriform",
+ "version": 2,
+ "revision": 1
+ },
+ "data": {
+ "background": "#333848",
+ "f_high": "#edeef2",
+ "f_med": "#394153",
+ "f_low": "#edeef2",
+ "f_inv": "#394153",
+ "b_high": "#edeef2",
+ "b_med": "#394153",
+ "b_low": "#394153",
+ "b_inv": "#5b52fe"
+ }
+}
diff --git a/themes/ramma.thm b/themes/ramma.thm
new file mode 100755
index 0000000..e0b3e3b
--- /dev/null
+++ b/themes/ramma.thm
@@ -0,0 +1,18 @@
+{
+ "meta": {
+ "author": "aeriform",
+ "version": 2,
+ "revision": 1
+ },
+ "data": {
+ "background": "#252526",
+ "f_high": "#ededed",
+ "f_med": "#2d2d30",
+ "f_low": "#ed2c3e",
+ "f_inv": "#2d2d30",
+ "b_high": "#ed2c3e",
+ "b_med": "#2d2d30",
+ "b_low": "#2d2d30",
+ "b_inv": "#ededed"
+ }
+}
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"
+ }
+}
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"
+ }
+}
diff --git a/themes/tape_se.thm b/themes/tape_se.thm
new file mode 100755
index 0000000..5643061
--- /dev/null
+++ b/themes/tape_se.thm
@@ -0,0 +1,18 @@
+{
+ "meta": {
+ "author": "aeriform",
+ "version": 2,
+ "revision": 1
+ },
+ "data": {
+ "background": "#2f2d2b",
+ "f_high": "#d9d6cc",
+ "f_med": "#3e3a38",
+ "f_low": "#454440",
+ "f_inv": "#3e3a38",
+ "b_high": "#454440",
+ "b_med": "#eb3f48",
+ "b_low": "#2f2d2b",
+ "b_inv": "#d9d6cc"
+ }
+}
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"
+ }
+}