Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFeature request: have a dark theme that picks up on OS theme #38
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Avalonia provides a Dark Theme, but I'm not sure if it provides for detecting the OS mode.
If Avalonia can detect the OS mode (light vs dark), it would be really helpful to have the Gui components adopt a corresponding theme.
Possible technical solution:
Alternately: Provide a switch for the user to enable dark mode.