Skip to content

Commit

Permalink
Add rose theme (#2480)
Browse files Browse the repository at this point in the history
Co-authored-by: 강민지 <[email protected]>
  • Loading branch information
Meezzi and Meezzi committed Feb 14, 2023
1 parent 1120006 commit 888663a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,13 @@ export const themes = {
border_color: "170F0C",
bg_color: "170F0C",
},
rose: {
title_color: "8d192b",
text_color: "862931",
icon_color: "B71F36",
border_color: "e9d8d4",
bg_color: "e9d8d4",
},
};

export default themes;

0 comments on commit 888663a

Please sign in to comment.