From a3ae4d2c346078ac65c5784801ccf6dd934c1cfe Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Tue, 30 Aug 2022 16:15:38 +0300 Subject: [PATCH] Theme updated to 0.4.4.1 version Changed the context viewer colors so they match the theme more --- themes/Monochrome.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/Monochrome.css b/themes/Monochrome.css index ad5f4384..50c35a78 100644 --- a/themes/Monochrome.css +++ b/themes/Monochrome.css @@ -120,11 +120,11 @@ --popup_cancel_button_color_text: #e0e0e0; /*Context Bar Colors*/ - --context_colors_memory: #08365f; + --context_colors_memory: #04325c; --context_colors_authors_notes: #165a62; --context_colors_world_info: #1864a3; --context_colors_prompt: #868686; - --context_colors_game_text: #787f4d; + --context_colors_game_text: #63710e; --context_colors_submit: #ededed; --context_colors_unused: #ffffff24; --context_colors_soft_prompt: #141414;