Go to file
Steve Lee e03071102e init
2020-05-11 02:40:15 +08: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
Bittersweet add Bittersweet 2020-04-19 10:29:33 +02:00
Black removed links 2020-03-27 15:00:10 +01:00
BurntSienna [ImgBot] Optimize images 2020-05-01 09:36:43 +00:00
Challenger-Deep [ImgBot] Optimize images 2019-12-31 20:39:14 +00:00
CherryBlossom Merge pull request #69 from toby-wong/master 2020-04-28 13:06:30 +02:00
Coral Merge pull request #69 from toby-wong/master 2020-04-28 13:06:30 +02: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
Dribbblish fix: player controls in fullscreen 2020-05-07 12:00:33 +10: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
Kaapi [ImgBot] Optimize images 2020-04-25 19:35:12 +00: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
MoonChild [ImgBot] Optimize images 2020-04-18 08:17:46 +00: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
NoSleep [ImgBot] Optimize images 2020-05-07 19:45:44 +00:00
Onepunch [ImgBot] Optimize images 2020-04-26 12:15:15 +00:00
Otto [ImgBot] Optimize images 2020-04-23 19:59:47 +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
SimpleSpotify init 2020-05-11 02:40:15 +08: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
TrekyGoldenrod [ImgBot] Optimize images 2020-05-05 05:36:41 +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
YoutubeDark Fix YoutubeDark Readme title 2020-04-18 10:17:35 +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 Update installation instructions 2020-05-06 15:38:03 +02: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

NOTE: to install Dribbblish follow the instruction in its README.

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.