aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevine Lu Linvega <aliceffekt@gmail.com>2018-01-10 11:38:03 +1300
committerDevine Lu Linvega <aliceffekt@gmail.com>2018-01-10 11:38:03 +1300
commit5356de963c39e26e18ce6b727bf040c8ac41f39a (patch)
tree6a92235c04573b32954ce5ffa33eb9f1d78ef057
parent7d22bcdaa1fd3bbf6765e4af98a81ff397b952bf (diff)
Added apollo 11
-rw-r--r--README.md15
-rw-r--r--assets/apollo11.svg12
-rw-r--r--themes/apollo11.thm11
3 files changed, 32 insertions, 6 deletions
diff --git a/README.md b/README.md
index f01a8a9..2d8d994 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,9 @@ This collection of themes are meant to be used with [Ronin](https://github.com/h
## [apollo](themes/apollo.thm)
![apollo](assets/apollo.svg)
+## [apollo11](themes/apollo11.thm)
+![apollo11](assets/apollo11.svg)
+
## [battlestation](themes/battlestation.thm)
![battlestation](assets/battlestation.svg)
@@ -13,12 +16,12 @@ This collection of themes are meant to be used with [Ronin](https://github.com/h
## [berry](themes/berry.thm)
![berry](assets/berry.svg)
-## [cina](themes/cina.thm)
-![cina](assets/cina.svg)
-
## [commodore](themes/commodore.thm)
![commodore](assets/commodore.svg)
+## [cina](themes/cina.thm)
+![cina](assets/cina.svg)
+
## [donsol](themes/donsol.thm)
![donsol](assets/donsol.svg)
@@ -34,15 +37,15 @@ This collection of themes are meant to be used with [Ronin](https://github.com/h
## [noir](themes/noir.thm)
![noir](assets/noir.svg)
-## [raspberry](themes/raspberry.thm)
-![raspberry](assets/raspberry.svg)
-
## [pale](themes/pale.thm)
![pale](assets/pale.svg)
## [seaweed](themes/seaweed.thm)
![seaweed](assets/seaweed.svg)
+## [raspberry](themes/raspberry.thm)
+![raspberry](assets/raspberry.svg)
+
## [solitaire](themes/solitaire.thm)
![solitaire](assets/solitaire.svg)
diff --git a/assets/apollo11.svg b/assets/apollo11.svg
new file mode 100644
index 0000000..fbd0b27
--- /dev/null
+++ b/assets/apollo11.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='#29272b' rx='5' ry='5'></rect>
+ <circle cx='16' cy='16' r='8' fill='white'></circle>
+ <circle cx='32' cy='16' r='8' fill='#e47464'></circle>
+ <circle cx='48' cy='16' r='8' fill='#66606b'></circle>
+ <circle cx='64' cy='16' r='8' fill='#000000'></circle>
+ <circle cx='16' cy='32' r='8' fill='#ffffff'></circle>
+ <circle cx='32' cy='32' r='8' fill='#5f5353'></circle>
+ <circle cx='48' cy='32' r='8' fill='#47424a'></circle>
+ <circle cx='64' cy='32' r='8' fill='#e47464'></circle>
+ </svg> \ No newline at end of file
diff --git a/themes/apollo11.thm b/themes/apollo11.thm
new file mode 100644
index 0000000..0281815
--- /dev/null
+++ b/themes/apollo11.thm
@@ -0,0 +1,11 @@
+{
+ "background": "#29272b",
+ "f_high": "white",
+ "f_med": "#e47464",
+ "f_low": "#66606b",
+ "f_inv": "#000000",
+ "b_high": "#ffffff",
+ "b_med": "#5f5353",
+ "b_low": "#47424a",
+ "b_inv": "#e47464"
+} \ No newline at end of file