From 1b92b1bf47cf57e962b50c913e408c5a36e5ef9d Mon Sep 17 00:00:00 2001 From: Masanari Mizuno Date: Sat, 20 Apr 2024 19:04:29 +0900 Subject: [PATCH 1/2] feature: add modus-operandi theme --- themes/index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/index.js b/themes/index.js index 397adbf68e32d..25997a6fcd404 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-operandi": { + title_color: "721045", + icon_color: "721045", + text_color: "000000", + bg_color: "ffffff", + border_color: "9f9f9f", + }, "modus-vivendi": { title_color: "feacd0", icon_color: "feacd0", From 87cd8894bb28fa7a5b87ff5e115965414e75e817 Mon Sep 17 00:00:00 2001 From: Masanari Mizuno Date: Sat, 20 Apr 2024 19:07:15 +0900 Subject: [PATCH 2/2] feature: change modus-operandi main color --- themes/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/index.js b/themes/index.js index 25997a6fcd404..4db093d293f1c 100644 --- a/themes/index.js +++ b/themes/index.js @@ -463,8 +463,8 @@ export const themes = { bg_color: "35,4158d0,c850c0,ffcc70", }, "modus-operandi": { - title_color: "721045", - icon_color: "721045", + title_color: "006800", + icon_color: "006800", text_color: "000000", bg_color: "ffffff", border_color: "9f9f9f",