Dark Mode

English main discussion
Post Reply
  • Author
  • Message
Offline
Posts: 165
Joined: Fri Aug 15, 2008 8:58 am

Dark Mode

Post by Diamen »

Do you plan a Windows 10 Dark Mode support for GUI?
Image
Last edited by Diamen on Thu Dec 26, 2024 10:03 am, edited 1 time in total.

Offline
Posts: 165
Joined: Fri Aug 15, 2008 8:58 am

Re: Dark Mode

Post by Diamen »

dllcall( _
'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

Post by Лестер Глючный »

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.)…
Post Reply