diff options
| author | Devine Lu Linvega <aliceffekt@gmail.com> | 2018-09-14 14:06:57 +1200 |
|---|---|---|
| committer | Devine Lu Linvega <aliceffekt@gmail.com> | 2018-09-14 14:06:57 +1200 |
| commit | 4192e05af00e42b4a5ebb0144eca17d40b6eb3f8 (patch) | |
| tree | e4e6b9bd8d985b9bc4da0ea862d231401d96a348 /README.md | |
| parent | 353be0192fc6fc688100a7595d2e7001b56470d8 (diff) | |
*
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 +  +### 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 --> |
