diff options
| -rw-r--r-- | README.md | 20 | ||||
| -rw-r--r-- | index.js | 2 |
2 files changed, 11 insertions, 11 deletions
@@ -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)  @@ -7,12 +7,12 @@ This collection of themes are meant to be used with [Ronin](https://github.com/h ## [berry](collection/berry.thm)  -## [cina](collection/cina.thm) - - ## [blanc](collection/blanc.thm)  +## [cina](collection/cina.thm) + + ## [commodore](collection/commodore.thm)  @@ -22,24 +22,24 @@ This collection of themes are meant to be used with [Ronin](https://github.com/h ## [mahou](collection/mahou.thm)  -## [noir](collection/noir.thm) - - ## [marble](collection/marble.thm)  +## [noir](collection/noir.thm) + + ## [pale](collection/pale.thm)  ## [seaweed](collection/seaweed.thm)  -## [raspberry](collection/raspberry.thm) - - ## [soyuz](collection/soyuz.thm)  +## [raspberry](collection/raspberry.thm) + + ## [swiss](collection/swiss.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 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) { |
