Remove usage of an old API and fix possible nil crash #504
Annotations
10 errors
internal/ui/about.go#L71
theme.BackgroundColor is deprecated: Use Color(theme.ColorNameBackground) instead. (SA1019)
|
internal/ui/about.go#L72
theme.BackgroundColor is deprecated: Use Color(theme.ColorNameBackground) instead. (SA1019)
|
internal/ui/about.go#L84
theme.BackgroundColor is deprecated: Use Color(theme.ColorNameBackground) instead. (SA1019)
|
internal/ui/about.go#L88
theme.BackgroundColor is deprecated: Use Color(theme.ColorNameBackground) instead. (SA1019)
|
internal/ui/bar.go#L69
theme.ForegroundColor is deprecated: Use Color(theme.ColorNameForeground) instead. (SA1019)
|
internal/ui/bar.go#L281
theme.BackgroundColor is deprecated: Use Color(theme.ColorNameBackground) instead. (SA1019)
|
internal/ui/bar.go#L338
theme.BackgroundColor is deprecated: Use Color(theme.ColorNameBackground) instead. (SA1019)
|
internal/ui/bar.go#L341
theme.ForegroundColor is deprecated: Use Color(theme.ColorNameForeground) instead. (SA1019)
|
internal/ui/bar_test.go#L92
theme.BackgroundColor is deprecated: Use Color(theme.ColorNameBackground) instead. (SA1019)
|
internal/ui/menu.go#L81
theme.OverlayBackgroundColor is deprecated: Use Color(theme.ColorNameOverlayBackground) instead. (SA1019)
|
This job failed
Loading