From 2d398708098620439f94ab8b373b0d52ff6857ee Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Sat, 24 Sep 2022 10:43:33 +0200 Subject: [PATCH] Added color list to config --- modules/Grid/Grid.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/Grid/Grid.json b/modules/Grid/Grid.json index b97fc7e..8cbdaee 100644 --- a/modules/Grid/Grid.json +++ b/modules/Grid/Grid.json @@ -3,5 +3,11 @@ "wait": 7, "fade": 7, "border": 75.0, - "bg": "#B1D1AF" + "bg": "#B1D1AF", + "colors": [ + "#FFE3BF", + "#170D00", + "#B69061", + "#8A2908" + ] }