diff options
| -rw-r--r-- | README.md | 14 | ||||
| -rw-r--r-- | index.js | 2 |
2 files changed, 9 insertions, 7 deletions
@@ -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)  @@ -10,18 +12,18 @@ This collection of themes are meant to be used with [Ronin](https://github.com/h ## [battlestation](themes/battlestation.thm)  -## [blanc](themes/blanc.thm) - - ## [berry](themes/berry.thm)  -## [commodore](themes/commodore.thm) - +## [blanc](themes/blanc.thm) + ## [cina](themes/cina.thm)  +## [commodore](themes/commodore.thm) + + ## [donsol](themes/donsol.thm)  @@ -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) { |
