@gregorni The main issue at hand is actually that Fretboard fetches the blue accent color on the finger dots from the contemporary Adwaita stylesheet. That color isn't defined in most custom stylesheets, namely the default one in GTK, which is basically old Adwaita in a cryonic chamber. So when the color for the dots is looked up, nothing is found, and they become transparent. The app breaks completely. And people don't realize why.

This system just doesn't work at scale.

#StopThemingMyApp

@bragefuglseth @gregorni To see how the issue is handled in GNOME Sound Recorder (Vocalis) and Decibels for the waveform, see
https://gitlab.gnome.org/World/vocalis/-/blob/master/src/waveform.ts?ref_type=heads#L139
src/waveform.ts · master · World / Vocalis · GitLab

Simple sound recording on the desktop

GitLab
@bragefuglseth @gregorni “at scale”, I see what you did there.