I’m trying to use flags, and noticed that in the Dark Coral theme the color blue is the same color as the grey background. I am using the example from the docs, blue|white|red and get the following:
If I set $Flags=red-white-blue I get
Blue alone shows nothing, which I assume means it is getting mapped to the background color of the theme? Am I missing something obvious? The colors are consistent, so it is not like the issue from 2020. I am using the Dark Coral theme on a light-themed computer, so it is like the issue titled “Default Theme Dark Coral Timeline Colors Issues” from November of last year but I would assume that was fixed by now.
I’m not sure what there is to ‘fix’ as the blue only lacks contrast against a dark colour. The colour schemes become part of the document when used so changing them in the app doesn’t necessarily fix anything in existing document.
But using the Colors Inspector you could pick a new shade for defined colour 'blue 'that suits your preferences. Once set you can save the current colours as a colour scheme so you can use it when/if needed).
It took me a long while to get why in some colour scheme named colours don’t look like their name. This is because all colour schemes define c.30 named colours but set whatever colour value they want. So ‘blue’ can be blue but just as easily yellow or green. At the same time, you can’t add new named colours, or at least not via the inspector.
Alternatively, you can simply choose a less saturated $MapBackGroundColor for your map.
So, with that fact in mind, it is entirely expected that ‘blue’ in a flag won’t display as it is the same colour as used for the view background. Why, blue is the background, I don’t know, but it is. So this is your default set of colours in Dark Coral scheme:
I’m just realizing now that I never responded to say thanks for all of your help. The answer was unexpected, but makes perfect sense as you described it. Thanks again!