Skip to content

Commit

Permalink
Style Replugged plugin elements
Browse files Browse the repository at this point in the history
SpotifyModal and FoldersRedesigned
  • Loading branch information
Saltssaumure committed May 27, 2024
1 parent e3e71ea commit 42967e6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions scss/mod/_Replugged.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
@use "../vars" as var;
@use "../mixins" as mixin;

// Hide Replugged elements if user sets --demo-clientmod to hidden

@container demo-clientmod style(--demo-clientmod: hidden) {
}

// SpotifyModal
// https://github.com/Socketlike/replugged-plugins/tree/main/plugins/SpotifyModal
#spotify-modal-root {
@include mixin.genOneColor(var(--demo-banner-hue));
// Cover art
.cover-art {
content: var.$gradient;
}
}

// FoldersRedesigned
// https://github.com/YofukashiNo/FoldersRedesigned
.wrapper__832f2 {
@include mixin.genColors;
// Custom folder icon
.foldersRedesigned-folderIcon {
background: var.$gradient !important;
}
}

0 comments on commit 42967e6

Please sign in to comment.