Skip to content

Commit

Permalink
Variables: explain that rgb(a) supports hex and decimal values (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaideiaDilemma authored Nov 18, 2024
1 parent ad67df8 commit 7ace19d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/Configuring/Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7ace19d

Please sign in to comment.