aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDevine Lu Linvega <aliceffekt@gmail.com>2018-09-14 14:06:57 +1200
committerDevine Lu Linvega <aliceffekt@gmail.com>2018-09-14 14:06:57 +1200
commit4192e05af00e42b4a5ebb0144eca17d40b6eb3f8 (patch)
treee4e6b9bd8d985b9bc4da0ea862d231401d96a348 /README.md
parent353be0192fc6fc688100a7595d2e7001b56470d8 (diff)
*
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index a804c57..1db0894 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Documentation for the theme specs used across the Hundred Rabbits' [Ecosystem](h
## Setup
-**Install Themes support**, by adding [theme.js](https://github.com/hundredrabbits/Dotgrid/blob/master/desktop/sources/scripts/lib/theme.js) to your header.
+**Install Theme support** by adding [theme.js](https://github.com/hundredrabbits/Dotgrid/blob/master/desktop/sources/scripts/lib/theme.js) to your header.
```
<script type="text/javascript" src="scripts/lib/theme.js"></script>
@@ -46,9 +46,14 @@ The theme holds only 9 different colors.
The theme file format is a SVG file. The [theme.js](https://github.com/hundredrabbits/Dotgrid/blob/master/desktop/sources/scripts/lib/theme.js) loader will look for colors found in the element's `id` attributes.
+### Example
+
![mahou](themes/mahou.svg)
+### Content
+
```
+<!-- Author: Unknown -->
<svg width="96px" height="64px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1">
<rect width='96' height='64' id='background' fill='#E0B1CB'></rect>
<!-- Foreground -->