From 404566c36b6487c7b21bc60cbacab37f2f7d140d Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Sat, 2 Jan 2021 22:20:55 +0100 Subject: [PATCH] Add example file --- Example/.gitignore | 2 ++ Example/Example.txt | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 Example/.gitignore create mode 100644 Example/Example.txt diff --git a/Example/.gitignore b/Example/.gitignore new file mode 100644 index 0000000..5d1cee6 --- /dev/null +++ b/Example/.gitignore @@ -0,0 +1,2 @@ +Example.* +!Example.txt diff --git a/Example/Example.txt b/Example/Example.txt new file mode 100644 index 0000000..c2be7ac --- /dev/null +++ b/Example/Example.txt @@ -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 +