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

@@ -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":