From 0e14deea9fb1ff13a3dead3ac069a26a14159cf9 Mon Sep 17 00:00:00 2001 From: Ravindu Thiunuwan <83197833+thiunuwan@users.noreply.github.com> Date: Sat, 16 Nov 2024 00:21:00 +0530 Subject: [PATCH 1/3] Update index.js _add theme Add transparent_green theme --- themes/index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/index.js b/themes/index.js index f5d8d9160fd1b..043877d8a7362 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", }, + transparent_green: { + title_color: "007A00", + text_color: "68b587", + icon_color: "003D00", + border_color: "003D00", + bg_color: "ffffff00", + }, }; export default themes; From 8ef55595aa538b67e4494a0d409d00af6ff7fca4 Mon Sep 17 00:00:00 2001 From: Ravindu Thiunuwan <83197833+thiunuwan@users.noreply.github.com> Date: Sat, 16 Nov 2024 00:29:16 +0530 Subject: [PATCH 2/3] Update index.js change icon color --- themes/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/index.js b/themes/index.js index 043877d8a7362..d0519a5f5eec0 100644 --- a/themes/index.js +++ b/themes/index.js @@ -462,10 +462,10 @@ export const themes = { icon_color: "ffffff", bg_color: "35,4158d0,c850c0,ffcc70", }, - transparent_green: { + transparent_green: { title_color: "007A00", text_color: "68b587", - icon_color: "003D00", + icon_color: "68b587", border_color: "003D00", bg_color: "ffffff00", }, From ad89177ef3df863341ebf36ef4bfe38123dbf6fd Mon Sep 17 00:00:00 2001 From: Ravindu Thiunuwan <83197833+thiunuwan@users.noreply.github.com> Date: Sat, 16 Nov 2024 00:41:36 +0530 Subject: [PATCH 3/3] Update index.js update colors (AA contrast ratio issue) --- themes/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/index.js b/themes/index.js index d0519a5f5eec0..0cd695cd63aed 100644 --- a/themes/index.js +++ b/themes/index.js @@ -464,8 +464,8 @@ export const themes = { }, transparent_green: { title_color: "007A00", - text_color: "68b587", - icon_color: "68b587", + text_color: "3E8458", + icon_color: "3E8458", border_color: "003D00", bg_color: "ffffff00", },