Simply install the [spicetify-marketplace](https://github.com/spicetify/spicetify-marketplace) by following its installation instructions, and look for the theme install button from within the Marketplace.
For the sidebar playlists to show properly, ensure that these two lines are added in the Patch section of your `config-xpui.ini` file:
```ini
[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](https://github.com/schnensch0/ziro) theme by [schnensch](https://github.com/schnensch0)
[Fluent UI System Icons](https://github.com/microsoft/fluentui-system-icons) by Microsoft Corporation
[Phosphor Icons](https://github.com/phosphor-icons/phosphor-icons) by Phosphor Icons