From 52a54fb0b4d8bf895200f76b3ab73d25479f8d7f Mon Sep 17 00:00:00 2001 From: Rangga Fajar Oktariansyah <86386385+FajarKim@users.noreply.github.com> Date: Tue, 15 Oct 2024 21:09:03 +0700 Subject: [PATCH] feat: add `twitch-gradient` theme (#460) --- themes/index.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/index.ts b/themes/index.ts index 38c350d..9934c61 100644 --- a/themes/index.ts +++ b/themes/index.ts @@ -588,6 +588,13 @@ const themes: Themes = { username_color: "cfe6ff", bg_color: "5,43cea2,185a9d", }, + "twitch-gradient": { + title_color: "e0d4f7", + text_color: "f0e6ff", + icon_color: "bbafd9", + border_color: "8c7bbf", + bg_color: "20,6441a5,2a0845", + }, }; export { Themes, themes };