Skip to content

Commit

Permalink
new channel icon
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Jan 7, 2024
1 parent 0e23b66 commit 1549223
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion flavors/midnight-vencord.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
7 changes: 4 additions & 3 deletions midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,16 +102,17 @@
.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);
}
#app-mount .searchAnswer_b452e7, /* search filter answer */
#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 */,
Expand Down

0 comments on commit 1549223

Please sign in to comment.