diff --git a/themes/index.js b/themes/index.js index aa7a24c23b216..befe002edd32f 100644 --- a/themes/index.js +++ b/themes/index.js @@ -430,6 +430,13 @@ export const themes = { border_color: "ffffff", bg_color: "000000", }, + pastel_pink: { + title_color: "DF2A5A", + text_color: "757575", + icon_color: "EB001B", + border_color: "e4e2e2", + bg_color: "fffefe", + }, }; export default themes;