aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md29
-rw-r--r--assets/ash.svg2
-rw-r--r--assets/robo.svg12
-rw-r--r--themes/ash.thm2
-rw-r--r--themes/robo.thm11
5 files changed, 41 insertions, 15 deletions
diff --git a/README.md b/README.md
index 34486ba..894835c 100644
--- a/README.md
+++ b/README.md
@@ -7,14 +7,14 @@ This collection of themes are meant to be used with [Ronin](https://github.com/h
To install a theme, simply drag the `thm` file onto the application window.
You are welcome to submit your own themes to this collection!
-## [apollo](themes/apollo.thm)
-![apollo](assets/apollo.svg)
+## [apollo11](themes/apollo11.thm)
+![apollo11](assets/apollo11.svg)
## [ash](themes/ash.thm)
![ash](assets/ash.svg)
-## [apollo11](themes/apollo11.thm)
-![apollo11](assets/apollo11.svg)
+## [apollo](themes/apollo.thm)
+![apollo](assets/apollo.svg)
## [battlestation](themes/battlestation.thm)
![battlestation](assets/battlestation.svg)
@@ -25,33 +25,33 @@ You are welcome to submit your own themes to this collection!
## [blanc](themes/blanc.thm)
![blanc](assets/blanc.svg)
-## [cina](themes/cina.thm)
-![cina](assets/cina.svg)
-
## [commodore](themes/commodore.thm)
![commodore](assets/commodore.svg)
## [donsol](themes/donsol.thm)
![donsol](assets/donsol.svg)
+## [cina](themes/cina.thm)
+![cina](assets/cina.svg)
+
## [gameboy](themes/gameboy.thm)
![gameboy](assets/gameboy.svg)
-## [mahou](themes/mahou.thm)
-![mahou](assets/mahou.svg)
-
## [marble](themes/marble.thm)
![marble](assets/marble.svg)
## [noir](themes/noir.thm)
![noir](assets/noir.svg)
+## [mahou](themes/mahou.thm)
+![mahou](assets/mahou.svg)
+
+## [robo](themes/robo.thm)
+![robo](assets/robo.svg)
+
## [pale](themes/pale.thm)
![pale](assets/pale.svg)
-## [raspberry](themes/raspberry.thm)
-![raspberry](assets/raspberry.svg)
-
## [seaweed](themes/seaweed.thm)
![seaweed](assets/seaweed.svg)
@@ -61,6 +61,9 @@ You are welcome to submit your own themes to this collection!
## [soyuz](themes/soyuz.thm)
![soyuz](assets/soyuz.svg)
+## [raspberry](themes/raspberry.thm)
+![raspberry](assets/raspberry.svg)
+
## [swiss](themes/swiss.thm)
![swiss](assets/swiss.svg)
diff --git a/assets/ash.svg b/assets/ash.svg
index 60589fe..b6a6a5d 100644
--- a/assets/ash.svg
+++ b/assets/ash.svg
@@ -7,6 +7,6 @@
<circle cx='64' cy='16' r='8' fill='#c7d4de'></circle>
<circle cx='16' cy='32' r='8' fill='#ffffff'></circle>
<circle cx='32' cy='32' r='8' fill='#c11e1e'></circle>
- <circle cx='48' cy='32' r='8' fill='#c7d4de'></circle>
+ <circle cx='48' cy='32' r='8' fill='#1c1f21'></circle>
<circle cx='64' cy='32' r='8' fill='#c11e1e'></circle>
</svg> \ No newline at end of file
diff --git a/assets/robo.svg b/assets/robo.svg
new file mode 100644
index 0000000..34d8246
--- /dev/null
+++ b/assets/robo.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='#696969' rx='5' ry='5'></rect>
+ <circle cx='16' cy='16' r='8' fill='#ffffff'></circle>
+ <circle cx='32' cy='16' r='8' fill='#b5b5b5'></circle>
+ <circle cx='48' cy='16' r='8' fill='#191919'></circle>
+ <circle cx='64' cy='16' r='8' fill='#ffffff'></circle>
+ <circle cx='16' cy='32' r='8' fill='#989898'></circle>
+ <circle cx='32' cy='32' r='8' fill='#ff8168'></circle>
+ <circle cx='48' cy='32' r='8' fill='#ff8168'></circle>
+ <circle cx='64' cy='32' r='8' fill='#ff8168'></circle>
+ </svg> \ No newline at end of file
diff --git a/themes/ash.thm b/themes/ash.thm
index 70e3546..038c10b 100644
--- a/themes/ash.thm
+++ b/themes/ash.thm
@@ -6,6 +6,6 @@
"f_inv": "#c7d4de",
"b_high": "#ffffff",
"b_med": "#c11e1e",
- "b_low": "#c7d4de",
+ "b_low": "#1c1f21",
"b_inv": "#c11e1e"
} \ No newline at end of file
diff --git a/themes/robo.thm b/themes/robo.thm
new file mode 100644
index 0000000..e0b2317
--- /dev/null
+++ b/themes/robo.thm
@@ -0,0 +1,11 @@
+{
+ "background": "#696969",
+ "f_high": "#ffffff",
+ "f_med": "#b5b5b5",
+ "f_low": "#191919",
+ "f_inv": "#ffffff",
+ "b_high": "#989898",
+ "b_med": "#ff8168",
+ "b_low": "#ff8168",
+ "b_inv": "#ff8168"
+} \ No newline at end of file