Go to file
morpheusthewhite e3414f3f46
Merge pull request #52 from morpheusthewhite/imgbot
[ImgBot] Optimize images
2020-04-15 08:39:37 +02:00
Adapta-Nokto [ImgBot] Optimize images 2020-01-03 07:34:37 +00:00
Arc-Dark [ImgBot] Optimize images 2019-12-31 20:39:14 +00:00
Arc-Green [ImgBot] Optimize images 2020-03-31 06:00:56 +00:00
Aritim-Dark Added Aritim-Dark Theme 2020-03-24 19:07:20 -03:00
BIB-Green BIB and Green Theme 2019-11-13 15:20:03 -07:00
Black removed cover lift up animation and redcued album play button animation 2019-12-06 16:40:05 +01:00
Challenger-Deep [ImgBot] Optimize images 2019-12-31 20:39:14 +00:00
DanDrumStone Add themes from https://github.com/DoubleJarvis/SpicetifyThemes 2019-08-29 10:37:47 +02:00
DanDrumStoneNew Add themes from https://github.com/DoubleJarvis/SpicetifyThemes 2019-08-29 10:37:47 +02:00
Dark Fix theme name 2019-08-24 19:44:01 +02:00
DeepCoral Merge pull request #52 from morpheusthewhite/imgbot 2020-04-15 08:39:37 +02:00
Dobbo [ImgBot] Optimize images 2020-02-27 06:47:49 +00:00
Dracula Delete .DS_Store 2019-08-29 07:47:11 +02:00
Elementary Add Elementary theme 2019-08-23 15:55:35 +02:00
Gradianto [ImgBot] Optimize images 2019-12-31 20:39:14 +00:00
Gruvbox-Gold Fixed background-color property name 2020-03-01 10:32:27 -04:00
JarvisBot Add themes from https://github.com/DoubleJarvis/SpicetifyThemes 2019-08-29 10:37:47 +02:00
Lovelace [ImgBot] Optimize images 2019-12-31 20:39:14 +00:00
Material-Ocean Merge pull request #44 from morpheusthewhite/imgbot 2020-02-29 19:25:26 +01:00
Midnight-Light hide ad bar from Midnight-Light theme 2020-01-19 14:19:40 +01:00
Night [ImgBot] Optimize images 2019-12-31 20:39:14 +00:00
Night-Owl [ImgBot] Optimize images 2019-12-31 20:39:14 +00:00
NightMoon [ImgBot] Optimize images 2019-12-31 20:39:14 +00:00
Nord [ImgBot] Optimize images 2019-12-31 20:39:14 +00:00
OutrunDark [ImgBot] Optimize images 2019-12-31 20:54:13 +00:00
Pop-Dark [ImgBot] Optimize images 2019-12-31 20:39:14 +00:00
ShadowCustom [ImgBot] Optimize images 2019-12-31 20:39:14 +00:00
SolarizedDark [ImgBot] Optimize images 2019-12-31 20:39:14 +00:00
Spicy Fix screenshots 2019-09-27 13:35:04 +02:00
Sweet [ImgBot] Optimize images 2019-12-31 20:39:14 +00:00
Twasi [ImgBot] Optimize images 2019-12-31 20:39:14 +00:00
TychoAwake Add themes from https://github.com/DoubleJarvis/SpicetifyThemes 2019-08-29 10:37:47 +02:00
Vaporwave Fix image preview in README 2019-10-28 21:34:46 +01:00
WintergatanBlueprint Add themes from https://github.com/DoubleJarvis/SpicetifyThemes 2019-08-29 10:37:47 +02:00
.gitignore Add .gitignore 2019-11-20 10:46:10 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2020-01-10 18:53:16 +01:00
LICENSE Add License 2019-09-04 12:32:05 +02:00
README.md Add specification of theme to README template (see https://github.com/morpheusthewhite/spicetify-themes/issues/42) 2020-02-28 22:19:57 +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 Requests (more info in the Contributions section).

You can find a preview of all the themes in the wiki.

Installation

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

Once you cloned the repository you'll need to put the files into the Themes folder. This varies between operating systems. The example shows the Themes directory for Linux. For other operating systems, see the Themes folder location here.

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

After that you can choose which theme to apply just by running spicetify config current_theme THEME_NAME

Contributions

If you want to add your theme:

  • Fork this repository
  • Create another folder with your theme name. The theme name should consist of one word starting with an uppercase letter and shouldn't contain spicetify or any whitespace in it
  • Copy color.ini and user.css to it
  • Create a README.md in it with the following structure
# THEME_NAME

## Screenshots

[Put at least one image here]

## More

[Specify any needed font; (optionally) author name and/or any other info about the theme]

  • Open a Pull Request

Thanks to all the contributors.