From 022edf74e18ee362c2fadb7837fc09604ad16302 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Fri, 23 Sep 2022 16:51:22 +0200 Subject: [PATCH] Added config file for Grid --- modules/Grid/Grid.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 modules/Grid/Grid.json diff --git a/modules/Grid/Grid.json b/modules/Grid/Grid.json new file mode 100644 index 0000000..b97fc7e --- /dev/null +++ b/modules/Grid/Grid.json @@ -0,0 +1,7 @@ +{ + "dist": 75.0, + "wait": 7, + "fade": 7, + "border": 75.0, + "bg": "#B1D1AF" +}