From 81dba87b1292f248b79c928763dd79069072b8b4 Mon Sep 17 00:00:00 2001 From: Caio dos Anjos Date: Fri, 7 Mar 2025 09:13:26 -0800 Subject: [PATCH] Update index.js --- themes/index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/index.js b/themes/index.js index f5d8d9160fd1b..9f77d775adb2a 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", }, + blackwhite: { + title_color: "ffffff", + text_color: "ffffff", + icon_color: "ffffff", + border_color: "ffffff", + bg_color: "000000", + }, }; export default themes;