opencode-config/.opencode/draw-image/brand.json
Sergey 56b67d2d5c
feat(draw-image): SVG template renderer for on-brand covers (#134)
* feat(draw-image): add SVG template render engine

* feat(draw-image): add opencode plugin and tool tests

* test(draw-image): add vitest unit integration e2e suite

* chore(draw-image): wire CI dependabot docs and ADR

* docs(handoff): set PR number

* docs(handoff): fix PR number placeholder in frontmatter

* fix(ci): use tempfile and trailing newline in draw-image tests

---------

Co-authored-by: opencode-agent <agent@opencode.local>
2026-07-29 23:42:50 +03:00

8 lines
No EOL
147 B
JSON

{
"base": "#0a0a0a",
"surface": "#121212",
"fg": "#ededed",
"muted": "#a1a1aa",
"accent": "#ccff00",
"line": "rgba(255,255,255,0.06)"
}