chore(tui): rename theme colors

This commit is contained in:
adamdottv 2025-06-20 11:52:26 -05:00
commit 8b73c52f00
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
10 changed files with 34 additions and 34 deletions

View file

@ -119,7 +119,7 @@ func NewOpenCodeTheme() *OpenCodeTheme {
Dark: lipgloss.Color(darkStep1),
Light: lipgloss.Color(lightStep1),
}
theme.BackgroundSubtleColor = compat.AdaptiveColor{
theme.BackgroundPanelColor = compat.AdaptiveColor{
Dark: lipgloss.Color(darkStep2),
Light: lipgloss.Color(lightStep2),
}