mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
wip: refactoring tui
This commit is contained in:
parent
8863a499a9
commit
9d7c5efb9b
21 changed files with 136 additions and 1346 deletions
|
|
@ -1,7 +1,7 @@
|
|||
package styles
|
||||
|
||||
const (
|
||||
OpenCodeIcon string = "ⓒ"
|
||||
OpenCodeIcon string = "◍"
|
||||
|
||||
ErrorIcon string = "ⓔ"
|
||||
WarningIcon string = "ⓦ"
|
||||
|
|
|
|||
|
|
@ -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