From 052429f1b34603e3f4c9d7d5a4a9cf10e5eaddc1 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Wed, 10 Jan 2018 11:54:46 +1300 Subject: * --- README.md | 14 ++++++++------ index.js | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2d8d994..e88a04e 100644 --- a/README.md +++ b/README.md @@ -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) ![apollo](assets/apollo.svg) @@ -10,18 +12,18 @@ This collection of themes are meant to be used with [Ronin](https://github.com/h ## [battlestation](themes/battlestation.thm) ![battlestation](assets/battlestation.svg) -## [blanc](themes/blanc.thm) -![blanc](assets/blanc.svg) - ## [berry](themes/berry.thm) ![berry](assets/berry.svg) -## [commodore](themes/commodore.thm) -![commodore](assets/commodore.svg) +## [blanc](themes/blanc.thm) +![blanc](assets/blanc.svg) ## [cina](themes/cina.thm) ![cina](assets/cina.svg) +## [commodore](themes/commodore.thm) +![commodore](assets/commodore.svg) + ## [donsol](themes/donsol.thm) ![donsol](assets/donsol.svg) diff --git a/index.js b/index.js index c468384..62a0f0f 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) 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) { -- cgit v1.2.3