Skip to content

Fix more deprecations #506

Fix more deprecations

Fix more deprecations #506

Triggered via push August 17, 2024 10:12
Status Failure
Total duration 3m 24s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
checks: internal/ui/switcher.go#L115
theme.PrimaryColor is deprecated: Use Color(theme.ColorNamePrimary) instead. (SA1019)
checks: internal/ui/widgetpanel.go#L51
theme.ForegroundColor is deprecated: Use Color(theme.ColorNameForeground) instead. (SA1019)
checks: internal/ui/widgetpanel.go#L52
theme.ForegroundColor is deprecated: Use Color(theme.ColorNameForeground) instead. (SA1019)
checks: internal/ui/widgetpanel.go#L120
theme.ForegroundColor is deprecated: Use Color(theme.ColorNameForeground) instead. (SA1019)
checks: internal/ui/widgetpanel.go#L127
theme.ForegroundColor is deprecated: Use Color(theme.ColorNameForeground) instead. (SA1019)
checks: internal/x11/win/frame.go#L316
theme.DisabledButtonColor is deprecated: Use Color(theme.ColorNameDisabledButton) instead. (SA1019)
checks: internal/x11/win/frame.go#L318
theme.BackgroundColor is deprecated: Use Color(theme.ColorNameBackground) instead. (SA1019)
checks: modules/desktops/pager.go#L106
theme.DisabledColor is deprecated: Use Color(theme.ColorNameDisabled) instead. (SA1019)
checks: modules/quaketerm/term.go#L54
theme.BackgroundColor is deprecated: Use Color(theme.ColorNameBackground) instead. (SA1019)
checks: modules/quaketerm/term.go#L156
theme.BackgroundColor is deprecated: Use Color(theme.ColorNameBackground) instead. (SA1019)