ProffieOS 8.10 beta (call for testers!)

Got it. Looks line I get to give Arduino 2.3.7 a try this afternoon on the main device after pulling a backup of what I’m running now.

OS8 has been in beta state for a year already, when it will be out? :slight_smile:

How about now?

5 Likes

Woohoo! It’s here! :partying_face:

1 Like

From a CSS/web color perspective, aqua and cyan are aliases for the same value: #00ffff, which is Rgb<0,255,255>.

So if ProffieOS is using standard web color names, the current definition is technically consistent.

However, if the goal is “what looks like aqua on a blade,” then I can see the argument for a more greenish value such as Rgb<0,255,180>. That may be more intuitive visually, even if it no longer matches the standard named color.

For anyone comparing the values, this converter is useful for checking HEX/RGB/HSL/CMYK side by side: Color Converter