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!
- Host: GitHub
- URL: https://github.com/0lswitcher/spotneotify
- Owner: 0lswitcher
- License: unlicense
- Created: 2026-06-07T22:38:35.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-20T21:01:41.000Z (28 days ago)
- Last Synced: 2026-06-20T23:04:54.614Z (28 days ago)
- Topics: catppuccin, dracula, gruvbox, kanagawa, nord, pywal, pywal16, rosepine, solarized, spicetify, spicetify-themes, spotify, tokyonight
- Language: CSS
- Homepage:
- Size: 10.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SpotNeoTify
TUI-inspired theme with dynamic pywal integration, and many preconfigured colorschemes!

## Colorschemes
First, some I've generated with Pywal: (You can do the same!)
### Warm (w/ Transparency)

### Warm (Opaque)

### Blue (w/ Transparency)

### Blue (Opaque)

### PurpPink (w/ Transparency)

### PurpPink (Opaque)

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

### CatppuccinMacchiato

### CatppuccinLatte

### Dracula

### Gruvbox

### GruvboxHard

### Kanagawa

### Nord

### Rigel

### RosePine

### RosePineMoon

### RosePineDawn

### Solarized

### TokyoNight

### TokyoNightStorm

### ForestGreen

### EverforestDarkHard

### EverforestDarkMedium

### EverforestDarkSoft

## Troubleshooting
### "How tf do I change the colorscheme??"

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