mirror of
https://github.com/hyprwm/hyprlang.git
synced 2024-11-17 02:25:59 +01:00
6 lines
103 B
Text
6 lines
103 B
Text
|
|
||
|
myColors {
|
||
|
pink = rgba(200, 0, 200, 1.0)
|
||
|
green = rgb(20, 240, 20)
|
||
|
random = 0xFFFF$MY_VAR
|
||
|
}
|