From f704be2edd21b0897deb492320f4c0208fbfc334 Mon Sep 17 00:00:00 2001 From: The <149513282+the9655a@users.noreply.github.com> Date: Sun, 29 Sep 2024 13:10:30 +0100 Subject: [PATCH 1/3] Update --- midnight.css | 41 ++++++++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/midnight.css b/midnight.css index 92928446..4ba2ed9a 100644 --- a/midnight.css +++ b/midnight.css @@ -108,9 +108,11 @@ #app-mount .scrollerContainer_c6b11b /* channels and roles customize */, .shop_e77fa3 /* shop */, .wrapper_d880dc.minimum_d880dc /* private call */, -.container_effbe2, .container__33507 /* emoji/sticker and gif picker searchbars */, +.container_effbe2, .container__33507 /* emoji/sticker searchbars */, +.searchBar_b56bbc /* gif picker searchbar */ , #app-mount .uploadModal_f82cc7 /* upload modal */, -.uploadModal_f82cc7 .footer_f82cc7 /* upload modal footer */ { +.uploadModal_f82cc7 .footer_f82cc7 /* upload modal footer */, +.container_a6d69a /* forums page */ { background: var(--bg-4); } .sidebarContainer_a3a4ce, .container_a56260, .contentContainer_a56260 /* quests page */ { @@ -120,7 +122,9 @@ --background-secondary-alt: var(--bg-4) !important; } .mainCard_a6d69a /* forum post */, -.navRow_be9398[data-theme=dark] /* add new account bottom */ { +.navRow_be9398[data-theme=dark] /* add new account bottom */, +.container_ddbb27 /* forum guidelines box */, +.searchBar_e7c031 /* settings searchbar */ { background: var(--bg-3); } .folderIconWrapper_bc7085[style="background-color: rgba(88, 101, 242, 0.4);"] /* default color closed folders */ { @@ -130,12 +134,10 @@ #app-mount .outer_c0f6a6.interactive_c0f6a6:hover, #app-mount .outer_c0f6a6.active_c0f6a6 /* friend activity cards on hover */ { background: var(--bg-2); } -#app-mount .searchAnswer_b0fa94, /* search filter answer */ -#app-mount .searchFilter_b0fa94 /* search filter */ { - background: var(--bg-1); -} -.newChannel_ecb303 /* new channel */ { - background: var(--bg-1) !important; +#app-mount .searchAnswer_b0fa94 /* search filter answer */, +#app-mount .searchFilter_b0fa94 /* search filter */, +.input_f4e139 /* big 'find conversation' search bar */ { + background: var(--bg-2); } .chat_a7d72e /* chat + member list */, .sidebar_a4d4d9 /* channel sidebar */, @@ -529,7 +531,9 @@ a[href="https://support.discord.com"] /* hide help */ .messageGroupWrapper_ac90a2 /* pinned messages */, .accountProfileCard_b69b77 /* my account settings profile background */, .userProfileModalInner_c69a7b /* fully focused user profile inner */, -.biteSizeInner_c69a7b /* bitesized user profile inner */ { +.biteSizeInner_c69a7b /* bitesized user profile inner */, +.mainCard_a6d69a /* form posts & search box */, +.container_ddbb27 /* guidelines box */ { border-radius: var(--roundness-m); } .scrollableContainer_d0696b /* message bar */, @@ -540,10 +544,12 @@ a[href="https://support.discord.com"] /* hide help */ .container_c15230 /* thread link */, .input_f8bc55 /* settings inputs */, .item_eb92a8 /* settings radiobutton bars */, -.item_eb92a8 .radioBar_eb92a8 /* settings radiobutton bars */ { +.item_eb92a8 .radioBar_eb92a8 /* settings radiobutton bars */, +.input_f4e139 /* big 'find conversation' search bar */ { border-radius: var(--roundness-s); } -.select_f6639d.open_f6639d /* vencord plugin show all */ { +.select_f6639d.open_f6639d /* vencord plugin show all */, +.headerWithMatchingPosts_a6d69a /* forums searchbar footer */ { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } @@ -565,7 +571,8 @@ a[href="https://support.discord.com"] /* hide help */ .side_a0 .item_a0 /* settings tabs */, button.button_dd4f85 /* small buttons */, .container__33507 /* friend searchbar */, -.container_effbe2, /* sticker/emoji picker searchbar */ +.container_effbe2 /* sticker/emoji picker searchbar */, +.searchBar_b56bbc /* gif picker searchbar */ , .item_d90b3d /* general popout buttons */, .icon_c07d45 /* streaming icon */, #vc-spotify-album-image, @@ -580,8 +587,8 @@ button.button_dd4f85 /* small buttons */, right: 6px; } .wrapper_a7c28c /* mentions */, -.searchBar_a46bef /* search bar */, -.searchBar_f0963d .searchBarComponent_f0963d /* find conversation search bar */, +.searchBar_a46bef /* channel search bar */, +.searchBar_f0963d .searchBarComponent_f0963d /* small 'find conversation' search bar */, .topPill_a0 .item_a0 /* friend online/categories */ { border-radius: var(--roundness-xxs); } @@ -930,7 +937,7 @@ html.theme-light, --bg-base-tertiary: var(--primary-660); --bg-mod-faint: var(--bg-4); --bg-mod-strong: hsl(var(--primary-500-hsl) / 0.54); - --bg-mod-subtle: hsl(var(--primary-500-hsl) / 0.48); + --bg-mod-subtle: var(--bg-2); --bg-surface-overlay: var(--primary-800); --bg-surface-overlay-tmp: var(--primary-800); --bg-surface-raised: var(--primary-600); @@ -1190,7 +1197,7 @@ html.theme-light, --search-popout-option-fade: none; --search-popout-option-fade-hover: none; - --brand-260: var(--bg-1); /* new badge */ + --brand-260: var(--bg-1); /* 'new' badges */ --brand-430: var(--accent-3); --brand-500: var(--accent-3); --brand-530: var(--accent-4); From eefb0fbf1fa902716a35963cb13c75aae4dd1bcd Mon Sep 17 00:00:00 2001 From: The <149513282+the9655a@users.noreply.github.com> Date: Sun, 29 Sep 2024 16:03:41 +0100 Subject: [PATCH 2/3] Fix --- midnight.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/midnight.css b/midnight.css index 1f06a61d..76b62307 100644 --- a/midnight.css +++ b/midnight.css @@ -135,7 +135,9 @@ background: var(--bg-2); } #app-mount .searchAnswer_b0fa94 /* search filter answer */, -#app-mount .searchFilter_b0fa94 /* search filter */, +#app-mount .searchFilter_b0fa94 /* search filter */ { + background: var(--bg-1); +} .input_f4e139 /* big 'find conversation' search bar */ { background: var(--bg-2); } From 6473b07f27a67fca8adb392d30210cb5dfece5c6 Mon Sep 17 00:00:00 2001 From: The <149513282+the9655a@users.noreply.github.com> Date: Tue, 15 Oct 2024 20:05:24 +0100 Subject: [PATCH 3/3] Server list fix --- midnight.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/midnight.css b/midnight.css index b441306a..43f5b345 100644 --- a/midnight.css +++ b/midnight.css @@ -124,7 +124,8 @@ .mainCard_a6d69a /* forum post */, .navRow_be9398[data-theme=dark] /* add new account bottom */, .container_ddbb27 /* forum guidelines box */, -.searchBar_e7c031 /* settings searchbar */ { +.searchBar_e7c031 /* settings searchbar */, +.circleIconButton_db6521 /* server list buttons */ { background: var(--bg-3); } .folderIconWrapper_bc7085[style="background-color: rgba(88, 101, 242, 0.4);"] /* default color closed folders */ {