Skip to content

Commit

Permalink
feat: add lavender_breeze and lavender_dream themes (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim authored Oct 15, 2024
1 parent 1afeb28 commit f8fa9a0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions themes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,22 @@ const themes: Themes = {
border_color: "fbf8ef",
bg_color: "efeae9",
},
lavender_breeze: {
title_color: "a99e68",
text_color: "ab788e",
icon_color: "a99e68",
border_color: "d8c4f4",
username_color: "a99e68",
bg_color: "eee7fd",
},
lavender_dream: {
title_color: "e6d9a2",
text_color: "d687b4",
icon_color: "e6d9a2",
border_color: "6b518d",
username_color: "e6d9a2",
bg_color: "4a3b66",
},

// Gradient themes
"sunset-gradient": {
Expand Down

1 comment on commit f8fa9a0

@vercel
Copy link

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