Skip to content

sanoojes/better-bloom

Repository files navigation

Spicetify Better Bloom 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).
  • Easy installation via scripts or Spicetify Marketplace: Choose the installation method that best suits you.

Join the community!

Installation

Manual installation using Scripts (recomended):

Windows (Powershell)

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
iex "& { $(iwr -useb 'https://sanoojes.github.io/better-bloom/install/Better-Bloom.ps1') }"

Linux/macOS (Bash)

curl -fsSL https://raw.githubusercontent.com/sanoojes/better-bloom/main/install/install.sh | bash

Using Spicetify Marketplace (simpler installation):

  1. Install the spicetify-marketplace extension following its instructions: https://github.com/spicetify/spicetify-themes.
  2. Search for "better-bloom" in the Spicetify Marketplace and click "Install."

Advanced Manual Installation::

  1. Download the repository: Visit the Better Bloom GitHub repository: https://github.com/sanoojes/better-bloom and download the code as a ZIP archive.

  2. Locate Spicetify's Themes directory: Use the command spicetify path userdata in your terminal/command prompt to find the path.

  3. Create the theme folder: Inside the Themes directory, create a new folder named better-bloom.

  4. Extract theme files: Extract the downloaded ZIP archive and move all files from the src subfolder to the better-bloom folder you created.

  5. 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

Customization

Color scheme:

  • 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.

Accent color:

  1. Navigate to the Spicetify Themes directory using spicetify path userdata in your terminal.
  2. Open the better-bloom folder.
  3. Edit the color.ini file for your current color scheme (e.g., color.dark.ini).
  4. Make your desired changes to the accent color values.
  5. 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

Dark (default)

Base Dark Preview Dark Preview 1 Dark Preview 0 Dark 1 Preview 2 Dark 2 Preview 3

Light

Light Preview Light Preview 1

Comfy

Comfy Preview Comfy Preview 1

Darkgreen

DarkGreen Preview DarkGreen Preview 1

Violet

Violet Preview Violet Preview 1

Dark-Fluent

Dark-Fluent Preview Dark-Fluent Preview 1

Dark-Bloom

Dark-Bloom Preview Dark-Bloom Preview 1

Credits

volumePercentage, quickQueue ,npvAmbience taken from ohitstom/spicetify-extensions

License

MIT License