diff options
| author | adamdottv <[email protected]> | 2025-06-20 11:52:26 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-06-20 13:00:31 -0500 |
| commit | 8b73c52f00661a516cd89d9bb45b036dcc93c0f0 (patch) | |
| tree | 5c14ad5894e608801bc32505c4957dd2e50d6029 /packages/tui/internal/theme/manager.go | |
| parent | 5603098d174ee17d08a19908ee40a91cea9c9c05 (diff) | |
| download | opencode-8b73c52f00661a516cd89d9bb45b036dcc93c0f0.tar.gz opencode-8b73c52f00661a516cd89d9bb45b036dcc93c0f0.zip | |
chore(tui): rename theme colors
Diffstat (limited to 'packages/tui/internal/theme/manager.go')
| -rw-r--r-- | packages/tui/internal/theme/manager.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tui/internal/theme/manager.go b/packages/tui/internal/theme/manager.go index c54ed1119..aaf0db26e 100644 --- a/packages/tui/internal/theme/manager.go +++ b/packages/tui/internal/theme/manager.go @@ -146,7 +146,7 @@ func LoadCustomTheme(customTheme map[string]any) (Theme, error) { case "background": theme.BackgroundColor = adaptiveColor case "backgroundsubtle": - theme.BackgroundSubtleColor = adaptiveColor + theme.BackgroundPanelColor = adaptiveColor case "backgroundelement": theme.BackgroundElementColor = adaptiveColor case "border": |
