From a4ca4df4e6225ca2f17592fc33e32195d344ae5c Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Wed, 10 Jan 2018 11:56:31 +1300 Subject: * --- README.md | 15 ++++++++------- index.js | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e88a04e..c32a95c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Themes 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! +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) @@ -9,12 +10,12 @@ To install a theme, simply drag the `thm` file onto the application window. You ## [apollo11](themes/apollo11.thm) ![apollo11](assets/apollo11.svg) -## [battlestation](themes/battlestation.thm) -![battlestation](assets/battlestation.svg) - ## [berry](themes/berry.thm) ![berry](assets/berry.svg) +## [battlestation](themes/battlestation.thm) +![battlestation](assets/battlestation.svg) + ## [blanc](themes/blanc.thm) ![blanc](assets/blanc.svg) @@ -42,12 +43,12 @@ To install a theme, simply drag the `thm` file onto the application window. You ## [pale](themes/pale.thm) ![pale](assets/pale.svg) -## [seaweed](themes/seaweed.thm) -![seaweed](assets/seaweed.svg) - ## [raspberry](themes/raspberry.thm) ![raspberry](assets/raspberry.svg) +## [seaweed](themes/seaweed.thm) +![seaweed](assets/seaweed.svg) + ## [solitaire](themes/solitaire.thm) ![solitaire](assets/solitaire.svg) diff --git a/index.js b/index.js index 62a0f0f..9dc2964 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), [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" +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.\nYou are welcome to submit your own themes to this collection!\n\n" function build_svg(n,theme) { -- cgit v1.2.3