From 59df2a97be6d028ab31860336e1bb028f97c0214 Mon Sep 17 00:00:00 2001 From: Fatih Simsek <154845930+Fatih5252@users.noreply.github.com> Date: Fri, 3 May 2024 11:19:15 +0200 Subject: [PATCH] index.js --- themes/index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/index.js b/themes/index.js index f5d8d9160fd1b..e05fcb27d1853 100644 --- a/themes/index.js +++ b/themes/index.js @@ -462,6 +462,13 @@ export const themes = { icon_color: "ffffff", bg_color: "35,4158d0,c850c0,ffcc70", }, + green_blueMix: { + title_color: "008000", + text_color: "008000", + icon_color: "0000FF", + border_color: "008000" + bg_color: "0000FF", + }, }; export default themes;