mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-20 17:24:22 +01:00
chore: tui style tweaks
This commit is contained in:
@@ -115,7 +115,7 @@ func (m *editorComponent) View() string {
|
|||||||
PaddingBottom(1).
|
PaddingBottom(1).
|
||||||
Background(t.BackgroundElement()).
|
Background(t.BackgroundElement()).
|
||||||
Border(lipgloss.ThickBorder(), false, true).
|
Border(lipgloss.ThickBorder(), false, true).
|
||||||
BorderForeground(t.BackgroundSubtle()).
|
BorderForeground(t.BackgroundElement()).
|
||||||
BorderBackground(t.Background()).
|
BorderBackground(t.Background()).
|
||||||
Render(textarea)
|
Render(textarea)
|
||||||
|
|
||||||
|
|||||||
@@ -266,7 +266,7 @@ func (m *messagesComponent) header() string {
|
|||||||
BorderLeft(true).
|
BorderLeft(true).
|
||||||
BorderRight(true).
|
BorderRight(true).
|
||||||
BorderBackground(t.Background()).
|
BorderBackground(t.Background()).
|
||||||
BorderForeground(t.BackgroundSubtle()).
|
BorderForeground(t.BackgroundElement()).
|
||||||
BorderStyle(lipgloss.ThickBorder()).
|
BorderStyle(lipgloss.ThickBorder()).
|
||||||
Render(header)
|
Render(header)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user