From 7cc148594f7d5fb4cd75bff73bb8fb5195086aff Mon Sep 17 00:00:00 2001 From: Rangga Fajar Oktariansyah <86386385+FajarKim@users.noreply.github.com> Date: Sun, 12 Nov 2023 14:46:58 +0700 Subject: [PATCH] feat: Added shadow_orange theme (#108) --- themes/index.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/index.ts b/themes/index.ts index 7405e04..da2af97 100644 --- a/themes/index.ts +++ b/themes/index.ts @@ -190,6 +190,13 @@ export const themes: Themes = { border_color: "004490", bg_color: "ffffff00", }, + shadow_orange: { + title_color: "B45202", + text_color: "545454", + icon_color: "733C00", + border_color: "733C00", + bg_color: "ffffff00", + }, shadow_purple: { title_color: "6F42C1", text_color: "545454",