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