Skip to content

Commit

Permalink
feat: Added shadow_orange theme
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim committed Nov 12, 2023
1 parent 07f004d commit 542d882
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 542d882

Please sign in to comment.