Go to file
ImgBotApp cbd332f7c6
[ImgBot] Optimize images
*Total -- 11,964.60kb -> 10,020.02kb (16.25%)

/BurntSienna/screenshot.png -- 478.10kb -> 274.92kb (42.5%)
/Turntable/screenshots/full_app_display.png -- 1,377.26kb -> 937.11kb (31.96%)
/Turntable/screenshots/full_app_display_vertical_mode.png -- 1,385.05kb -> 948.59kb (31.51%)
/Turntable/screenshots/turntable.png -- 1,162.64kb -> 864.84kb (25.61%)
/Onepunch/screenshots/dark_album.png -- 319.23kb -> 276.45kb (13.4%)
/Onepunch/screenshots/light_album.png -- 325.10kb -> 282.54kb (13.09%)
/Onepunch/screenshots/light_podcast.png -- 580.13kb -> 507.29kb (12.56%)
/Onepunch/screenshots/light_profile.png -- 502.95kb -> 439.99kb (12.52%)
/Onepunch/screenshots/dark_playlist.png -- 385.46kb -> 337.39kb (12.47%)
/Onepunch/screenshots/light_playlist.png -- 392.19kb -> 344.58kb (12.14%)
/Onepunch/screenshots/light_home.png -- 538.99kb -> 474.05kb (12.05%)
/Onepunch/screenshots/dark_home.png -- 527.51kb -> 464.80kb (11.89%)
/Onepunch/screenshots/dark_profile.png -- 481.59kb -> 426.73kb (11.39%)
/Onepunch/screenshots/dark_podcast.png -- 506.92kb -> 454.88kb (10.27%)
/Default/ocean.png -- 228.54kb -> 225.91kb (1.15%)
/Sleek/bib.png -- 280.25kb -> 277.75kb (0.89%)
/Sleek/psycho.png -- 309.51kb -> 307.03kb (0.8%)
/Sleek/deeper.png -- 331.42kb -> 328.94kb (0.75%)
/Dribbblish/nord-light.png -- 223.61kb -> 222.39kb (0.54%)
/Dribbblish/dark.png -- 261.47kb -> 260.28kb (0.46%)
/Dribbblish/gruvbox.png -- 426.22kb -> 424.85kb (0.32%)
/Sleek/deep.png -- 283.45kb -> 282.73kb (0.25%)
/Dribbblish/purple.png -- 657.02kb -> 655.97kb (0.16%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-07-15 07:16:45 +00:00
.github ci: add tasks for validating themes 2021-05-19 22:13:29 +02:00
BurntSienna [ImgBot] Optimize images 2021-07-15 07:16:45 +00:00
Default [ImgBot] Optimize images 2021-07-15 07:16:45 +00:00
Dribbblish [ImgBot] Optimize images 2021-07-15 07:16:45 +00:00
Onepunch [ImgBot] Optimize images 2021-07-15 07:16:45 +00:00
Sleek [ImgBot] Optimize images 2021-07-15 07:16:45 +00:00
Turntable [ImgBot] Optimize images 2021-07-15 07:16:45 +00:00
Ziro docs(Ziro): add screenshots 2021-07-07 11:08:52 +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 Initial commit 2021-05-19 22:11:54 +02:00
README.md docs(README): fix typos 2021-07-08 09:12:06 +02:00
THEMES.md docs(THEMES): add ziro table 2021-07-07 15:36:46 +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 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, 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/morpheusthewhite/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 * ~/spicetify_data/Themes
    

    Windows

    cd spicetify-themes
    cp * "$(spicetify -c | Split-Path)\Themes\"
    
  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
    

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 use the Spectrum chat.

Use GitHub issues ONLY for bugs and requesting new features.

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

Useful resources