From f8fa9a00e138960b7b9d70229ee8d55d71b51950 Mon Sep 17 00:00:00 2001 From: Rangga Fajar Oktariansyah <86386385+FajarKim@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:33:04 +0700 Subject: [PATCH] feat: add `lavender_breeze` and `lavender_dream` themes (#454) --- themes/index.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/themes/index.ts b/themes/index.ts index b4dd6cf..2174bd6 100644 --- a/themes/index.ts +++ b/themes/index.ts @@ -515,6 +515,22 @@ const themes: Themes = { border_color: "fbf8ef", bg_color: "efeae9", }, + lavender_breeze: { + title_color: "a99e68", + text_color: "ab788e", + icon_color: "a99e68", + border_color: "d8c4f4", + username_color: "a99e68", + bg_color: "eee7fd", + }, + lavender_dream: { + title_color: "e6d9a2", + text_color: "d687b4", + icon_color: "e6d9a2", + border_color: "6b518d", + username_color: "e6d9a2", + bg_color: "4a3b66", + }, // Gradient themes "sunset-gradient": {