diff --git a/themes/index.js b/themes/index.js index f5d8d9160fd1b..2d8fe5b7d9252 100644 --- a/themes/index.js +++ b/themes/index.js @@ -455,6 +455,13 @@ export const themes = { icon_color: "ebcfb2", border_color: "e1bc29", bg_color: "2b2d40", + }, + shu_pink: { + title_color: "FF97CF", + text_color: "FF97CF", + icon_color: "ffd5eb", + border_color: "FF97CF", + bg_color: "ffffff", }, ambient_gradient: { title_color: "ffffff", @@ -464,4 +471,5 @@ export const themes = { }, }; + export default themes;