core icon indicating copy to clipboard operation
core copied to clipboard

Default to system color scheme / theme / mode preference

Open kkoreilly opened this issue 2 years ago • 4 comments

If the user has set their operating system preferences to dark or light mode, GoGi should recognize that preference and default to that value.

kkoreilly avatar Jun 25 '23 04:06 kkoreilly

This has been implemented on all platforms except for Linux. Also, we still might want to implement watching of this.

kkoreilly avatar Dec 25 '23 18:12 kkoreilly

We also might want to support automatically defaulting to system scaling, scroll speed, and other settings. It is a tradeoff between consistency with the system and consistency across Cogent Core apps.

kkoreilly avatar Jan 19 '24 20:01 kkoreilly

It seems neither necessary nor practical to implement defaulting to other system settings across all platforms; if someone wants to do that at some point in the future, they can. I still need to implement watching of system theme and potentially support for system theme on Linux if possible.

kkoreilly avatar Feb 22 '24 06:02 kkoreilly