Skip to content

Commit

Permalink
feat(theme): Added laederon theme (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim authored Dec 1, 2023
1 parent 8c03c89 commit ab2536f
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 @@ -382,6 +382,13 @@ export const themes: Themes = {
border_color: "33374C",
bg_color: "1E2132",
},
laederon: {
title_color: "4a5d23",
text_color: "08457e",
icon_color: "817027",
border_color: "e8f6f2",
bg_color: "f8f6f2",
},

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

0 comments on commit ab2536f

Please sign in to comment.