mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Merge pull request #81 from LightSaveUs/UI2
WI Folder buttons and themes changes
This commit is contained in:
@@ -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 {
|
||||
|
@@ -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: #133a5c;
|
||||
--context_colors_authors_notes: #672b6a;
|
||||
--context_colors_world_info: #1b5a58;
|
||||
--context_colors_prompt: #898888;
|
||||
--context_colors_game_text: #197f91;
|
||||
--context_colors_submit: #ededed;
|
||||
--context_colors_unused: white;
|
||||
--context_colors_soft_prompt: #000080;
|
||||
--context_colors_unused: #ffffff24;
|
||||
--context_colors_soft_prompt: #132b30;
|
||||
|
||||
|
||||
/*Parameters*/
|
||||
|
@@ -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: #04325c;
|
||||
--context_colors_authors_notes: #165a62;
|
||||
--context_colors_world_info: #1864a3;
|
||||
--context_colors_prompt: #868686;
|
||||
--context_colors_game_text: #63710e;
|
||||
--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;
|
||||
|
Reference in New Issue
Block a user