From 542d8820f20f34ea292c467f9a71de35660257e9 Mon Sep 17 00:00:00 2001 From: FajarKim Date: Sun, 12 Nov 2023 14:42:40 +0700 Subject: [PATCH] feat: Added shadow_orange theme --- 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",