WerWolv / ImHex

🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.
https://imhex.werwolv.net
GNU General Public License v2.0
43.98k stars 1.92k forks source link

[Feature] Support DWM immersive dark mode on Windows. #1636

Closed AnalogFeelings closed 5 months ago

AnalogFeelings commented 5 months ago

Problem description

Implements support for DWM immersive dark mode.
Closes #1635.

Implementation description

Uses the DwmSetWindowAttribute API to enable this feature.

Documentation can be found here.

Screenshots

Before: image

After: image

Additional things

Nothing.

WerWolv commented 5 months ago

Thanks a lot! I wasn't aware of this but it looks great!