aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevine Lu Linvega <aliceffekt@gmail.com>2018-01-10 20:29:09 +1300
committerDevine Lu Linvega <aliceffekt@gmail.com>2018-01-10 20:29:09 +1300
commit3103a2f0333ea6c5bf25189c5d1e404eba6e1ae2 (patch)
treec878b5de066d3875d49581aea7723f762fb0f9a3
parentae467e87a39deebd1f982e94b128fc7c1dbcda5f (diff)
*
-rw-r--r--README.md14
-rw-r--r--index.js2
2 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index e42ba7a..0259bd3 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +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), [Donsol](https://github.com/hundredrabbits/Donsol) and [Dotgrid](https://github.com/hundredrabbits/Dotgrid).
-<img src='https://raw.githubusercontent.com/hundredrabbits/Clock/master/PREVIEW.jpg' width='600'/>
+<img src='https://raw.githubusercontent.com/hundredrabbits/Themes/master/PREVIEW.jpg' width='600'/>
## Install
To install a theme, simply drag the `thm` file onto the application window.
@@ -10,15 +10,15 @@ You are welcome to submit your own themes to this collection!
## [apollo11](themes/apollo11.thm)
![apollo11](assets/apollo11.svg)
+## [berry](themes/berry.thm)
+![berry](assets/berry.svg)
+
## [apollo](themes/apollo.thm)
![apollo](assets/apollo.svg)
## [battlestation](themes/battlestation.thm)
![battlestation](assets/battlestation.svg)
-## [berry](themes/berry.thm)
-![berry](assets/berry.svg)
-
## [blanc](themes/blanc.thm)
![blanc](assets/blanc.svg)
@@ -40,12 +40,12 @@ You are welcome to submit your own themes to this collection!
## [marble](themes/marble.thm)
![marble](assets/marble.svg)
-## [pale](themes/pale.thm)
-![pale](assets/pale.svg)
-
## [noir](themes/noir.thm)
![noir](assets/noir.svg)
+## [pale](themes/pale.thm)
+![pale](assets/pale.svg)
+
## [raspberry](themes/raspberry.thm)
![raspberry](assets/raspberry.svg)
diff --git a/index.js b/index.js
index 77e8242..daf7d34 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), [Donsol](https://github.com/hundredrabbits/Donsol) and [Dotgrid](https://github.com/hundredrabbits/Dotgrid).\n\n<img src='https://raw.githubusercontent.com/hundredrabbits/Clock/master/PREVIEW.jpg' width='600'/>\n\n## Install\nTo install a theme, simply drag the `thm` file onto the application window.\nYou 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\n<img src='https://raw.githubusercontent.com/hundredrabbits/Themes/master/PREVIEW.jpg' width='600'/>\n\n## Install\nTo install a theme, simply drag the `thm` file onto the application window.\nYou are welcome to submit your own themes to this collection!\n\n"
function build_svg(n,theme)
{