An open API service indexing awesome lists of open source software.

https://github.com/0lswitcher/spotneotify

TUI-inspired theme with dynamic pywal integration, and many preconfigured colorschemes!
https://github.com/0lswitcher/spotneotify

catppuccin dracula gruvbox kanagawa nord pywal pywal16 rosepine solarized spicetify spicetify-themes spotify tokyonight

Last synced: 13 days ago
JSON representation

TUI-inspired theme with dynamic pywal integration, and many preconfigured colorschemes!

Awesome Lists containing this project

README

          


SpotNeoTify



TUI-inspired theme with dynamic pywal integration, and many preconfigured colorschemes!

![Main Preview](md-assets/spicetify-PurpPink.png)

## Colorschemes

First, some I've generated with Pywal: (You can do the same!)

### Warm (w/ Transparency)
![Warm](md-assets/spicetify-warm.png)

### Warm (Opaque)
![Warm](md-assets/spicetify-warm-opaque.png)

### Blue (w/ Transparency)
![Blue](md-assets/spicetify-blue.png)

### Blue (Opaque)
![Blue](md-assets/spicetify-blue-opaque.png)

### PurpPink (w/ Transparency)
![PurpPink](md-assets/spicetify-PurpPink.png)

### PurpPink (Opaque)
![PurpPink](md-assets/spicetify-PurpPink-opaque.png)

Want to generate your own colorschemes in real time from pywal?

Download the `pywal-to-spicetify.sh` script from my bash-scripts repo:
```
$ curl -sLO https://raw.githubusercontent.com/0lswitcher/bash-scripts/refs/heads/main/scripts/pywal-to-spicetify.sh
```

Then, make the script executable:
```
$ chmod +x ./pywal-to-spicetify.sh
```

Finally, run it!
```
$ bash ./pywal-to-spicetify.sh
```

> [!TIP]
> If you wish to use some of the colorschemes I've generated without using the `pywal-to-spicetify.sh` script, \
> I've included all of the above shown as additional colorscheme options. :)

Next, there are 21+ different colorschemes designed for specific use with this theme, \
rather than assumedly binding a color generated color pallete.

> I do not take credit for the following colorschemes, they are all part of the original \
> [text](https://github.com/spicetify/spicetify-themes/tree/master/text) theme that SpotNeoTify is built off of.
>
> The screenshots below are also sourced from the above repository, so use them as a reference of color, not layout.

### CatppuccinMocha
![CatppuccinMocha](md-assets/og/CatppuccinMocha.png)

### CatppuccinMacchiato
![CatppuccinMacchiato](md-assets/og/CatppuccinMacchiato.png)

### CatppuccinLatte
![CatppuccinLatte](md-assets/og/CatppuccinLatte.png)

### Dracula
![Dracula](md-assets/og/Dracula.png)

### Gruvbox
![Gruvbox](md-assets/og/Gruvbox.png)

### GruvboxHard
![GruvboxHard](md-assets/og/GruvboxHard.png)

### Kanagawa
![Kanagawa](md-assets/og/Kanagawa.png)

### Nord
![Nord](md-assets/og/Nord.png)

### Rigel
![CatppuccinMaRigelcchiato](md-assets/og/Rigel.png)

### RosePine
![RosePine](md-assets/og/RosePine.png)

### RosePineMoon
![RosePineMoon](md-assets/og/RosePineMoon.png)

### RosePineDawn
![RosePineDawn](md-assets/og/RosePineDawn.png)

### Solarized
![Solarized](md-assets/og/Solarized.png)

### TokyoNight
![TokyoNight](md-assets/og/TokyoNight.png)

### TokyoNightStorm
![TokyoNightStorm](md-assets/og/TokyoNightStorm.png)

### ForestGreen
![ForestGreen](md-assets/og/ForestGreen.png)

### EverforestDarkHard
![EverforestDarkHard](md-assets/og/EverforestDarkHard.png)

### EverforestDarkMedium
![EverforestDarkMedium](md-assets/og/EverforestDarkMedium.png)

### EverforestDarkSoft
![EverforestDarkSoft](md-assets/og/EverforestDarkSoft.png)

## Troubleshooting

### "How tf do I change the colorscheme??"
![How2Colorscheme](md-assets/how-to-colorscheme.png)

I struggled w/ this too, for some reason using `spicetify config color_scheme ` does not consistently work.

> For clarification, it kind of works; running `spicetify color` shows the correct colors, but it just doesn't update no
> matter how many times you run `spicetify apply` lol.

So yeah, just change it in the marketplace itself.

### "I updated spotify/spicetify, and now the theme is broken!"

Unfortunately, new updates regularly break formatting. Your best bet is to run:
```
spicetify restore backup
spicetify backup apply
```
And simply hope the formatting fixes. If not, either manual fixing is required, or you'll \
have to wait until I push the newest update with the corrected formatting.

> [!TIP]
> I highly recommend pinning/locking your spotify version to prevent issues like this in the future.
>
> This can be done a number of ways and is dependant on your installation method, \
> so please research the required method for your version.

## Credits
Based on [text](https://github.com/spicetify/spicetify-themes/tree/master/text) by [darkthemer](https://github.com/darkthemer/)

Huge shoutout to the [Spicetify dev team](https://github.com/orgs/spicetify/people) for making an awesome platform, all the [maintainers/contributers](https://github.com/spicetify/cli/graphs/contributors) of Spicetify for always staying on top of things, and [Nam Anh](https://github.com/kyrie25) for the wonderful [Publishing to Marketplace](https://github.com/spicetify/marketplace/wiki/Publishing-to-Marketplace) documentation. Y'all rock <3

Additional thanks to [uhAlexz](https://github.com/uhAlexz) for creating the original sonic dancing `.css` snippet.

## License
This repository is licensed under the [Unlicense License](LICENSE) (do whatever u want idc)

---


built with ❤️ by 0lswitcher