Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Cyberdream Opencode Theme

This directory contains the Cyberdream theme for opencode, auto-generated in the opencode theme JSON format.

Usage

1. Copy the Theme File

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/

2. Set the Theme in Your Config

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.

Customization & More