diff --git a/themes/index.js b/themes/index.js index f5d8d9160fd1b..0cd695cd63aed 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: "3E8458", + icon_color: "3E8458", + border_color: "003D00", + bg_color: "ffffff00", + }, }; export default themes;