A superminimal, dark syntax theme for OpenCode, based on the Panda Syntax color scheme.
mkdir -p ~/.config/opencode/themes
curl -o ~/.config/opencode/themes/panda-syntax.json \
https://raw.githubusercontent.com/kyaulabs/opencode-panda-syntax/main/.opencode/themes/panda-syntax.jsonInside OpenCode, run the /theme command and select panda-syntax.
Or set it in ~/.config/opencode/tui.json:
{
"theme": "panda-syntax"
}The font used in the screenshot is a custom build of:
- Operator Mono by Hoefler & Co.
- Ligatures added via operator-mono-lig.
- Nerd Font glyphs patched in with Nerd Fonts.
AGPL-3.0 — see the Panda Syntax repo for the original color scheme.
