diff options
| author | Devine Lu Linvega <aliceffekt@gmail.com> | 2017-12-27 12:23:57 +1300 |
|---|---|---|
| committer | Devine Lu Linvega <aliceffekt@gmail.com> | 2017-12-27 12:23:57 +1300 |
| commit | 22db57fb53634e69c03d6dc614d4780456e42293 (patch) | |
| tree | 72be4ebf7eee069bd32dc6e60699243b690b5c91 | |
| parent | d4a6148b9f19c6400e91dd818dc4d3bc037375b0 (diff) | |
Fixed formatting
| -rw-r--r-- | README.md | 12 | ||||
| -rw-r--r-- | index.js | 2 |
2 files changed, 8 insertions, 6 deletions
@@ -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) - +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)  @@ -8,6 +7,9 @@ This collection of themes are meant to be used with [Ronin](https://github.com/h ## [barber](collection/barber.thm)  +## [battlestation](collection/battlestation.thm) + + ## [blanc](collection/blanc.thm)  @@ -26,15 +28,15 @@ This collection of themes are meant to be used with [Ronin](https://github.com/h ## [marble](collection/marble.thm)  +## [raspberry](collection/raspberry.thm) + + ## [noir](collection/noir.thm)  ## [pale](collection/pale.thm)  -## [raspberry](collection/raspberry.thm) - - ## [seaweed](collection/seaweed.thm)  @@ -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) { |
