diff --git a/themes/index.js b/themes/index.js index aa7a24c23b216..6450655e2da85 100644 --- a/themes/index.js +++ b/themes/index.js @@ -430,6 +430,20 @@ export const themes = { border_color: "ffffff", bg_color: "000000", }, + blue_navy: { + title_color: "82AAFF", + text_color: "82AAFF", + icon_color: "82AAFF", + border_color: "ffffff", + bg_color: "000000", + }, + calm_pink: { + title_color: "e07a5f", + text_color: "edae49", + icon_color: "ebcfb2", + border_color: "e1bc29", + bg_color: "2b2d40", + }, }; export default themes;