From ce093867b8d8dae138dcb608039ab0d5444c8aa6 Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Fri, 23 Sep 2022 05:35:56 +0300 Subject: [PATCH] Update Unicorn to 0.3.3 version --- themes/Unicorn.css | 45 ++++++++++++++++++++++++++++++++++++++------- 1 file changed, 38 insertions(+), 7 deletions(-) diff --git a/themes/Unicorn.css b/themes/Unicorn.css index f37be310..9971427f 100644 --- a/themes/Unicorn.css +++ b/themes/Unicorn.css @@ -1,7 +1,7 @@ /* Name: Unicorn Author: LightSaveUs - Version: 0.3.2 + Version: 0.3.3 Description: A theme inspired by the DreamilyAI interface. */ @@ -246,6 +246,23 @@ filter: brightness(100%) !important; } +/* Context Menu */ + +#context-menu { + color: #222224; + border-color: #c9c9c9 !important; + background-color: #e8e8e8 !important; +} + +#context-menu > hr { + border-color: #c9c9c9 !important; +} + +.context-menu-item:hover { + color: #222224; + background-color:#c9c9c9 !important; +} + /* Context Viewer */ #context-viewer-header { @@ -256,6 +273,20 @@ background-color: #e8e8e8 !important; } +/* Finder */ + +#finder { + color: #222224!important; +} + +.result-highlight { + background-color: #e26771 !important; +} + +.finder-wi-block { + color: #222224; +} + /* Icons */ span.material-icons-outlined.cursor.search_icon { @@ -267,8 +298,8 @@ span.material-icons-outlined.cursor.search_icon { } .pinned .menu_pin, .pinned .story_menu_pin { - filter: brightness(100%) !important; color: #464646 !important; + filter: brightness(100%) !important; } .material-icons-outlined:hover { @@ -282,9 +313,9 @@ a { } .form-control { + border: none; transform: translateX(6px)!important; background-color: #e2e2e2 !important; - border: none; } /* Lines */ @@ -333,8 +364,8 @@ select#wpp_format_0.settings_select { .popup_load_cancel_button:hover { color: #e26771 !important; - background-color: #e9cece !important; border-color: #e26771 !important; + background-color: #e9cece !important; } /* Tabs */ @@ -350,8 +381,8 @@ select#wpp_format_0.settings_select { } .tabrow span.selected { + color: #f2f1f1 !important; background: #e26771 !important; - color: #f2f1f1 !important; } /* Text */ @@ -376,8 +407,8 @@ select#wpp_format_0.settings_select { .world_info_text { color: #222224 !important; + margin: 0 0px 0px !important; + border-color: #acacac !important; filter: brightness(100%) !important; background-color: #eeeeee !important; - border-color: #acacac !important; - margin: 0 0px 0px !important; }