chore(tui): rename theme colors
This commit is contained in:
parent
5603098d17
commit
8b73c52f00
10 changed files with 34 additions and 34 deletions
|
|
@ -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),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue