Spicetify-Lucid

Lucid Theme

Lucid is a sleek, modern Spicetify theme with dynamic visuals and highly customizable features for a personalized Spotify experience.


🖥️ Preview

Lazy note Sorry, am lazy to add more previews. Try out the theme.

✅ Compatibility


💬 Community & Support


📥 Installation

  1. Install Marketplace
  2. Search “Lucid” and click Install

🔹 Script Installation

Windows (PowerShell)

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
iex "& { $(iwr -useb 'https://cdn.jsdelivr.net/gh/sanoojes/Spicetify-Lucid@latest/scripts/install.ps1') }"

Linux/macOS (Bash)

curl -fsSL https://cdn.jsdelivr.net/gh/sanoojes/Spicetify-Lucid/scripts/install.sh | sh

🔸 Manual Installation

  1. Download ZIP
  2. Find your themes folder:

    spicetify path userdata
    
  3. Create a Lucid folder inside Themes
  4. Extract contents of /src into Lucid
  5. Apply the theme:

    spicetify config current_theme Lucid
    spicetify config color_scheme dark
    spicetify config inject_css 1 replace_colors 1 overwrite_assets 1 inject_theme_js 1
    spicetify apply
    

❌ Uninstallation

Windows (PowerShell)

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
iex "& { $(iwr -useb 'https://cdn.jsdelivr.net/gh/sanoojes/Spicetify-Lucid@latest/scripts/uninstall.ps1') }"

Linux/macOS (Bash)

curl -fsSL https://cdn.jsdelivr.net/gh/sanoojes/Spicetify-Lucid/scripts/uninstall.sh | sh

📄 License

MIT License