From f333ac62c9b830be3e8d6e07156337a297abcf4f Mon Sep 17 00:00:00 2001 From: Cabidellir <92026415+Cabidellir@users.noreply.github.com> Date: Tue, 2 Jun 2026 12:13:07 +0100 Subject: [PATCH] Fix JSON formatting for gradients --- gradients.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gradients.json b/gradients.json index 7b8b9a91..94edf999 100644 --- a/gradients.json +++ b/gradients.json @@ -1532,5 +1532,10 @@ { "name": "Visual Blue", "colors": ["#003d4d", "#00c996"] - } + }, + { + "name": "Red to White", + "colors": ["#E6302D", "#FFFFFF"] + }, + ]