Base16 Theme for Cider
The color definition of this theme is contained in the colors.less
file.
This file should be rewritten using the base16-styles
less
template using your prefered base16 builder.
This theme comes with the gruvbox-dark-hard
scheme by default.
- Go to Cider Music Settings.
- Click on the
Explore GitHub Themes
button in the Theme section. - Look for
Base16 Theme for Cider
and click on it. - 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/
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
's less
template completed with your chosen theme.
I use the flavours
builder with the following config snippet:
[[items]]
file='$XDG_CONFIG_HOME/Cider/Themes/gh_495921395/colors.less'
template='styles'
subtemplate='less'
rewrite=true