opencode
opencode copied to clipboard
Emacs vterm should default to system theme
@adamdotdevin here is how it looks in emacs vterm now. much better, there are still some stray blue underscore characters though.
Forked from #101
@paralin does it just work for you by default? This is how it looks for me in vterm (Emacs 30.1). Also, does scrolling work for you?
Looks good now with "system" theme
Fixed by setting the "system" theme:
Write to ~/.config/opencode/opencode.jsonc
{
"$schema": "https://opencode.ai/config.json",
"theme": "system"
}
I would recommend automatically defaulting to this if vterm is detected
On doom emacs, I am not able to scroll to the previous page when using open code via libvterm. Any suggestions?