From 090605c0a6d927f8c2f5ee74c67be4a5ff5cdc7f Mon Sep 17 00:00:00 2001 From: MK Date: Fri, 8 Nov 2024 13:08:04 +0300 Subject: [PATCH] Update index.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit shadow_ultramarine: { title_color: "3F00FF", # Сияющий ультрамарин text_color: "FFFFFF", # Белый текст icon_color: "3F00FF", # Сияющий ультрамарин border_color: "ffffff00", # Прозрачная граница bg_color: "ffffff00", # Прозрачный фон } --- themes/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/index.js b/themes/index.js index f5d8d9160fd1b..c9c036071624e 100644 --- a/themes/index.js +++ b/themes/index.js @@ -18,11 +18,11 @@ export const themes = { text_color: "417E87", bg_color: "ffffff00", }, - shadow_red: { - title_color: "9A0000", - text_color: "444", - icon_color: "4F0000", - border_color: "4F0000", + shadow_ultramarine: { + title_color: "3F00FF", + text_color: "FFFFFF", + icon_color: "3F00FF", + border_color: "ffffff00", bg_color: "ffffff00", }, shadow_green: {