From 7f2d5de8d0c9b3e62d9bedbafd0a70ff51030c2e Mon Sep 17 00:00:00 2001 From: Rangga Fajar Oktariansyah <86386385+FajarKim@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:55:13 +0700 Subject: [PATCH] feat: add `endless-gradient` theme --- 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 };