diff --git a/themes/index.js b/themes/index.js index f5d8d9160fd1b..397adbf68e32d 100644 --- a/themes/index.js +++ b/themes/index.js @@ -462,6 +462,13 @@ export const themes = { icon_color: "ffffff", bg_color: "35,4158d0,c850c0,ffcc70", }, + "modus-vivendi": { + title_color: "feacd0", + icon_color: "feacd0", + text_color: "ffffff", + bg_color: "000000", + border_color: "646464", + }, }; export default themes;