diff options
| author | Devine Lu Linvega <aliceffekt@gmail.com> | 2018-09-14 10:11:26 +1200 |
|---|---|---|
| committer | Devine Lu Linvega <aliceffekt@gmail.com> | 2018-09-14 10:11:26 +1200 |
| commit | c85246aa744bc8f932806d9766ef6348e215c154 (patch) | |
| tree | 6fa217f33057cb1031bf0266674723f76dcb645c /README.md | |
| parent | c9c4d4fbb5e4cfbf3affb83603df9629c344c227 (diff) | |
Improved docs
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -29,16 +29,16 @@ This repo documents the specs of the theme format used across the Hundred Rabbit ### Usage -To implement support, you need to add the [theme.js](https://github.com/hundredrabbits/Dotgrid/blob/master/desktop/sources/scripts/lib/theme.js), and the [theme.css](https://github.com/hundredrabbits/Dotgrid/blob/master/desktop/sources/links/theme.css). The CSS is where the style is applies onto the html elements. +To implement support, you need to add the [theme.js](https://github.com/hundredrabbits/Dotgrid/blob/master/desktop/sources/scripts/lib/theme.js), and the [theme.css](https://github.com/hundredrabbits/Dotgrid/blob/master/desktop/sources/links/theme.css). The CSS is where the style is applies onto the html elements. The **inverted style** is used, for example, on buttons or selection highlights. - `background`, Background, general. - `f_high`, Foreground, high-contrast. - `f_med`, Foreground, medium-contrast. - `f_low`, Foreground, low-contrast. - `f_inv`, Foreground, inverted. -- `f_high`, Background, high-contrast. -- `f_med`, Background, medium-contrast. -- `f_low`, Background, low-contrast. +- `b_high`, Background, high-contrast. +- `b_med`, Background, medium-contrast. +- `b_low`, Background, low-contrast. - `f_inv`, Background, inverted. ## Supported Applications |
