From ad8228588a6d2044e75266a850ec80ef9768570a Mon Sep 17 00:00:00 2001 From: Jack Date: Sun, 28 Jun 2020 02:52:39 +0100 Subject: [PATCH] updated rgb button background --- public/themes/list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/themes/list.json b/public/themes/list.json index b3f901d63..607b0ee2b 100644 --- a/public/themes/list.json +++ b/public/themes/list.json @@ -51,7 +51,7 @@ }, { "name": "rgb", - "bgColor": "linear-gradient(to left, indigo, blue, green, yellow, orange, red);", + "bgColor": "linear-gradient(to left, #0043ff, #1bdbdb, #27c214, #e0e019, #e01313)", "textColor": "#fff" }, {