diff --git a/themes/index.js b/themes/index.js index f5d8d9160fd1b..87baecafd1c84 100644 --- a/themes/index.js +++ b/themes/index.js @@ -462,6 +462,12 @@ export const themes = { icon_color: "ffffff", bg_color: "35,4158d0,c850c0,ffcc70", }, + mayo_blue: { + title_color: '334eac', + icon_color: "bad6eb", + text_color: "434d58", + bg_color: "fff9ef", + }, }; export default themes;