Skip to content

Commit 888663a

Browse files
authored
Add rose theme (#2480)
Co-authored-by: 강민지 <[email protected]>
1 parent 1120006 commit 888663a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: themes/index.js

+7
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,13 @@ export const themes = {
374374
border_color: "170F0C",
375375
bg_color: "170F0C",
376376
},
377+
rose: {
378+
title_color: "8d192b",
379+
text_color: "862931",
380+
icon_color: "B71F36",
381+
border_color: "e9d8d4",
382+
bg_color: "e9d8d4",
383+
},
377384
};
378385

379386
export default themes;

0 commit comments

Comments
 (0)