We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
- Spotify version: Spotify for Windows (64 bit) 1.2.53.440.g7b2f582a - Installed from: Spotify site - Spicetify version: v2.38.7 - Color scheme: Dark - Extensions: adblock.js, playOnYouTube.js, romaja_lyrics.js, romaji_lyrics.js, full-queue-clear.js, seekonscroll.js, keyboardShortcut.js, shuffle+.js, scannables.js, volumePercentage.js, playback-bar-waveform.js, beautiful-lyrics.mjs, theme.js - Custom apps: marketplace - Lucid installation method: Spicetify Marketplace - Font: JetBrains Mono
Spotify can't play this right now. If you have the file on your computer you can import it.
Note: The popup notification also displays when we Add to Liked Songs / Add to Playlist
The background should match the Background Option we choose in Lucid Settings (Animated / Static / Solid)
Animated / Static / Solid
The text was updated successfully, but these errors were encountered:
For those with Background Option : Animated / Static
Animated
Static
.notistack-Snackbar .BoxComponent-box-elevated { background-color: var(--background-color, rgba(var(--spice-rgb-player, var(--spice-rgb-card)), 0.5)); border: var(--border-thickness) var(--border-style, solid) var(--border-color, rgba(var(--spice-rgb-text), 0.125)); border-radius: var(--border-radius, 0.5rem); -webkit-backdrop-filter: opacity(var(--backdrop-opacity, 1)) blur(var(--backdrop-blur, 1rem)) saturate(var(--saturation, 1.1)) brightness(var(--brightness, 1)) contrast(var(--contrast, 1.2)); backdrop-filter: opacity(var(--backdrop-opacity, 1)) blur(var(--backdrop-blur, 1rem)) saturate(var(--saturation, 1.1)) brightness(var(--brightness, 1)) contrast(var(--contrast, 1.2)); }
For those with Background Option : Solid
Solid
.notistack-Snackbar .BoxComponent-box-elevated { background-color: var(--background-color, rgba(var(--spice-rgb-player, var(--spice-rgb-card)), 1)); border: var(--border-thickness) var(--border-style, solid) var(--border-color, rgba(var(--spice-rgb-text), 0.125)); border-radius: var(--border-radius, 0.5rem); -webkit-backdrop-filter: opacity(var(--backdrop-opacity, 1)) saturate(var(--saturation, 1.1)) brightness(var(--brightness, 1)) contrast(var(--contrast, 1.2)); backdrop-filter: opacity(var(--backdrop-opacity, 1)) saturate(var(--saturation, 1.1)) brightness(var(--brightness, 1)) contrast(var(--contrast, 1.2)); }
Marketplace
Snippets
+ Add CSS
Save CSS
Note 1: It does not change with Background Options you choose. So, use either of the snippets.
Note 2: Make sure you Remove this Snippet when this issue gets Closed or Fixed in a Future Update
Closed
Fixed in a Future Update
Sorry, something went wrong.
its fixed in the new update
No branches or pull requests
Do you have the latest versions of Spicetify, Spotify and Lucid?
Is there already an issue for your problem?
Is your problem definitely caused by the theme?
Environment & Computer Info
Description
Spotify can't play this right now. If you have the file on your computer you can import it.
The background should match the Background Option we choose in Lucid Settings (
Animated / Static / Solid
)Screenshots
The text was updated successfully, but these errors were encountered: