From 215b60704021eabf3f13886377436df391a73fc2 Mon Sep 17 00:00:00 2001 From: Guilherme <38162666+KaitoTK@users.noreply.github.com> Date: Mon, 24 Feb 2025 22:11:30 -0300 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..53e894c586ace 100644 --- a/themes/index.js +++ b/themes/index.js @@ -18,6 +18,13 @@ export const themes = { text_color: "417E87", bg_color: "ffffff00", }, + dark_red: { + title_color: "DA0000", + text_color: "666", + icon_color: "AF0000", + border_color: "AF0000", + bg_color: "ffffff00", + }, shadow_red: { title_color: "9A0000", text_color: "444",