This commit is contained in:
Will McGugan
2022-08-17 16:11:12 +01:00
parent 29422a6d0b
commit 2650dd500d
47 changed files with 428 additions and 32 deletions

View File

@@ -2,6 +2,12 @@
The tint rule blends a color with the widget. The color should likely have an _alpha_ component, or the end result would obscure the widget content.
## Syntax
```
tint: <COLOR> [<PERCENTAGE>];
```
## Example
This examples shows a green tint with gradually increasing alpha.