From 50dd53293ab300d2e605c16c0c2d981d2a17290a Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Thu, 7 Jun 2018 21:54:08 +0300 Subject: [PATCH] Updated Color scheme (markdown) --- Color-scheme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Color-scheme.md b/Color-scheme.md index 6f2f4f1..713295e 100644 --- a/Color-scheme.md +++ b/Color-scheme.md @@ -11,7 +11,7 @@ Levels that are higher than 1 have **fallback colors** to current or lower level 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`; +* `fall` fallbacks are `color`; * so `option` fallbacks will be `other_option`, `fall`, `color`. Also fallback color can have "alpha component" value from 0.0 (transparent) to 1.0 (opaque) shown in brackets next to color, e.g. `color (0.5)`. They are set internally on **level 1** and cannot be changed, but you can set color before it (i.e. higher level) to avoid losing custom transparency.