aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevine Lu Linvega <aliceffekt@gmail.com>2018-02-07 09:59:35 +1300
committerDevine Lu Linvega <aliceffekt@gmail.com>2018-02-07 09:59:35 +1300
commitd75c1b2abe5fc5c23eff88d438484fab2dc9ff09 (patch)
tree5f28a69dece606203a78084a0f783df6e5bdd3b3
parent5e839736dafcd793b32c4d8cefa2bb08e359fdb6 (diff)
Added coal
-rw-r--r--README.md9
-rw-r--r--assets/coal.svg12
-rw-r--r--assets/deuveir.svg2
-rw-r--r--themes/coal.thm11
-rw-r--r--themes/deuveir.thm2
5 files changed, 31 insertions, 5 deletions
diff --git a/README.md b/README.md
index 694d4fb..ebc5d9f 100644
--- a/README.md
+++ b/README.md
@@ -7,12 +7,12 @@ This collection of themes are meant to be used with [Marabu](https://github.com/
To install a theme, simply drag the `thm` file onto the application window.
You are welcome to submit your own themes to this collection!
-## [apollo11](themes/apollo11.thm)
-![apollo11](assets/apollo11.svg)
-
## [apollo](themes/apollo.thm)
![apollo](assets/apollo.svg)
+## [apollo11](themes/apollo11.thm)
+![apollo11](assets/apollo11.svg)
+
## [ash](themes/ash.thm)
![ash](assets/ash.svg)
@@ -31,6 +31,9 @@ You are welcome to submit your own themes to this collection!
## [commodore](themes/commodore.thm)
![commodore](assets/commodore.svg)
+## [coal](themes/coal.thm)
+![coal](assets/coal.svg)
+
## [deuveir](themes/deuveir.thm)
![deuveir](assets/deuveir.svg)
diff --git a/assets/coal.svg b/assets/coal.svg
new file mode 100644
index 0000000..ba08699
--- /dev/null
+++ b/assets/coal.svg
@@ -0,0 +1,12 @@
+
+ <svg class="vector" width="80px" height="48px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1">
+ <rect width='80' height='48' fill='#EDEAEA' rx='5' ry='5'></rect>
+ <circle cx='16' cy='16' r='8' fill='#393B3F'></circle>
+ <circle cx='32' cy='16' r='8' fill='#A3A3A4'></circle>
+ <circle cx='48' cy='16' r='8' fill='#808790'></circle>
+ <circle cx='64' cy='16' r='8' fill='#000'></circle>
+ <circle cx='16' cy='32' r='8' fill='#333333'></circle>
+ <circle cx='32' cy='32' r='8' fill='#777777'></circle>
+ <circle cx='48' cy='32' r='8' fill='#DDDDDD'></circle>
+ <circle cx='64' cy='32' r='8' fill='#fff'></circle>
+ </svg> \ No newline at end of file
diff --git a/assets/deuveir.svg b/assets/deuveir.svg
index c8e5421..8d4ff34 100644
--- a/assets/deuveir.svg
+++ b/assets/deuveir.svg
@@ -1,7 +1,7 @@
<svg class="vector" width="80px" height="48px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1">
<rect width='80' height='48' fill='#141414' rx='5' ry='5'></rect>
- <circle cx='16' cy='16' r='8' fill='#efefef'></circle>
+ <circle cx='16' cy='16' r='8' fill='#f4f4f4'></circle>
<circle cx='32' cy='16' r='8' fill='#efefef'></circle>
<circle cx='48' cy='16' r='8' fill='#3d3d3d'></circle>
<circle cx='64' cy='16' r='8' fill='#141414'></circle>
diff --git a/themes/coal.thm b/themes/coal.thm
new file mode 100644
index 0000000..061d292
--- /dev/null
+++ b/themes/coal.thm
@@ -0,0 +1,11 @@
+{
+ "background": "#EDEAEA",
+ "f_high": "#393B3F",
+ "f_med": "#A3A3A4",
+ "f_low": "#808790",
+ "f_inv": "#000",
+ "b_high": "#333333",
+ "b_med": "#777777",
+ "b_low": "#DDDDDD",
+ "b_inv": "#fff"
+} \ No newline at end of file
diff --git a/themes/deuveir.thm b/themes/deuveir.thm
index 574d04f..0a630a8 100644
--- a/themes/deuveir.thm
+++ b/themes/deuveir.thm
@@ -1,6 +1,6 @@
{
"background": "#141414",
- "f_high": "#efefef",
+ "f_high": "#f4f4f4",
"f_med": "#efefef",
"f_low": "#3d3d3d",
"f_inv": "#141414",