aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevine Lu Linvega <aliceffekt@gmail.com>2018-01-10 11:54:46 +1300
committerDevine Lu Linvega <aliceffekt@gmail.com>2018-01-10 11:54:46 +1300
commit052429f1b34603e3f4c9d7d5a4a9cf10e5eaddc1 (patch)
tree5dd16332e95c37e5f527efa8da9083e534caede6
parent5356de963c39e26e18ce6b727bf040c8ac41f39a (diff)
*
-rw-r--r--README.md14
-rw-r--r--index.js2
2 files changed, 9 insertions, 7 deletions
diff --git a/README.md b/README.md
index 2d8d994..e88a04e 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# 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!
+This collection of themes are meant to be used with [Ronin](https://github.com/hundredrabbits/Marabu), [Left](https://github.com/hundredrabbits/Left), [Donsol](https://github.com/hundredrabbits/Donsol) and [Dotgrid](https://github.com/hundredrabbits/Dotgrid).
+## Install
+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)
@@ -10,18 +12,18 @@ This collection of themes are meant to be used with [Ronin](https://github.com/h
## [battlestation](themes/battlestation.thm)
![battlestation](assets/battlestation.svg)
-## [blanc](themes/blanc.thm)
-![blanc](assets/blanc.svg)
-
## [berry](themes/berry.thm)
![berry](assets/berry.svg)
-## [commodore](themes/commodore.thm)
-![commodore](assets/commodore.svg)
+## [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)
diff --git a/index.js b/index.js
index c468384..62a0f0f 100644
--- a/index.js
+++ b/index.js
@@ -1,7 +1,7 @@
fs = require('fs');
var normalizedPath = require("path").join(__dirname, "themes");
-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"
+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), [Donsol](https://github.com/hundredrabbits/Donsol) and [Dotgrid](https://github.com/hundredrabbits/Dotgrid).\n## Install\nTo 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)
{