From c807f1e6cc44da08d8fdb999f4320b3a3f90370a Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Thu, 7 Jun 2018 03:01:48 +0300 Subject: [PATCH] Updated Color schemes (markdown) --- Color-schemes.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Color-schemes.md b/Color-schemes.md index 20b5813..97ec7b4 100644 --- a/Color-schemes.md +++ b/Color-schemes.md @@ -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