From 72f801aae5f6172c7ee23dd4434a30d397b22f7f Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Tue, 30 Aug 2022 16:16:49 +0300 Subject: [PATCH] Theme updated to 0.1.4.1 version Changed the context viewer colors so they match the theme more --- themes/Darkness.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/Darkness.css b/themes/Darkness.css index e5534166..be381135 100644 --- a/themes/Darkness.css +++ b/themes/Darkness.css @@ -120,14 +120,14 @@ --popup_cancel_button_color_text: #e0e0e0; /*Context Bar Colors*/ - --context_colors_memory: #3572A5; - --context_colors_authors_notes: #8e5b91; - --context_colors_world_info: #1e6f6c; + --context_colors_memory: #133a5c; + --context_colors_authors_notes: #672b6a; + --context_colors_world_info: #1b5a58; --context_colors_prompt: #898888; - --context_colors_game_text: #279098; + --context_colors_game_text: #197f91; --context_colors_submit: #ededed; --context_colors_unused: #ffffff24; - --context_colors_soft_prompt: #1d434a; + --context_colors_soft_prompt: #132b30; /*Parameters*/