aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevine Lu Linvega <aliceffekt@gmail.com>2017-12-27 12:23:57 +1300
committerDevine Lu Linvega <aliceffekt@gmail.com>2017-12-27 12:23:57 +1300
commit22db57fb53634e69c03d6dc614d4780456e42293 (patch)
tree72be4ebf7eee069bd32dc6e60699243b690b5c91
parentd4a6148b9f19c6400e91dd818dc4d3bc037375b0 (diff)
Fixed formatting
-rw-r--r--README.md12
-rw-r--r--index.js2
2 files changed, 8 insertions, 6 deletions
diff --git a/README.md b/README.md
index 3c89502..fb4dae5 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +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 theme as Pull Requests.## [battlestation](collection/battlestation.thm)
-![battlestation](assets/battlestation.svg)
+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 theme as Pull Requests.
## [berry](collection/berry.thm)
![berry](assets/berry.svg)
@@ -8,6 +7,9 @@ This collection of themes are meant to be used with [Ronin](https://github.com/h
## [barber](collection/barber.thm)
![barber](assets/barber.svg)
+## [battlestation](collection/battlestation.thm)
+![battlestation](assets/battlestation.svg)
+
## [blanc](collection/blanc.thm)
![blanc](assets/blanc.svg)
@@ -26,15 +28,15 @@ This collection of themes are meant to be used with [Ronin](https://github.com/h
## [marble](collection/marble.thm)
![marble](assets/marble.svg)
+## [raspberry](collection/raspberry.thm)
+![raspberry](assets/raspberry.svg)
+
## [noir](collection/noir.thm)
![noir](assets/noir.svg)
## [pale](collection/pale.thm)
![pale](assets/pale.svg)
-## [raspberry](collection/raspberry.thm)
-![raspberry](assets/raspberry.svg)
-
## [seaweed](collection/seaweed.thm)
![seaweed](assets/seaweed.svg)
diff --git a/index.js b/index.js
index b396555..4af98c4 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 theme as Pull Requests."
+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 theme as Pull Requests.\n\n"
function build_svg(n,theme)
{