wip: refactoring tui

This commit is contained in:
adamdottv
2025-05-28 15:36:31 -05:00
parent 8863a499a9
commit 9d7c5efb9b
21 changed files with 136 additions and 1346 deletions

View File

@@ -1,7 +1,7 @@
package styles
const (
OpenCodeIcon string = ""
OpenCodeIcon string = ""
ErrorIcon string = "ⓔ"
WarningIcon string = "ⓦ"

View File

@@ -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()