Skip to content

Commit

Permalink
feat: Added shadow_purple theme (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim authored Nov 12, 2023
1 parent fa35af0 commit 9ac5c4e
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 @@ -190,4 +190,11 @@ export const themes: Themes = {
border_color: "004490",
bg_color: "ffffff00",
},
shadow_purple: {
title_color: "6F42C1",
text_color: "545454",
icon_color: "570182",
border_color: "570182",
bg_color: "ffffff00",
},
}

0 comments on commit 9ac5c4e

Please sign in to comment.