From e84728f1eefcef83338876ed685407754365ca62 Mon Sep 17 00:00:00 2001 From: Dinith Vanderlan <132985087+DINITH-MV@users.noreply.github.com> Date: Sun, 26 May 2024 16:36:56 +0530 Subject: [PATCH] Update index.js --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index f5d8d9160fd1b..97502c7da5526 100644 --- a/themes/index.js +++ b/themes/index.js @@ -462,6 +462,12 @@ export const themes = { icon_color: "ffffff", bg_color: "35,4158d0,c850c0,ffcc70", }, + newLight_gradient: { + title_color: "288e28", + text_color: "000000", + icon_color: "ffffff", + bg_color: "bbec7a", + }, }; export default themes;