mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 16:02:19 +00:00
wip: refactoring tui
This commit is contained in:
parent
8863a499a9
commit
9d7c5efb9b
21 changed files with 136 additions and 1346 deletions
|
|
@ -5,12 +5,6 @@ import (
|
|||
"github.com/sst/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
|
||||
func BaseStyle() lipgloss.Style {
|
||||
t := theme.CurrentTheme()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue