Fix more deprecations #506
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)
|