Skip to content

Commit 52a54fb

Browse files
authored
feat: add twitch-gradient theme (#460)
1 parent 97c2a93 commit 52a54fb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

themes/index.ts

+7
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,13 @@ const themes: Themes = {
588588
username_color: "cfe6ff",
589589
bg_color: "5,43cea2,185a9d",
590590
},
591+
"twitch-gradient": {
592+
title_color: "e0d4f7",
593+
text_color: "f0e6ff",
594+
icon_color: "bbafd9",
595+
border_color: "8c7bbf",
596+
bg_color: "20,6441a5,2a0845",
597+
},
591598
};
592599

593600
export { Themes, themes };

0 commit comments

Comments
 (0)