From 8648bed7513173237854e61216453664c3b86318 Mon Sep 17 00:00:00 2001 From: Rangga Fajar Oktariansyah <86386385+FajarKim@users.noreply.github.com> Date: Thu, 7 Dec 2023 21:09:32 +0700 Subject: [PATCH] feat(theme): Added lava-light and lava-dark-theme --- themes/index.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/themes/index.ts b/themes/index.ts index e467acf..10eb27f 100644 --- a/themes/index.ts +++ b/themes/index.ts @@ -419,6 +419,20 @@ export const themes: Themes = { stroke_color: "6d6d6d", username_color: "ff6767", }, + "lava-light": { + title_color: "d81613", + text_color: "786a1c", + icon_color: "d81613", + border_color: "933547", + bg_color: "fffff0", + }, + "lava-dark": { + title_color: "ee403e", + text_color: "fed078", + icon_color: "ee403e", + border_color: "933547", + bg_color: "090b0c", + }, // Gradient themes "sunset-gradient": {