From b41b668210b64d5028868e0e58d6c1d073ff4c11 Mon Sep 17 00:00:00 2001 From: somebody Date: Sun, 28 Aug 2022 18:28:50 -0500 Subject: [PATCH] Fix colors on context viewer --- static/koboldai.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/koboldai.css b/static/koboldai.css index f3c17415..fa95b3ee 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -1635,12 +1635,12 @@ body { outline: 1px solid gray; } -.context-sp {background-color: orangered;} -.context-prompt {background-color: orange;} -.context-wi {background-color: #1751b9;} -.context-memory {background-color: #5e4395;} -.context-an {background-color: palevioletred;} -.context-action {background-color: #7d3737;} +.context-sp {background-color: var(--context_colors_soft_prompt);} +.context-prompt {background-color: var(--context_colors_prompt);} +.context-wi {background-color: var(--context_colors_world_info);} +.context-memory {background-color: var(--context_colors_memory);} +.context-an {background-color: var(--context_colors_authors_notes);} +.context-action {background-color: var(--context_colors_game_text);} /*---------------------------------- Global ------------------------------------------------*/ .hidden {