Skip to content

Commit

Permalink
Add SystemColor compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Jun 26, 2024
1 parent c80c725 commit 3af2eae
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions scss/plugin/_SystemColor.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// SystemColor
// https://github.com/MiniDiscordThemes/SystemColor

// Fixes when used with SystemColor

// Remove overall background tint and image
.bg_d4b6c5.bg_d4b6c5::before {
display: none;
}

// Apply background image instead to chat window.
.chat_a7d72e {
background: var(--systemcolor-bg-image) var(--systemcolor-bg-position);
}
1 change: 1 addition & 0 deletions scss/plugin/index.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
@forward "./ReadAllNotificationsButton";
@forward "./SpotifyControls";
@forward "./SystemColor";

0 comments on commit 3af2eae

Please sign in to comment.