From e8588de21fffc987d454dad5b526c3d5f84d13cc Mon Sep 17 00:00:00 2001 From: Masanari Mizuno Date: Sat, 20 Apr 2024 18:49:55 +0900 Subject: [PATCH] feature: add modus-vivendi theme --- themes/index.js | 7 +++++++ 1 file changed, 7 insertions(+) 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;