Skip to content

Commit

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

1 comment on commit bffa27c

@vercel
Copy link

@vercel vercel bot commented on bffa27c 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.