From 9789bbd489658f0819c9e9d263068e85deda0b95 Mon Sep 17 00:00:00 2001 From: JoshuaCed <161596730+JoshuaCed@users.noreply.github.com> Date: Wed, 21 Jan 2026 11:23:35 +0900 Subject: [PATCH] Add 'Icedheart' color gradient Add new color gradient 'Icedheart' with specified colors. --- gradients.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gradients.json b/gradients.json index 60d987c4..61535799 100644 --- a/gradients.json +++ b/gradients.json @@ -1532,5 +1532,9 @@ { "name": "Visual Blue", "colors": ["#003d4d", "#00c996"] + }, + { + "name": "Icedheart", + "colors": ["0400FB", "#780087", "#F80008"] } ]