Now that FileMaker supports dark mode, some of y'all need to get to know the semantic colors we use in Xcode dev.
Instead of picking a static blue from the color wheel, select Other Color > Developer > systemBlueColor. Semantic colors render differently in light and dark mode.
Forcing single, static color values in your solutions will likely render flat in at least one of the modes, possibly both. Use semantic colors where possible.
as long as we were working exclusively (more or less) on our own Mac's, the method of defining own colors was great. But today, we are working using horizon, citrix, teamviewer (et all) - so, we can no longer use that
We copy the hex value of a color and store it in some texteditor... not so cool (Yes, the color-defining under windows isn't cool either)