diff --git a/ui/visualizations/peakmeter.go b/ui/visualizations/peakmeter.go index c740736..5da0135 100644 --- a/ui/visualizations/peakmeter.go +++ b/ui/visualizations/peakmeter.go @@ -171,7 +171,7 @@ func (l *peakMeterRenderer) Refresh() { foreground := theme.ForegroundColor() background := theme.BackgroundColor() errC := theme.ErrorColor() - c := theme.PrimaryColor().(color.NRGBA) + c := color.NRGBAModel.Convert(theme.PrimaryColor()).(color.NRGBA) c.A = 128 l.lLabel.Color = foreground l.rLabel.Color = foreground