
Dark Mode
- Author
- Message
-
Offline
- Posts: 165
- Joined: Fri Aug 15, 2008 8:58 am
Re: Dark Mode
dllcall( _
'dwmapi.dll', _
'long', 'DwmSetWindowAttribute', _
'hwnd', $hwnd, _
'dword', 20, _
'dword*', True, _
'dword', 4 _
)
https://github.com/ysc3839/win32-darkmode
'dwmapi.dll', _
'long', 'DwmSetWindowAttribute', _
'hwnd', $hwnd, _
'dword', 20, _
'dword*', True, _
'dword', 4 _
)
https://github.com/ysc3839/win32-darkmode
-
Offline
- Posts: 11
- Joined: Wed Jan 22, 2025 5:23 am
Re: Dark Mode ]vs[ "Low contrast" custom color scheme
Just switch to "(true) low contrast" mode, save Custom.theme file, then… edit [Control Panel\Colors] section in that file ⇄ "RUN" this modified color scheme instead…
P.S. somehow I've broken HighLight "plug-in" colors, because I don't know how to make them FOLLOW to SYSTEM COLOR SCHEME constants (COLOR_WINDOW+COLOR_WINDOWTEXT, COLOR_HIGHLIGHT+COLOR_HIGHLIGHTTEXT, COLOR_ACTIVECAPTION+COLOR_ACTIVECAPTIONTEXT etc.)…
P.S. somehow I've broken HighLight "plug-in" colors, because I don't know how to make them FOLLOW to SYSTEM COLOR SCHEME constants (COLOR_WINDOW+COLOR_WINDOWTEXT, COLOR_HIGHLIGHT+COLOR_HIGHLIGHTTEXT, COLOR_ACTIVECAPTION+COLOR_ACTIVECAPTIONTEXT etc.)…