From d8e41b19a8a99c19bf24751bd4435274abef06cd Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Fri, 23 Sep 2022 05:36:58 +0300 Subject: [PATCH] Update Nostalgia to 0.2.2 version --- themes/Nostalgia.css | 45 ++++++++++++++++++++++++++++++++------------ 1 file changed, 33 insertions(+), 12 deletions(-) diff --git a/themes/Nostalgia.css b/themes/Nostalgia.css index 90d56162..020998a2 100644 --- a/themes/Nostalgia.css +++ b/themes/Nostalgia.css @@ -1,7 +1,7 @@ /* Name: Nostalgia Author: LightSaveUs - Version: 0.2.1 + Version: 0.2.2 Description: A theme inspired by the previous KoboldAI interface. */ @@ -222,10 +222,19 @@ filter: brightness(80%); } -/* Flyout */ +/* Context Menu */ -.rightSideMenu { - background-color: #212122 !important; +#context-menu { + border-color: #12324f !important; + background-color: #294f71 !important; +} + +#context-menu > hr { + border-color: #12324f !important; +} + +.context-menu-item:hover { + background-color:#12324f !important; } /* Context Viewer */ @@ -238,6 +247,18 @@ background-color: #404040 !important; } +/* Finder */ + +.result-highlight { + background-color: #3bf723f0 !important; +} + +/* Flyout */ + +.rightSideMenu { + background-color: #212122 !important; +} + /* Icons */ .collapsable_header .material-icons-outlined { @@ -295,16 +316,16 @@ a { } .popup_load_cancel_button:hover { - color: #ffffff !important; - background-color: #337ab7 !important; - border-color: #ffffff !important; filter: brightness(80%); + color: #ffffff !important; + border-color: #ffffff !important; + background-color: #337ab7 !important; } #error_message.popup .btn-primary { - background-color: #337ab7 !important; color: #ffffff !important; border-color: #ffffff !important; + background-color: #337ab7 !important; } /* Tabs */ @@ -342,21 +363,21 @@ a { div#settings_footer.settings_footer { color: #ffffff !important; - background-color: #294f71 !important; border-color: #12324f !important; + background-color: #294f71 !important; } /* World Info */ .world_info_tag_area { + border-color: #999999!important; filter: brightness(100%) !important; background-color: #404040 !important; - border-color: #999999!important; } .world_info_text { + margin: 0 0px 0px !important; + border-color: #999999!important; filter: brightness(100%) !important; background-color: #404040 !important; - border-color: #999999!important; - margin: 0 0px 0px !important; }