This directory contains the Cyberdream theme for opencode, auto-generated in the opencode theme JSON format.
To use this theme, copy either cyberdream.json (dark) or cyberdream-light.json (light) to your opencode themes directory:
User-wide:
mkdir -p ~/.config/opencode/themes
cp cyberdream.json ~/.config/opencode/themes/Project-specific:
mkdir -p .opencode/themes
cp cyberdream.json .opencode/themes/Add or update your opencode.json config:
{
"$schema": "https://opencode.ai/config.json",
"theme": "cyberdream"
}Or select it at runtime with the /theme command in opencode.
- You can further customize this theme by editing the JSON file.
- For full documentation on opencode themes, see: https://opencode.ai/docs/themes/