mirror of
https://github.com/hyprwm/hyprlang.git
synced 2024-11-17 02:25:59 +01:00
16 lines
280 B
Text
16 lines
280 B
Text
|
# Every number/color in this file is invalid
|
||
|
|
||
|
invalidHex = 0x1Q
|
||
|
emptyHex = 0x
|
||
|
hugeHex = 0xFFFFFFFFFFFFFFFF
|
||
|
|
||
|
invalidInt = 1A
|
||
|
emptyInt =
|
||
|
|
||
|
invalidColor = rgb(ABCDEQ)
|
||
|
invalidFirstCharColor = rgb(QABCDE)
|
||
|
|
||
|
invalidColorAlpha = rgba(9ABCDEFQ)
|
||
|
invalidFirstCharColorAlpha = rgba(Q9ABCDEF)
|
||
|
|