The applet expects colors to be in rgba, but when you change a color, it is set as rgb. This causes the new color to not show at all, and causes the applet to crash at next start up. I diagnosed the issue by comparing config exports. If you export your color changes, and manually change the JSON data to have rgba values instead of rgb, then import it, it then works.
The applet expects colors to be in rgba, but when you change a color, it is set as rgb. This causes the new color to not show at all, and causes the applet to crash at next start up. I diagnosed the issue by comparing config exports. If you export your color changes, and manually change the JSON data to have rgba values instead of rgb, then import it, it then works.