diff --git a/gensettings.py b/gensettings.py
index 2462c13e..eb03cb03 100644
--- a/gensettings.py
+++ b/gensettings.py
@@ -483,7 +483,7 @@ gensettingstf = [
"UI_V2_Only": True,
"uitype": "slider",
"unit": "int",
- "label": "Insert Depth",
+ "label": "AN Depth",
"id": "singleline",
"min": 0,
"max": 5,
@@ -834,4 +834,4 @@ formatcontrols = [{
"label": "Single Line",
"id": "singleline",
"tooltip": "Only allows the AI to output anything before the enter"
- }]
\ No newline at end of file
+ }]
diff --git a/static/koboldai.css b/static/koboldai.css
index bc65d39e..6ebd7e0e 100644
--- a/static/koboldai.css
+++ b/static/koboldai.css
@@ -307,7 +307,7 @@ input[type="range"]::-ms-fill-upper {
.menu_pin {
position: absolute;
top:10px;
- left: calc(var(--flyout_menu_width) - 25px);
+ left: calc(var(--flyout_menu_width) - 20px);
z-index:50;
width: 25px;
height: 25px;
@@ -747,7 +747,7 @@ input[type="range"]::-ms-fill-upper {
.story_menu_pin {
position: absolute;
top:10px;
- right: calc(var(--flyout_menu_width) - 25px);
+ right: calc(var(--flyout_menu_width) - 29px);
z-index:50;
width: 25px;
height: 25px;
@@ -1744,4 +1744,4 @@ h2 .material-icons-outlined {
font-size: 0.9em;
display: block;
color: var(--setting_category_help_text_color);
-}
\ No newline at end of file
+}
diff --git a/templates/settings flyout.html b/templates/settings flyout.html
index 3b5da6da..c5f42fd1 100644
--- a/templates/settings flyout.html
+++ b/templates/settings flyout.html
@@ -317,4 +317,4 @@
Execution Time: |
Remaining Time: |
-
\ No newline at end of file
+
diff --git a/themes/Darkness.css b/themes/Darkness.css
index 20940dd4..e6abe020 100644
--- a/themes/Darkness.css
+++ b/themes/Darkness.css
@@ -98,11 +98,11 @@
--wi_card_tag_bg_color: #242424;
--wi_card_tag_text_color: #e0e0e0;
- --wi_tag_color: #004397;
+ --wi_tag_color: #1d434a;
--wi_tag_text_color: #e0e0e0;
/*Popup*/
- --popup_background_color: #151717;
+ --popup_background_color: #121414;
--popup_title_bar_color: #1a625f;
--popup_title_bar_color_text: #e0e0e0;
@@ -152,4 +152,4 @@
--story_pinned_area_widths_right: 30px auto var(--story_options_size) 30px;
--story_pinned_areas: var(--story_pinned_areas_left);
--story_pinned_area_widths: var(--story_pinned_area_widths_left);
-}
\ No newline at end of file
+}
diff --git a/themes/Monochrome.css b/themes/Monochrome.css
index 5a44fc7a..e09d3b62 100644
--- a/themes/Monochrome.css
+++ b/themes/Monochrome.css
@@ -98,11 +98,11 @@
--wi_card_tag_bg_color: #273141;
--wi_card_tag_text_color: #e0e0e0;
- --wi_tag_color: #004397;
+ --wi_tag_color: #244c65;
--wi_tag_text_color: #e0e0e0;
/*Popup*/
- --popup_background_color: #18222a;
+ --popup_background_color: #141c23;
--popup_title_bar_color: #2b5471;
--popup_title_bar_color_text: #e0e0e0;
@@ -152,4 +152,4 @@
--story_pinned_area_widths_right: 30px auto var(--story_options_size) 30px;
--story_pinned_areas: var(--story_pinned_areas_left);
--story_pinned_area_widths: var(--story_pinned_area_widths_left);
-}
\ No newline at end of file
+}