Go to file
2021-02-07 05:03:51 +03:00
.github fix: clarify issue template 2020-12-31 19:49:17 +01:00
Adapta-Nokto [ImgBot] Optimize images 2020-01-03 07:34:37 +00:00
Arc-Dark fix: merge duplicate themes 2020-12-19 21:58:18 +01:00
Arc-Green [ImgBot] Optimize images 2020-03-31 06:00:56 +00:00
BIB-Green BIB and Green Theme 2019-11-13 15:20:03 -07:00
Bittersweet fix radio background in Bittersweet 2020-10-20 11:14:48 +02:00
Black fix: correct Black README 2020-12-25 09:25:11 +01:00
BladeRunner [ImgBot] Optimize images 2020-12-27 10:59:03 +00:00
Blueballs [ImgBot] Optimize images 2020-10-20 11:09:28 +00:00
BreezeLight [ImgBot] Optimize images 2020-07-15 09:01:22 +00: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
DanDrumStoneNew Add themes from https://github.com/DoubleJarvis/SpicetifyThemes 2019-08-29 10:37:47 +02:00
Dark fix: merge duplicate themes 2020-12-19 21:58:18 +01:00
DeepCoral Merge pull request #52 from morpheusthewhite/imgbot 2020-04-15 08:39:37 +02:00
Discord [ImgBot] Optimize images 2021-02-06 17:23:04 +00: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: macos sidebar position 2021-01-15 12:01:17 +10:00
DribbblishDynamic chore(DribbblishDynamic): update README 2021-01-31 10:44:35 +01:00
Elementary [ImgBot] Optimize images 2020-09-26 16:20:34 +00:00
Flatten [ImgBot] Optimize images 2020-10-20 11:09:28 +00:00
Gradianto [ImgBot] Optimize images 2019-12-31 20:39:14 +00:00
Gruvbox-Gold Typo fixed 2021-02-07 05:03:51 +03:00
JarvisBot fix: merge duplicate themes 2020-12-19 21:58:18 +01:00
Kaapi Remove redundant instructions 2020-05-20 08:02:44 +02:00
Material-Ocean Merge pull request #44 from morpheusthewhite/imgbot 2020-02-29 19:25:26 +01:00
Midnight-Light Fix dark text on dark background errors 2020-12-30 20:28:29 +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 Add donate BTC badge 2020-12-27 00:58:34 -06:00
OneDarkish [ImgBot] Optimize images 2021-01-31 09:54:29 +00:00
Onepunch Theme discontinued 2020-09-15 03:05:07 +05:30
Otto fix: merge duplicate themes 2020-12-19 21:58:18 +01:00
OutrunDark [ImgBot] Optimize images 2019-12-31 20:54:13 +00:00
Phosphoria [ImgBot] Optimize images 2020-08-02 19:43:29 +00:00
Pop-Dark Pop-Dark: Use new class for the New Playlist Button 2020-11-15 17:59:42 -08: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
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 fix: merge duplicate themes 2020-12-19 21:58:18 +01: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 docs: add note to troubleshooting section 2021-01-05 21:05:30 +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

NOTE: to install Dribbblish and DribbblishDynamic follow the instructions in its README.

After that you can choose which theme to apply just by running spicetify config current_theme THEME_NAME. Some themes have 2 or more different color schemes. You can switch between them, once selected the theme, with spicetify config color_scheme SCHEME_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; if a "-" is present in the name it must be followed by an uppercase letter.
  • Copy color.ini and user.css into it
  • Create a README.md in it with the following structure
# THEME_NAME

## Screenshots

[Put at least one image per color scheme 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.

Troubleshooting

If you find problems when using or installing these themes, or you need help in modifying a theme use the Spectrum chat.

For bugs and requesting new features use the GitHub issues.

If you are unsure about which channel to use, go for Spectrum.

NOTE: Spotify ad-blocked version is not supported.