Skip to content

Commit

Permalink
feat: Added shadow_orange theme (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim authored Nov 12, 2023
1 parent 07f004d commit 7cc1485
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,6 +190,13 @@ export const themes: Themes = {
border_color: "004490",
bg_color: "ffffff00",
},
shadow_orange: {
title_color: "B45202",
text_color: "545454",
icon_color: "733C00",
border_color: "733C00",
bg_color: "ffffff00",
},
shadow_purple: {
title_color: "6F42C1",
text_color: "545454",
Expand Down

0 comments on commit 7cc1485

Please sign in to comment.