Add rose theme (#2480)

Co-authored-by: 강민지 <68285922+Kminzzi@users.noreply.github.com>
This commit is contained in:
강민지 2023-02-14 09:50:12 +09:00 committed by GitHub
parent 112000667c
commit 888663a477
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;