aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevine Lu Linvega <aliceffekt@gmail.com>2017-12-27 12:29:01 +1300
committerDevine Lu Linvega <aliceffekt@gmail.com>2017-12-27 12:29:01 +1300
commit71ce221af37ca6da55ce5c168dc2ec05ad67408e (patch)
tree80353d9f42dc04fcd90aff649fd4480aab106146
parent8f51ce54a89c3e0c1ed7d0f5d757dd919a2fd994 (diff)
Improved introduction
-rw-r--r--README.md20
-rw-r--r--index.js2
2 files changed, 11 insertions, 11 deletions
diff --git a/README.md b/README.md
index 20edaee..d7ae102 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Themes
-This collection of themes are meant to be used with [Ronin](https://github.com/hundredrabbits/Marabu), [Left](https://github.com/hundredrabbits/Left) and [Dotgrid](https://github.com/hundredrabbits/Dotgrid). You are welcome to submit your own themes!
+This collection of themes are meant to be used with [Ronin](https://github.com/hundredrabbits/Marabu), [Left](https://github.com/hundredrabbits/Left) and [Dotgrid](https://github.com/hundredrabbits/Dotgrid). To install a theme, simply drag the `thm` file onto the application window. You are welcome to submit your own themes to this collection!
## [battlestation](collection/battlestation.thm)
![battlestation](assets/battlestation.svg)
@@ -7,12 +7,12 @@ This collection of themes are meant to be used with [Ronin](https://github.com/h
## [berry](collection/berry.thm)
![berry](assets/berry.svg)
-## [cina](collection/cina.thm)
-![cina](assets/cina.svg)
-
## [blanc](collection/blanc.thm)
![blanc](assets/blanc.svg)
+## [cina](collection/cina.thm)
+![cina](assets/cina.svg)
+
## [commodore](collection/commodore.thm)
![commodore](assets/commodore.svg)
@@ -22,24 +22,24 @@ This collection of themes are meant to be used with [Ronin](https://github.com/h
## [mahou](collection/mahou.thm)
![mahou](assets/mahou.svg)
-## [noir](collection/noir.thm)
-![noir](assets/noir.svg)
-
## [marble](collection/marble.thm)
![marble](assets/marble.svg)
+## [noir](collection/noir.thm)
+![noir](assets/noir.svg)
+
## [pale](collection/pale.thm)
![pale](assets/pale.svg)
## [seaweed](collection/seaweed.thm)
![seaweed](assets/seaweed.svg)
-## [raspberry](collection/raspberry.thm)
-![raspberry](assets/raspberry.svg)
-
## [soyuz](collection/soyuz.thm)
![soyuz](assets/soyuz.svg)
+## [raspberry](collection/raspberry.thm)
+![raspberry](assets/raspberry.svg)
+
## [swiss](collection/swiss.thm)
![swiss](assets/swiss.svg)
diff --git a/index.js b/index.js
index f866bb2..35a347a 100644
--- a/index.js
+++ b/index.js
@@ -1,7 +1,7 @@
fs = require('fs');
var normalizedPath = require("path").join(__dirname, "collection");
-var html = "# Themes\nThis collection of themes are meant to be used with [Ronin](https://github.com/hundredrabbits/Marabu), [Left](https://github.com/hundredrabbits/Left) and [Dotgrid](https://github.com/hundredrabbits/Dotgrid). You are welcome to submit your own themes!\n\n"
+var html = "# Themes\nThis collection of themes are meant to be used with [Ronin](https://github.com/hundredrabbits/Marabu), [Left](https://github.com/hundredrabbits/Left) and [Dotgrid](https://github.com/hundredrabbits/Dotgrid). To install a theme, simply drag the `thm` file onto the application window. You are welcome to submit your own themes to this collection!\n\n"
function build_svg(n,theme)
{