Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brickfrog/xresources-spicetify
Xresources theme for spicetify
https://github.com/brickfrog/xresources-spicetify
spicetify-themes
Last synced: about 1 month ago
JSON representation
Xresources theme for spicetify
- Host: GitHub
- URL: https://github.com/brickfrog/xresources-spicetify
- Owner: brickfrog
- Created: 2022-05-14T15:07:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-14T16:08:09.000Z (over 2 years ago)
- Last Synced: 2023-10-11T09:13:58.246Z (about 1 year ago)
- Topics: spicetify-themes
- Language: CSS
- Homepage:
- Size: 886 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Xresources
A [Spicetify](https://github.com/khanhas/spicetify-cli) theme which follow Xresources colors. This is primarily a personal use since the original author's pull request got rejected(?) and it seems to be abandoned. I had trouble finding an "easy" mechanism for spicetify theming that worked.
I primarily copy the my wal settings via a startup mechanism (in my case, my bspwm script):
```
cp ~/.cache/wal/colors.Xresources ~/.Xresources &
```## Screenshots
### wallpaper example
## highlights from pywal
Follow colors definitions from Xresources + an accent color.
> Colors definitions are exclusively based on Xresources colors. This mean no color_scheme definition is necessary in spicetify config. Either light or dark, the theme should follow nicely your defined color scheme with Xresources (see examples).
>
> You just need to adjust the `accent` color in `color.ini`.>Even if not necessary, there are a `dark` and `light` color scheme definition which only serve the purpose as fallback values in case no colors are retrieved from Xresources. Obviously, this seems quite pointless as if you want to use this theme, you have Xresources colors defined!
## Enable
to use it :
```bash
spicetify config current_theme Xresources-spicetify
spicetify apply
```Original Author : [devcroc](https://github.com/devcroc)