chore(tui): rename theme colors

This commit is contained in:
adamdottv
2025-06-20 13:00:31 -05:00
parent 5603098d17
commit 8b73c52f00
10 changed files with 34 additions and 34 deletions
+1 -1
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),
}