Spicetify Lucid Theme
A minimal and dynamic Bloom-inspired theme for Spicetify.
Features:
- Auto updates (planned): Bug fixes are addressed promptly to keep your theme experience smooth.
- Dynamic background that adapts to album art: Enjoy a visually engaging experience with a background that changes based on your current song album art.
- Multiple color schemes: Choose from a variety of color schemes to match your style (dark, light, dark-green, coffee, comfy, dark-fluent, greenland, biscuit).
- Easy installation via scripts or Spicetify Marketplace: Choose the installation method that best suits you.
Installation
Manual installation using Scripts (recomended):
Windows (Powershell)
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
iex "& { $(iwr -useb 'https://sanoojes.github.io/Lucid/install/Lucid.ps1') }"
Linux/macOS (Bash)
curl -fsSL https://raw.githubusercontent.com/sanoojes/Spicetify-Lucid/main/install/install.sh | sh
Using Spicetify Marketplace (simpler installation):
- Install the
spicetify-marketplace
extension following its instructions: https://github.com/spicetify/spicetify-themes.
- Search for “Lucid” in the Spicetify Marketplace and click “Install.”
Advanced Manual Installation::
- Download the repository: Visit the Lucid GitHub repository: https://github.com/sanoojes/Spicetify-Lucid and download the code as a ZIP archive.
- Locate Spicetify’s Themes directory: Use the command
spicetify path userdata
in your terminal/command prompt to find the path.
- Create the theme folder: Inside the Themes directory, create a new folder named
Lucid
.
- Extract theme files: Extract the downloaded ZIP archive and move all files from the
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
Customization
Color scheme:
Available schemes: dark
, light
, darkgreen
, coffee
, comfy
, violet
, dark-fluent
, dark-bloom
,midnight-catppuccin
,greenland
,biscuit
.
- If you installed via Marketplace, the color scheme can be changed directly in the theme options.
Accent color:
- Navigate to the Spicetify Themes directory using
spicetify path userdata
in your terminal.
- Open the
Lucid
folder.
- Edit the
color.ini
file for your current color scheme (e.g., color.dark.ini
).
- Make your desired changes to the accent color values.
- Run
spicetify apply
to apply the changes.
- If you installed via Marketplace, you can use the built-in Color.ini Editor for accent color adjustments.
Screenshots
Dark (default) with Global nav
![Base Dark with Global Nav](./assets/images/Lucid-global-nav.webp)
Dark (default)
![Dark 2 Preview 3](./assets/images/Lucid-dark2.webp)
Light
![Light Preview 1](./assets/images/Lucid-light1.webp)
Comfy
![Comfy Preview 1](./assets/images/Lucid-comfy1.webp)
Darkgreen
![DarkGreen Preview 1](./assets/images/Lucid-darkgreen1.webp)
Violet
![Violet Preview 1](./assets/images/Lucid-violet1.webp)
Dark-Fluent
![Dark-Fluent Preview 1](./assets/images/Lucid-dark-fluent1.webp)
Dark-Bloom
![Dark-Bloom Preview 1](./assets/images/Lucid-dark-bloom1.webp)
Midnight-Catppuccin
![midnight-catppuccin Preview 1](./assets/images/Lucid-midnight-catppuccin1.webp)
Lucid Settings
![Settings Preview](/better-bloom/assets/images/settings.webp)
License
MIT License