pop-os / cosmic-settings

COSMIC Settings
GNU General Public License v3.0
165 stars 107 forks source link

Some background color selections lead to no or almost no color tint on elements #504

Open benfuddled opened 2 months ago

benfuddled commented 2 months ago

This could be a matter of personal preference, so if this is the way the design system is intended to work feel free to close.

When the "Application or window background" setting is set to certain lighter colors, the main panel turns white. I feel like it would be better if they had a tiny bit more of the background color tint in these cases. Some examples:

D0DFEC

D0DFEC

CBE7CE

CBE7CE

E4DCCD

E4DCCD

For this last example, here's a mockup of what it would look like with stronger tinting.

E4DCCD-tinted

And finally, here's an example of where the color tint really does shine through, hex code #D5BCE0:

D5BCE0-visible

maria-komarova commented 2 months ago

This is working as intended. We currently use steps in lightness to calculate the automatically derived colors. We still need to pass a certain level of contrast in order for the interface to function. Tinting might interfere with the contrast between various elements of the UI and also add even more complexity to a pretty complex system. In any case, it is probably out of scope for us for the first release.