aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneauoire <aliceffekt@gmail.com>2019-11-09 09:11:46 -0500
committerneauoire <aliceffekt@gmail.com>2019-11-09 09:11:46 -0500
commit7757156e23dc090c59bc955a5fbddac453512d85 (patch)
tree88102392caa2414dc51719854533ca496c91c626
parentecd8650270b54cfaf4f8e17c877833a0beea7c3d (diff)
*
-rw-r--r--README.md8
-rw-r--r--themes/bigtime.svg13
-rw-r--r--themes/verreciel.svg13
3 files changed, 15 insertions, 19 deletions
diff --git a/README.md b/README.md
index e215470..b0bd573 100644
--- a/README.md
+++ b/README.md
@@ -83,13 +83,9 @@ Simply download these SVG files, and **drag and drop them onto the application w
### Color
-![mahou](themes/mahou.svg) ![pico8](themes/pico8.svg) ![frameio](themes/frameio.svg) ![berry](themes/berry.svg) ![commodore](themes/commodore.svg)
+![mahou](themes/mahou.svg) ![pico8](themes/pico8.svg) ![frameio](themes/frameio.svg) ![berry](themes/berry.svg) ![roguelight](themes/roguelight.svg)
-### Default
-
-Included within `theme.js`.
-
-![noir](themes/noir.svg) ![pale](themes/pale.svg)
+See the full collection [here](https://github.com/hundredrabbits/Themes/tree/master/themes).
## Supported Applications
diff --git a/themes/bigtime.svg b/themes/bigtime.svg
new file mode 100644
index 0000000..93c55f6
--- /dev/null
+++ b/themes/bigtime.svg
@@ -0,0 +1,13 @@
+<svg width="96px" height="64px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1">
+ <rect width='96' height='64' id='background' fill='#4682B4'></rect>
+ <!-- Foreground -->
+ <circle cx='24' cy='24' r='8' id='f_high' fill='#FFA500'></circle>
+ <circle cx='40' cy='24' r='8' id='f_med' fill='#2F4F4F'></circle>
+ <circle cx='56' cy='24' r='8' id='f_low' fill='#000000'></circle>
+ <circle cx='72' cy='24' r='8' id='f_inv' fill='#9932CC'></circle>
+ <!-- Background -->
+ <circle cx='24' cy='40' r='8' id='b_high' fill='#696969'></circle>
+ <circle cx='40' cy='40' r='8' id='b_med' fill='#778899'></circle>
+ <circle cx='56' cy='40' r='8' id='b_low' fill='#F8F8FF'></circle>
+ <circle cx='72' cy='40' r='8' id='b_inv' fill='#6B8E23'></circle>
+</svg>
diff --git a/themes/verreciel.svg b/themes/verreciel.svg
deleted file mode 100644
index 7d77f8e..0000000
--- a/themes/verreciel.svg
+++ /dev/null
@@ -1,13 +0,0 @@
-<svg width="96px" height="64px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1">
- <rect width='96' height='64' id='background' fill='#ff00ff'></rect>
- <!-- Foreground -->
- <circle cx='24' cy='24' r='8' id='f_high' fill='#ffffff'></circle>
- <circle cx='40' cy='24' r='8' id='f_med' fill='#555555'></circle>
- <circle cx='56' cy='24' r='8' id='f_low' fill='#72dec2'></circle>
- <circle cx='72' cy='24' r='8' id='f_inv' fill='#ffb545'></circle>
- <!-- Background -->
- <circle cx='24' cy='40' r='8' id='b_high' fill='#ff0000'></circle>
- <circle cx='40' cy='40' r='8' id='b_med' fill='#00ff00'></circle>
- <circle cx='56' cy='40' r='8' id='b_low' fill='#0000ff'></circle>
- <circle cx='72' cy='40' r='8' id='b_inv' fill='#000000'></circle>
-</svg> \ No newline at end of file