A minimal and dynamic Bloom-inspired theme for Spicetify.
- 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).
- Easy installation via scripts or Spicetify Marketplace: Choose the installation method that best suits you.
- Discord server: https://discord.gg/dqrhtJRDjR
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
iex "& { $(iwr -useb 'https://sanoojes.github.io/better-bloom/install/Better-Bloom.ps1') }"
curl -fsSL https://raw.githubusercontent.com/sanoojes/better-bloom/main/install/install.bash | bash
- Install the
spicetify-marketplace
extension following its instructions: https://github.com/spicetify/spicetify-themes. - Search for "better-bloom" in the Spicetify Marketplace and click "Install."
-
Download the repository: Visit the Better Bloom GitHub repository: https://github.com/sanoojes/better-bloom 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
better-bloom
. -
Extract theme files: Extract the downloaded ZIP archive and move all files from the
src
subfolder to thebetter-bloom
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 better-bloom 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
, darkgreen
, coffee
, comfy
, violet
, dark-fluent
, dark-bloom
.
- If you installed via Marketplace, the color scheme can be changed directly in the theme options.
- Navigate to the Spicetify Themes directory using
spicetify path userdata
in your terminal. - Open the
better-bloom
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.
volumePercentage, quickQueue ,npvAmbience taken from ohitstom/spicetify-extensions