mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-20 09:32:19 +00:00
fix(tui): fix logo color
This commit is contained in:
parent
f597b7287b
commit
f1684c9e15
1 changed files with 1 additions and 1 deletions
|
|
@ -915,7 +915,7 @@ func (a Model) Cleanup() {
|
|||
func (a Model) home() (string, int, int) {
|
||||
t := theme.CurrentTheme()
|
||||
effectiveWidth := a.width - 4
|
||||
baseStyle := styles.NewStyle().Background(t.Background())
|
||||
baseStyle := styles.NewStyle().Foreground(t.Text()).Background(t.Background())
|
||||
base := baseStyle.Render
|
||||
muted := styles.NewStyle().Foreground(t.TextMuted()).Background(t.Background()).Render
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue