From ab2536f0af865001274a6432c341723bfe62355a Mon Sep 17 00:00:00 2001 From: Rangga Fajar Oktariansyah <86386385+FajarKim@users.noreply.github.com> Date: Fri, 1 Dec 2023 21:34:54 +0700 Subject: [PATCH] feat(theme): Added laederon theme (#176) --- themes/index.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/index.ts b/themes/index.ts index c6f4049..b02b572 100644 --- a/themes/index.ts +++ b/themes/index.ts @@ -382,6 +382,13 @@ export const themes: Themes = { border_color: "33374C", bg_color: "1E2132", }, + laederon: { + title_color: "4a5d23", + text_color: "08457e", + icon_color: "817027", + border_color: "e8f6f2", + bg_color: "f8f6f2", + }, // Gradient themes "sunset-gradient": {