mirror of
https://github.com/hyprwm/hyprlang.git
synced 2024-11-16 18:25:57 +01:00
core: add missed config test
This commit is contained in:
parent
710bf1276a
commit
97bf10facd
1 changed files with 6 additions and 0 deletions
6
tests/config/colors.conf
Normal file
6
tests/config/colors.conf
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
|
||||||
|
myColors {
|
||||||
|
pink = rgba(200, 0, 200, 1.0)
|
||||||
|
green = rgb(20, 240, 20)
|
||||||
|
random = 0xFFFF$MY_VAR
|
||||||
|
}
|
Loading…
Reference in a new issue