feat: add support for images

This commit is contained in:
phantomreactor 2025-05-03 01:53:58 +05:30 committed by adamdottv
parent 0095832be3
commit ff0ef3bb43
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
30 changed files with 1323 additions and 468 deletions

View file

@ -5,6 +5,10 @@ import (
"github.com/opencode-ai/opencode/internal/tui/theme"
)
var (
ImageBakcground = "#212121"
)
// Style generation functions that use the current theme
// BaseStyle returns the base style with background and foreground colors