Add example file

This commit is contained in:
Sven Weidauer 2021-01-02 22:20:55 +01:00
parent 1c31c11f49
commit 404566c36b
2 changed files with 12 additions and 0 deletions

2
Example/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
Example.*
!Example.txt

10
Example/Example.txt Normal file
View file

@ -0,0 +1,10 @@
Base/Green #8fd151
Base/PaleGreen #d0f9a9
Base/Red rgb(249, 39, 7)
TransparentRed rgba(255, 0, 0, 128)
Base/Yellow #ff0
Error @Base/Red
Warning @Base/Yellow
Good @Base/Green