From d9e2d64577dcb60b313ae047333d18e7e89dcfa1 Mon Sep 17 00:00:00 2001 From: Rangga Fajar Oktariansyah <86386385+FajarKim@users.noreply.github.com> Date: Fri, 8 Dec 2023 18:23:44 +0700 Subject: [PATCH] feat(themes): Added space and space_light themes (#202) --- themes/index.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/themes/index.ts b/themes/index.ts index 2725f54..8efa3da 100644 --- a/themes/index.ts +++ b/themes/index.ts @@ -486,6 +486,20 @@ export const themes: Themes = { border_color: "d5cea3", bg_color: "f2ecbc", }, + space: { + title_color: "4f97d7", + text_color: "ffc8c8", + icon_color: "9f8766", + border_color: "292b2e", + bg_color: "212026", + }, + space_light: { + title_color: "3a81c3", + text_color: "655370", + icon_color: "da8b55", + border_color: "fbf8ef", + bg_color: "efeae9", + }, // Gradient themes "sunset-gradient": {