From bffa27cd2a23fceb80b467a44db324153668bdd6 Mon Sep 17 00:00:00 2001 From: Rangga Fajar Oktariansyah <86386385+FajarKim@users.noreply.github.com> Date: Tue, 15 Oct 2024 19:00:23 +0700 Subject: [PATCH] feat: add `endless-gradient` theme (#458) --- themes/index.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/themes/index.ts b/themes/index.ts index e813a15..38c350d 100644 --- a/themes/index.ts +++ b/themes/index.ts @@ -580,6 +580,14 @@ const themes: Themes = { border_color: "444242", bg_color: "4,1d1d1e,4a4a4a", }, + "endless-gradient": { + title_color: "cfe6ff", + text_color: "f2f2f2", + icon_color: "b0c4d9", + border_color: "5dc4a0", + username_color: "cfe6ff", + bg_color: "5,43cea2,185a9d", + }, }; export { Themes, themes };