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.