Skip to content

Commit

Permalink
Update midnight-vencord.theme
Browse files Browse the repository at this point in the history
  • Loading branch information
makimwah authored Jan 6, 2024
1 parent c684873 commit d1fa582
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions flavors/midnight-vencord.theme
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
--moon-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 27' width='24' height='24'%3E%3Cpath fill='currentColor' d='M0 0h7v1H6v1H5v1H4v1H3v1H2v1h5v1H0V6h1V5h1V4h1V3h1V2h1V1H0m13 2h5v1h-1v1h-1v1h-1v1h3v1h-5V7h1V6h1V5h1V4h-3m8 5h1v5h1v-1h1v1h-1v1h1v-1h1v1h-1v3h-1v1h-2v1h-1v1h1v-1h2v-1h1v2h-1v1h-2v1h-1v-1h-1v1h-6v-1h-1v-1h-1v-2h1v1h2v1h3v1h1v-1h-1v-1h-3v-1h-4v-4h1v-2h1v-1h1v-1h1v2h1v1h1v-1h1v1h-1v1h2v-2h1v-2h1v-1h1M8 14h2v1H9v4h1v2h1v1h1v1h1v1h4v1h-6v-1H5v-1H4v-5h1v-1h1v-2h2m17 3h1v3h-1v1h-1v1h-1v2h-2v-2h2v-1h1v-1h1m1 0h1v3h-1v1h-2v-1h1v-1h1'%3E%3C/path%3E%3C/svg%3E");
--moon-icon-size: cover;
}
/* disable DM spin */
.wrapper_d281dd:hover > .childWrapper__01b9c::before,
.wrapper_d281dd.selected_f5ec8e > .childWrapper__01b9c::before {
background: var(--text-0);
Expand All @@ -82,3 +83,19 @@
--green-to-accent-3-filter: hue-rotate(56deg) saturate(1.43); /* add friend page explore icon */
--blurple-to-accent-3-filter: hue-rotate(304deg) saturate(0.84) brightness(1.2); /* add friend page school icon */
}

/* color of idle and dnd status dots, change first and last fill values to #d8a656 for default yellow and the inbetween fill values to #ea6962 for default red */
rect[fill="#f0b232"],
svg[fill="#f0b232"] {
fill: #d8a656;
}
rect[fill="#f23f43"],
svg[fill="#f23f43"] {
fill: #ea6962;
}
[style="background-color: rgb(242, 63, 67);"] {
background-color: #ea6962 !important;
}
[style="background-color: rgb(240, 178, 50);"] {
background-color: #d8a656 !important;
}

0 comments on commit d1fa582

Please sign in to comment.