From 26dab54d520248ceee916b0489b21b91847c6332 Mon Sep 17 00:00:00 2001 From: Rangga Fajar Oktariansyah <86386385+FajarKim@users.noreply.github.com> Date: Fri, 1 Dec 2023 22:15:26 +0700 Subject: [PATCH] feat(theme): Added bluloco and bluloco-dark themes (#178) --- themes/index.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/themes/index.ts b/themes/index.ts index a9fdfbd..3ccf3cc 100644 --- a/themes/index.ts +++ b/themes/index.ts @@ -396,6 +396,20 @@ export const themes: Themes = { bg_color: "484848", stroke_color: "41363c", }, + bluloco: { + title_color: "275fe4", + text_color: "df621b", + icon_color: "239749", + border_color: "ECEDEE", + bg_color: "F9F9F9", + }, + "bluloco-dark": { + title_color: "3375fe", + text_color: "cdd3e0", + icon_color: "25a45c", + border_color: "21242D", + bg_color: "282C34", + }, // Gradient themes "sunset-gradient": {