From 71ce221af37ca6da55ce5c168dc2ec05ad67408e Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Wed, 27 Dec 2017 12:29:01 +1300 Subject: Improved introduction --- README.md | 20 ++++++++++---------- index.js | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 20edaee..d7ae102 100644 --- a/README.md +++ b/README.md @@ -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) ![battlestation](assets/battlestation.svg) @@ -7,12 +7,12 @@ This collection of themes are meant to be used with [Ronin](https://github.com/h ## [berry](collection/berry.thm) ![berry](assets/berry.svg) -## [cina](collection/cina.thm) -![cina](assets/cina.svg) - ## [blanc](collection/blanc.thm) ![blanc](assets/blanc.svg) +## [cina](collection/cina.thm) +![cina](assets/cina.svg) + ## [commodore](collection/commodore.thm) ![commodore](assets/commodore.svg) @@ -22,24 +22,24 @@ This collection of themes are meant to be used with [Ronin](https://github.com/h ## [mahou](collection/mahou.thm) ![mahou](assets/mahou.svg) -## [noir](collection/noir.thm) -![noir](assets/noir.svg) - ## [marble](collection/marble.thm) ![marble](assets/marble.svg) +## [noir](collection/noir.thm) +![noir](assets/noir.svg) + ## [pale](collection/pale.thm) ![pale](assets/pale.svg) ## [seaweed](collection/seaweed.thm) ![seaweed](assets/seaweed.svg) -## [raspberry](collection/raspberry.thm) -![raspberry](assets/raspberry.svg) - ## [soyuz](collection/soyuz.thm) ![soyuz](assets/soyuz.svg) +## [raspberry](collection/raspberry.thm) +![raspberry](assets/raspberry.svg) + ## [swiss](collection/swiss.thm) ![swiss](assets/swiss.svg) diff --git a/index.js b/index.js index f866bb2..35a347a 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 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) { -- cgit v1.2.3