Go to file
Victoria e2d7b4dd4b
feat(Flow): add Flow theme (#753)
* created the folder for the new branch

* add default color.ini

* new theme add color

* vertical playber

* button

* change hover color

* button change

* update new version fix

* like button

* gradient background for playbar

* hovering of playlist

* some modifications

* change background

* playlist color

* playlist color

* playlist color

* playlist color

* small errors

* playbar shaddow error fixed

* adjust playbar width

* set some variables names

* Added navbar edits

* remove remaining time fr window

* remove remaining time fr window

* add an variable name

* solve shadow

* shadow color

* add color scheme and other details

* add three more color schemes

* add ocean and add did some clean ups

* delete new theme

* change the theme name to Flow

* add screenshots

* add readme

* add license

* Delete LICENSE

* Create LICENSE

* update main readme

* add license

* Update LICENSE

* modefied license and deleted .idea

Co-authored-by: Yu Sung Lee <ysldevelop@gmail.com>
Co-authored-by: Ian Liao <Ian@10-16-6-138.dynapool.wireless.nyu.edu>
Co-authored-by: alexcasieri <ajc880@nyu.edu>
Co-authored-by: Ian Liao <Ian@10-16-153-42.dynapool.wireless.nyu.edu>
Co-authored-by: Ian Liao <55819364+ian-Liaozy@users.noreply.github.com>
2022-05-05 21:35:16 +01:00
_Extra update paths and URLs 2022-03-01 09:40:47 +00:00
.github chore(Bloom): update auto-assign.yml (#722) 2022-04-18 16:05:05 +01:00
Bloom docs(Bloom): update README.md (#740) 2022-04-26 02:06:28 +01:00
BurntSienna fix(BurntSienna): Some visual fixes (#710) 2022-04-01 10:12:52 +01:00
Default [ImgBot] Optimize images 2021-07-15 07:16:45 +00:00
Dreary feat(Sleek): add vantablack color scheme (#709) 2022-04-14 18:42:39 +01:00
Dribbblish update paths and URLs 2022-03-01 09:40:47 +00:00
Flow feat(Flow): add Flow theme (#753) 2022-05-05 21:35:16 +01:00
Glaze Glaze theme patches (#723) 2022-04-17 11:44:28 -04:00
Onepunch Fix problem typo (#732) 2022-04-20 11:25:55 -04:00
Sleek feat(Sleek): add vantablack color scheme (#709) 2022-04-14 18:42:39 +01:00
Turntable fix(Turntable): black screen and the song preview disappear when toggle the full app display (#718) 2022-04-28 11:03:23 +01:00
Ziro fix(Ziro): folders (#741) 2022-04-24 15:37:17 +02:00
.gitignore feat: add gitignore 2021-05-19 22:12:35 +02:00
CODE_OF_CONDUCT.md Initial commit 2021-05-19 22:11:54 +02:00
CONTRIBUTING.md docs(CONTRIBUTING): move contribution guidelines 2021-06-11 11:24:47 +02:00
LICENSE feat(Flow): add Flow theme (#753) 2022-05-05 21:35:16 +01:00
manifest.json feat(Ziro): rewrite (#733) 2022-04-22 23:22:26 +02:00
README.md remove: fluent (#701) 2022-03-25 13:26:08 +00:00
THEMES.md feat(Flow): add Flow theme (#753) 2022-05-05 21:35:16 +01:00

spicetify community themes

This is a collection of themes for spicetify, a command-line tool to customize Spotify.

You can add your own theme simply by opening a Pull Request (more info in CONTRIBUTING.md).

You can find a preview of all the themes in THEMES.md.

Notes:

  • These themes require you to have the latest version of Spotify and Spicetify.
  • To install Dribbblish and Turntable themes, follow the instructions in their READMEs.
  • Spotify ad-blocked version is not supported.

Installation and usage

(If you use Arch Linux you can find this project on the AUR)

  1. Clone this repository. Make sure git is installed and run:

    git clone https://github.com/spicetify/spicetify-themes.git
    
  2. Copy the files into the Spicetify Themes folder. Run:

    Linux

    cd spicetify-themes
    cp -r * ~/.config/spicetify/Themes
    

    MacOS

    cd spicetify-themes
    cp -r * ~/.config/spicetify/Themes
    

    Windows

    cd spicetify-themes
    cp * "$(spicetify -c | Split-Path)\Themes\" -Recurse
    
  3. Choose which theme to apply just by running:

    spicetify config current_theme THEME_NAME
    

    Some themes have 2 or more different color schemes. After selecting the theme you can switch between them with:

    spicetify config color_scheme SCHEME_NAME
    

Extra

The _Extra folder contains additional resources for tweaking the look of Spotify. More info in its README.

Contributions

We've set up a separate document for our contribution guidelines.

Troubleshooting

Do not open issues for general support questions as we want to keep GitHub issues for bug reports and feature requests. If you find problems when using or installing these themes, or you need help in modifying a theme then ask for suggestions on the subreddit or on the Discord Server.

Use GitHub issues ONLY for bugs and requesting new features.

If you are unsure about which channel to use, go for Reddit or Discord.

Useful resources