https://github.com/loiccoyle/base16-cider
🎨 Base16 Theme for Cider with gruvbox defaults
https://github.com/loiccoyle/base16-cider
base16 cidermusictheme gruvbox
Last synced: 3 months ago
JSON representation
🎨 Base16 Theme for Cider with gruvbox defaults
- Host: GitHub
- URL: https://github.com/loiccoyle/base16-cider
- Owner: loiccoyle
- License: mit
- Created: 2022-05-24T17:20:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T17:20:29.000Z (over 2 years ago)
- Last Synced: 2025-01-10T07:11:55.931Z (4 months ago)
- Topics: base16, cidermusictheme, gruvbox
- Language: Less
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Base16 Theme for [Cider](https://cider.sh)
> A [base16](https://github.com/chriskempson/base16) compatible styling for [Cider](https://cider.sh).
The color definition of this theme is contained in the [`colors.less`](./colors.less) file.
This file should be rewritten using the [`base16-styles`](https://github.com/samme/base16-styles) `less` template using your prefered base16 builder.
This theme comes with the [`gruvbox-dark-hard`](https://github.com/dawikur/base16-gruvbox-scheme) scheme by default.
# Installing
## Download the theme
1. Go to Cider Music Settings.
2. Click on the `Explore GitHub Themes` button in the Theme section.
3. Look for `Base16 Theme for Cider` and click on it.
4. Click on the `Install` button and select the theme (if you have to). The theme should be applied.This will download the repo to `~/.config/Cider/Themes/gh_495921395/`
## Intergrate with your base16 builder
The intergration with your prefered base16 builder depends on which builder you use, but
your builder should relace the `~/.config/Cider/Themes/gh_495921395/colors.less` file with [`base16-styles`](https://github.com/samme/base16-styles)'s `less` template completed with your chosen theme.I use the [`flavours`](https://github.com/Misterio77/flavours) builder with the following config snippet:
```toml
[[items]]
file='$XDG_CONFIG_HOME/Cider/Themes/gh_495921395/colors.less'
template='styles'
subtemplate='less'
rewrite=true
```# License
[MIT License](./LICENSE)