diff --git a/tests/config/colors.conf b/tests/config/colors.conf new file mode 100644 index 0000000..7269cc9 --- /dev/null +++ b/tests/config/colors.conf @@ -0,0 +1,6 @@ + +myColors { + pink = rgba(200, 0, 200, 1.0) + green = rgb(20, 240, 20) + random = 0xFFFF$MY_VAR +} \ No newline at end of file