Lucid is a Spicetify theme that blends a clean, modern aesthetic with a touch of dynamism and customization, creating a unique and personalized Spotify experience.
Embrace a minimalist design while injecting a subtle pop of color and personality into your music streaming experience.
See Lucid in Action:
Click here for more screenshots
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
iex "& { $(iwr -useb 'https://cdn.jsdelivr.net/gh/sanoojes/Spicetify-Lucid@refs/heads/main/install/Lucid.ps1') }"
curl -fsSL https://raw.githubusercontent.com/sanoojes/Spicetify-Lucid/main/install/install.sh | sh
For those who used scripts and not Marketplace.
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
iex "& { $(iwr -useb 'https://raw.githubusercontent.com/sanoojes/spicetify-lucid/main/install/Lucid.ps1') } -Action Update"
Use the Bash installation script or manually update the files.
For those who used scripts and not Marketplace.
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
iex "& { $(iwr -useb 'https://raw.githubusercontent.com/sanoojes/spicetify-lucid/main/install/Lucid.ps1') } -Action Uninstall"
spicetify config color_scheme ' ' current_theme ' '
spicetify apply
If you uninstall Lucid let us know how to shape our future!
spicetify-marketplace
extension following its instructions: https://github.com/spicetify/marketplace/wiki/Installation.spicetify path userdata
in your terminal/command prompt to find the path.Lucid
.src
subfolder to the Lucid
folder you created.Apply the theme: Open your terminal/command prompt and run these commands (replace <color_scheme>
with your desired scheme):
spicetify config current_theme Lucid
spicetify config color_scheme <color_scheme> # Example: dark, light, etc.
spicetify config inject_css 1 replace_colors 1 overwrite_assets 1 inject_theme_js 1
spicetify apply
The default scheme is dark
. You can change it using the command:
spicetify config color_scheme <color_scheme>
spicetify apply
Available schemes: dark
, light
, comfy
, macos
, coffee
, violet
, dracula
, biscuit
, cozytile
, rosepine
, darkgreen
, greenland
, dark-bloom
, dark-fluent
, dracula-pro
, cosmic-dusk
, midnight-slate
, nocturne-coast
, catppuccin-mocha
, midnight-catppuccin
, catppuccin-macchiato
, catppuccin-darkrose
, abyss
, vesper
, night-owl
.
spicetify path userdata
in your terminal.Lucid
folder.color.ini
file for your current color scheme (e.g., color.dark.ini
).spicetify apply
to apply the changes.