Skip to content

Commit

Permalink
deploy: 04c931f
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed May 27, 2024
1 parent 3745366 commit a2d13fc
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"discordID": "134142022092062720",
"github": "Saltssaumure"
},
"version": "1.1.0",
"version": "1.1.1",
"updater": {
"type": "store",
"id": "net.saltssaumure.Demonstration"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demonstration-discord-theme",
"version": "1.1.0",
"version": "1.1.1",
"description": "A Discord theme for demonstrating Discord themes.",
"repository": "github:MiniDiscordThemes/Demonstration",
"author": "Saltssaumure <[email protected]>",
Expand Down
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 a2d13fc

Please sign in to comment.