spicetify-themes/Fluent
morpheusthewhite d9db97e3d9
Merge pull request #595 from morpheusthewhite/imgbot
[ImgBot] Optimize images
2021-11-14 10:28:15 +01:00
..
assets [ImgBot] Optimize images 2021-11-02 00:04:16 +00:00
screenshots [ImgBot] Optimize images 2021-08-14 07:48:34 +00:00
color.ini feat(Fluent): add Fluent theme 2021-08-13 12:22:47 -07:00
fluent.js feat(Fluent): add Liked Songs and My Episodes icons to sidebar 2021-10-03 10:32:55 -07:00
LICENSE feat(Fluent): add Fluent theme 2021-08-13 12:22:47 -07:00
README.md feat(Fluent): add Liked Songs and My Episodes icons to sidebar 2021-10-03 10:32:55 -07:00
user.css fix(Fluent): like button is white in light color scheme 2021-11-01 17:10:27 -07:00

Fluent

Screenshots

Dark

dark-1 dark-2

Light

light-1

More

About

Spicetify theme inspired by Windows 11 UI and Microsoft's Fluent Design.
Requires Segoe UI font.

Based off Ziro theme by schnensch
Fluent UI System Icons by Microsoft Corporation
Phosphor Icons by Phosphor Icons

Install

Make sure spicetify >= v2.7.0 is installed. Run these commands:

Windows

In Powershell:

cd "$(spicetify -c | Split-Path)\Themes\Fluent"
Copy-Item fluent.js ..\..\Extensions
spicetify config extensions fluent.js
spicetify config current_theme Fluent color_scheme dark
spicetify config inject_css 1 replace_colors 1 overwrite_assets 1
spicetify apply

macOS and Linux

In Bash:

cd "$(dirname "$(spicetify -c)")/Themes/Fluent"
mkdir -p ../../Extensions
cp fluent.js ../../Extensions/.
spicetify config extensions fluent.js
spicetify config current_theme Fluent color_scheme dark
spicetify config inject_css 1 replace_colors 1 overwrite_assets 1
spicetify apply

Important

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

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

Customization

Two color schemes are available: light or dark. 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.