williamckha / spicetify-fluent

Spicetify theme inspired by Microsoft's Fluent Design

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fluent

Spicetify theme inspired by Microsoft's Fluent Design System.

dark-1


dark-2


light-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/williamckha/spicetify-fluent/master/install.ps1" | Invoke-Expression

Linux/macOS (Bash)

curl -fsSL https://raw.githubusercontent.com/williamckha/spicetify-fluent/master/install.sh | sh

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

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

Four color schemes are available: light, dark, dracula, and comfy. Change scheme with commands:

spicetify config color_scheme <scheme_name>
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

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 81.2%Language:JavaScript 9.2%Language:PowerShell 5.9%Language:Shell 3.8%