Skip to content

Commit

Permalink
feat: add twitch-gradient theme (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim authored Oct 15, 2024
1 parent 97c2a93 commit 52a54fb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions themes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
Expand Down

1 comment on commit 52a54fb

@vercel
Copy link

@vercel vercel bot commented on 52a54fb Oct 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.