Skip to content

Merge pull request #263 from andydotxyz/feature/themes #502

Merge pull request #263 from andydotxyz/feature/themes

Merge pull request #263 from andydotxyz/feature/themes #502

Triggered via push August 2, 2024 16:48
Status Failure
Total duration 3m 24s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
checks: internal/ui/about.go#L71
theme.BackgroundColor is deprecated: Use Color(theme.ColorNameBackground) instead. (SA1019)
checks: internal/ui/about.go#L72
theme.BackgroundColor is deprecated: Use Color(theme.ColorNameBackground) instead. (SA1019)
checks: internal/ui/about.go#L84
theme.BackgroundColor is deprecated: Use Color(theme.ColorNameBackground) instead. (SA1019)
checks: internal/ui/about.go#L88
theme.BackgroundColor is deprecated: Use Color(theme.ColorNameBackground) instead. (SA1019)
checks: internal/ui/bar.go#L69
theme.ForegroundColor is deprecated: Use Color(theme.ColorNameForeground) instead. (SA1019)
checks: internal/ui/bar.go#L281
theme.BackgroundColor is deprecated: Use Color(theme.ColorNameBackground) instead. (SA1019)
checks: internal/ui/bar.go#L338
theme.BackgroundColor is deprecated: Use Color(theme.ColorNameBackground) instead. (SA1019)
checks: internal/ui/bar.go#L341
theme.ForegroundColor is deprecated: Use Color(theme.ColorNameForeground) instead. (SA1019)
checks: internal/ui/bar_test.go#L92
theme.BackgroundColor is deprecated: Use Color(theme.ColorNameBackground) instead. (SA1019)
checks: internal/ui/menu.go#L81
theme.OverlayBackgroundColor is deprecated: Use Color(theme.ColorNameOverlayBackground) instead. (SA1019)