aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDevine Lu Linvega <aliceffekt@gmail.com>2018-09-14 10:11:26 +1200
committerDevine Lu Linvega <aliceffekt@gmail.com>2018-09-14 10:11:26 +1200
commitc85246aa744bc8f932806d9766ef6348e215c154 (patch)
tree6fa217f33057cb1031bf0266674723f76dcb645c /README.md
parentc9c4d4fbb5e4cfbf3affb83603df9629c344c227 (diff)
Improved docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 257f9e7..85c2c06 100644
--- a/README.md
+++ b/README.md
@@ -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