Updated Color schemes (markdown)

Eric Kotato 2018-06-07 03:01:48 +03:00
parent fb4bb55585
commit c807f1e6cc

@ -6,7 +6,13 @@ You can use either [SVG color names](https://www.w3.org/TR/SVG/types.html#ColorK
> **Note:** if you're using only **layer 1**, backgrounds will be semi-transparent automatically. But if you set background colors manually on higher layers, they will lose automatic transparency. So it's recommended to use `#AARRGGBB` format for backgrounds.
Levels that are higher than 1 have **fallback colors** to current or lower levels, so they can be optional and you could set options that you need.
Levels that are higher than 1 have **fallback colors** to current or lower levels, so they can be optional and you could set options that you need. Fallback colors will check every option from left to right for existing, and will use first existing option.
If fallback is shown as "`fallback...`" it means that `fallback`'s fallback colors are also applied. Example:
* `option` fallbacks are `other_option`, `fall...`;
* `fall` fallbasks are `color`;
* so `option` fallbacks will be `other_option`, `fall`, `color`.
### Current layers