diff --git a/flavors/midnight-vencord.theme.css b/flavors/midnight-vencord.theme.css index 7f62fe9..f211ab3 100644 --- a/flavors/midnight-vencord.theme.css +++ b/flavors/midnight-vencord.theme.css @@ -36,7 +36,7 @@ --mention-hover: hsla(343.6, 46.7%, 61.6%, 0.05); /* mentions & mention messages when hovered */ /* text colors */ - --text-0: white; /* text on colored elements */ + --text-0: var(--bg-4); /* text on colored elements */ --text-1: var(--text-2); /* other normally white text */ --text-2: hsl(37, 40%, 84%); /* headings and important text */ --text-3: hsl(37, 40%, 72%); /* normal text */ diff --git a/midnight.css b/midnight.css index 5df4da3..bd762d9 100644 --- a/midnight.css +++ b/midnight.css @@ -102,9 +102,7 @@ .folderIconWrapper__72239[style="background-color: rgba(88, 101, 242, 0.4);"] /* default color closed folders */ { background: var(--bg-3) !important; } -.folder__17546.hover__043de /* folder opened on hover */ { - background-color: var(--bg-2); -} +.folder__17546.hover__043de /* folder opened on hover */, .theme-dark .outer_a41cf3.interactive__01cfa:hover, .theme-dark .outer_a41cf3.active__76f42 /* friend activity cards on hover */ { background: var(--bg-2); } @@ -112,6 +110,9 @@ #app-mount .searchFilter__118cb /* search filter */ { background: var(--bg-1); } +.newChannel_f99b92 /* new channel */ { + background: var(--bg-1) !important; +} .chat__52833 /* chat + member list */, .sidebar_ded4b5 /* channel sidebar */, .privateChannels__93473 .scroller__4b984 /* dms list inner */,