theRealPadster / spicetify-bloom

Spicetify theme inspired by Microsoft's Fluent Design

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bloom

Spicetify theme inspired by Microsoft's Fluent Design System.

please star and help to shape the future by commenting

dark-1


Dependencies

  • Spicetify version 2.7.0 or newer, latest version always recommended.
  • Segoe UI font family, comes pre-installed on Windows Vista and newer. Segoe UI versions older than 5.37 (older than Windows 8.0) are not officially supported but may work.

Installation

Windows (PowerShell)

Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/nimsandu/spicetify-bloom/main/install.ps1" | Invoke-Expression

Linux/macOS (Bash)

curl -fsSL https://raw.githubusercontent.com/nimsandu/spicetify-bloom/main/install.sh | sh

Important

if you install theme using above command you dont need to do anything else to apply the theme

OR DOWNLOAD Release script (powershell or shell) and run on your machine

Spicetify Marketplace

You may alternatively install spicetify-fluent from within the Spicetify Marketplace.
Simply install the spicetify-marketplace by following it's installation instructions and look for and install the theme from within the Marketplace Button.

Important

if you are experiencing bugs after installing theme via marketplace then proceed following steps 1-reset the marketplace by clicking the settings icon on marketplace>scroll all the way down>click [reset marketplace] 2run following commands on appropriate shell <

Windows (PowerShell)

Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/nimsandu/spicetify-bloom/main/install.ps1" | Invoke-Expression

Linux/macOS (Bash)

curl -fsSL https://raw.githubusercontent.com/nimsandu/spicetify-bloom/main/install.sh | sh

Important

For the sidebar playlists to show properly, ensure that these two lines are added in the Patch section of your config-xpui.ini file:

[Patch]
xpui.js_find_8008 = ,(\w+=)32,
xpui.js_repl_8008 = ,${1}56,

Customization

apply the theme using these commands

spicetify config current_theme Bloom
spicetify config color_scheme dark
spicetify apply

More Options

  • You can change the accent color in the theme folder's color.ini file.
  • If you are using Windows, you can hide the window controls by adding the flag --transparent-window-controls after Spotify.exe in your Spotify shortcut.
  • Use "Sidebar config" in the Spotify profile menu to hide/unhide and stick/unstick the Liked Songs and My Episodes icons in the sidebar.

Credits

special thanks and the concept belongs to williamckha another thanx for @dilith the milkgod customized the theme by williamckha (https://github.com/williamckha/spicetify-fluent) Based off Ziro theme by schnensch
Fluent UI System Icons by Microsoft Corporation
Phosphor Icons by Phosphor Icons

License

MIT License

About

Spicetify theme inspired by Microsoft's Fluent Design

License:MIT License


Languages

Language:CSS 82.7%Language:JavaScript 8.8%Language:PowerShell 5.2%Language:Shell 3.3%