A collection of base16 and base24 themes for opencode, auto-generated and always up to date.
To install all themes for opencode, simply clone this repository into your opencode config directory:
mkdir -p ~/.config/opencode
cd ~/.config/opencode
git clone https://github.com/scaryrawr/base16-opencode .Or, copy/symlink the themes/*.json files into ~/.config/opencode/themes.
git clone https://github.com/scaryrawr/base16-opencode
ln -s $PWD/base16-opencode/themes ~/.config/opencode/themesAfter cloning, restart opencode or use /theme to select a theme.
- Themes are generated from base16/base24 schemes using base16-builder-go and custom templates for opencode.
- A GitHub Actions workflow keeps themes up to date automatically.
- Add or update templates in
templates/ - Open a PR to add new schemes or improve templates
- On template or workflow changes, or every Saturday, the workflow will regenerate all themes and open a PR if there are updates.
MIT