github spicetify/spicetify-cli v0.9.0

latest releases: v2.36.11, v2.36.10, v2.36.9...
4 years ago

Add

  • color_scheme config option: Change color schemes at ease with this new option. Simply put your schemes in same color.ini file in same theme, but in different sections. Example color.ini:
[Base]
main_fg        = 1a73e8
secondary_fg   = 5f5e68
main_bg        = ffffff
...

[Dark]
main_fg        = 8AB4F8
secondary_fg   = BDC1C6
main_bg        = 202124
...

[Green]
main_fg        = C2D935
secondary_fg   = DEDEDE
main_bg        = 0A0E14
...

Now, if you want to change to [Dark] scheme, run:

spicetify config color_scheme Dark
spicetify update

On default, color_scheme option is blank. If color_scheme option is blank, first section in color.ini will be used.

  • new_feedback_ui config option: Enable new feedback UI with refreshing icons, text and buttons.
    image

image

  • search_in_sidebar config option: Enable new search UI. Search button is also moved to sidebar.

image

Fix

  • Extension djMode: Double clicking on a track in playlist or album now queues that track.

I just made a new theme for Spicetify for fun, it has a bit of Google style. Check it out if you like: https://github.com/khanhas/google-spicetify

image

Don't miss a new spicetify-cli release

NewReleases is sending notifications on new releases.