FileMaker 19, dark mode, and semantic colors

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.

5 Likes

The layout content is not dark mode compatible yet though, so we might still be stuck with picking one color or the other.

It'll be cool if they allow dynamic theming later.

1 Like

Yeah, the fill color chip in the Inspector updates at the system level, but the layout engine just ignores it. That's too bad. :-1:

2 Likes

Oh, well that isn't misleading at all!

2 Likes

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)

2 Likes

If needed, I can provide MBS FileMaker Plugin function to query live value of a semantic color.

1 Like

Sadly it is not possible to define dynamic colo(u)rs in conditional formatting :-/

...but we could still use such an MBS function to create colored panels or backgrounds by defining dynamic colored GIFs using the CFs in GitHub - mrwatson-de/fmDynamicColors: FileMaker Colors in a giffy

3 Likes