mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-21 20:35:57 +01:00
Variables: explain that rgb(a) supports hex and decimal values (#876)
This commit is contained in:
parent
ad67df8000
commit
7ace19d41b
1 changed files with 2 additions and 2 deletions
|
@ -31,9 +31,9 @@ the layout pages and not here. (See the Sidebar for Dwindle and Master layouts)
|
|||
|
||||
You have 3 options:
|
||||
|
||||
rgba(), e.g. `rgba(b3ff1aee)`
|
||||
rgba(), e.g. `rgba(b3ff1aee)`, or the decimal equivalent `rgba(179, 255, 26, 0.933)`
|
||||
|
||||
rgb(), e.g. `rgb(b3ff1a)`
|
||||
rgb(), e.g. `rgb(b3ff1a)`, or the decimal equivalent `rgb(179, 255, 26)`
|
||||
|
||||
legacy, e.g. `0xeeb3ff1a` -> ARGB order
|
||||
|
||||
|
|
Loading…
Reference in a new issue