Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 2.7 KB

File metadata and controls

47 lines (31 loc) · 2.7 KB

Panda Syntax for OpenCode

Contributor Covenant Conventional Commits GitHub Semantic Versioning
OpenCode Theme

A superminimal, dark syntax theme for OpenCode, based on the Panda Syntax color scheme.

Preview

Panda Syntax Screenshot

Installation

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.json

Usage

Inside OpenCode, run the /theme command and select panda-syntax.

Or set it in ~/.config/opencode/tui.json:

{
  "theme": "panda-syntax"
}

Font

The font used in the screenshot is a custom build of:

  1. Operator Mono by Hoefler & Co.
  2. Ligatures added via operator-mono-lig.
  3. Nerd Font glyphs patched in with Nerd Fonts.

License

AGPL-3.0 — see the Panda Syntax repo for the original color scheme.