opencode-theme-opencraft
v0.2.0
Published
Minecraft-inspired OpenCode TUI theme.
Maintainers
Readme
OpenCraft
Minecraft-inspired theme package for the OpenCode TUI.
Use
Add the package to tui.json:
{
"$schema": "https://opencode.ai/tui.json",
"plugin": ["opencode-theme-opencraft"]
}The package exposes themes/opencraft.json through OpenCode's oc-themes package manifest field, so no JavaScript TUI plugin entrypoint is required. OpenCode installs that theme through the same theme installer used by the TUI plugin API, which skips copying it again when it is already present.
Select opencraft with /theme, or set it explicitly in tui.json if you want it as the current theme:
{
"$schema": "https://opencode.ai/tui.json",
"plugin": ["opencode-theme-opencraft"],
"theme": "opencraft"
}This package installs the theme but does not force-activate it.
