From f7adfe66ce1a8258730d375aecc94a079854b9de Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Tue, 30 Aug 2022 15:49:01 +0300 Subject: [PATCH 1/5] WI Folder buttons position adjustment --- static/koboldai.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/koboldai.css b/static/koboldai.css index 7e573615..fe0f9083 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -824,7 +824,7 @@ td.server_vars { margin-left: 10px; display: grid; grid-template-areas: "folder expand title upload_box upload download"; - grid-template-columns: 15px 30px auto 0px 25px 25px; + grid-template-columns: 15px 30px auto 0px 25px 35px; } .WI_Folder_Header .folder { From ac05023af3d1cb4b787ec8b57e7e8a937cc82c60 Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Tue, 30 Aug 2022 15:53:54 +0300 Subject: [PATCH 2/5] Theme updated to 0.4.4 version Changed the context viewer colors so they match the theme --- themes/Monochrome.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/themes/Monochrome.css b/themes/Monochrome.css index 3d9e7ac4..ad5f4384 100644 --- a/themes/Monochrome.css +++ b/themes/Monochrome.css @@ -120,14 +120,14 @@ --popup_cancel_button_color_text: #e0e0e0; /*Context Bar Colors*/ - --context_colors_memory: #3572A5; - --context_colors_authors_notes: #f1e05a; - --context_colors_world_info: #563d7c; - --context_colors_prompt: #e34c26; - --context_colors_game_text: #c6538c; + --context_colors_memory: #08365f; + --context_colors_authors_notes: #165a62; + --context_colors_world_info: #1864a3; + --context_colors_prompt: #868686; + --context_colors_game_text: #787f4d; --context_colors_submit: #ededed; - --context_colors_unused: white; - --context_colors_soft_prompt: #000080; + --context_colors_unused: #ffffff24; + --context_colors_soft_prompt: #141414; /*Parameters*/ --scrollbar-size: 6px; From c4081b77aa9f7a5d3cbf966938b176f165d8e9b4 Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Tue, 30 Aug 2022 15:55:02 +0300 Subject: [PATCH 3/5] Theme updated to 0.1.4 version Changed the context viewer colors so they match the theme --- themes/Darkness.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/Darkness.css b/themes/Darkness.css index 260c5ca3..e5534166 100644 --- a/themes/Darkness.css +++ b/themes/Darkness.css @@ -121,13 +121,13 @@ /*Context Bar Colors*/ --context_colors_memory: #3572A5; - --context_colors_authors_notes: #f1e05a; - --context_colors_world_info: #563d7c; - --context_colors_prompt: #e34c26; - --context_colors_game_text: #c6538c; + --context_colors_authors_notes: #8e5b91; + --context_colors_world_info: #1e6f6c; + --context_colors_prompt: #898888; + --context_colors_game_text: #279098; --context_colors_submit: #ededed; - --context_colors_unused: white; - --context_colors_soft_prompt: #000080; + --context_colors_unused: #ffffff24; + --context_colors_soft_prompt: #1d434a; /*Parameters*/ 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 4/5] 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; 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 5/5] 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*/