-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dark mode for RED #233
Comments
I don't think it's possible in the technology RED uses. It would require rewriting most of it... |
I remember this being possible prior to Windows 10, because RED simply inherited the themes/colors configured in Windows. MS stripped most of the configuration for these settings from the control panel in 10, but they can still be edited via third party tools and/or directly via the registry. I found and tested this one, it seems to work, but you can't configure the top menu bar's color unfortunately. https://www.wintools.info/index.php/classic-color-panel These settings affect ANY legacy application/menu/prompt/etc on the system, not just RED. I don't think you can scope them to just RED either. But that route wouldn't be my first choice. An easier alternative is to use one of the high contrast themes in Windows 10 (Accessibility -> Contrast themes). This seems to affect everything in RED, but similar to editing the colors manually in the registry, it will also apply to the entire OS. It will make a lot of apps look pretty weird... so YMMV. It can be toggled via Hotkey (alt+shift+prtsc) so there's that, too. If this high contrast setting can edit the menu bar, there's probably a configuration for it in the registry that is either not exposed in the tool I linked above or something. I haven't looked at this stuff in Windows in a decade or more, but I suspect a setting may exist. For the titlebar, it seems the high contrast themes only have a few options based on whatever theme is selected (Aquatic has yellow, Dusk has cyan, etc.). It might be easiest to just remove the titlebar entirely using Autohotkey or something. Again, not something I've done in a long, long time, but might be worth exploring to save your screen. Not exactly a set of perfect solutions, but maybe something here useful for you or a jumping point to dig deeper. |
Ah that's unfortunate. Was hoping it would be easy to just have add toggle to invert the interface colours or something. :P @nickalreadyinuse |
Not an issue but would be nice to have a dark mode in RED to help reduce burn in on OLED monitors. RED's interface is super bright and I'm starting to see the side, top and bottom bar burning into my monitor.
The text was updated successfully, but these errors were encountered: