Auto Dark Mode
#4924
Replies: 2 comments 3 replies
-
There are two problems with automatically using a dark theme in an application that uses a dark theme by default:
Instead, what we could do is add a keyboard shortcut to toggle between a light and dark color scheme. This requires #2938 to be implemented to work with custom theme presets though. |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As I am working on my game projects in the afternoon, when the sun sets, my Computer turns into Darkmode to go easy on eyes. However, whatever project I am working on, I always have to manually switch into dark mode and then, the next day, I have to manually switch back to light mode.

Now: I would love to have an option to enable auto dark mode so that when the registry key changes, the engine recognizes it and switches too.
It would look like this:
So you have three options: one to enable the auto dark mode, one to chose a light theme and one for the dark theme.
What do you think?
This issue is certainly related to the problem that the Windows title bar does not change appearance when in Windows dark mode: #1868
Beta Was this translation helpful? Give feedback.
All reactions