Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.53 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.53 KB

Base16 Theme for Cider

A base16 compatible styling 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.

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'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

License

MIT License