chore(tui): rename theme colors

This commit is contained in:
adamdottv
2025-06-20 11:52:26 -05:00
parent 5603098d17
commit 8b73c52f00
10 changed files with 34 additions and 34 deletions

View File

@@ -98,7 +98,7 @@ func NewAyuTheme() *AyuTheme {
Dark: lipgloss.Color(darkBg),
Light: lipgloss.Color(darkBg),
}
theme.BackgroundSubtleColor = compat.AdaptiveColor{
theme.BackgroundPanelColor = compat.AdaptiveColor{
Dark: lipgloss.Color(darkBgAlt),
Light: lipgloss.Color(darkBgAlt),
}