Mediainfo Dark Mode
support win10/win11 dark mode
Would like this to please.
Could you not at lease add an option for the text view to set black background white font. Thanks?
Looks like this is possible to implement. Just need to figure out how to detect current Windows mode and switch at runtime. One issue is the MediaInfo logo in About window is not visible in dark mode.
I have implemented a very basic dark mode that can be toggled in the Options menu with the following limitations:
- It does not follow Windows current mode.
- This requires checking the current Windows mode on application startup as well as detecting changes to Windows mode while the application is running which I am not able to implement.
- It does not remember the user preferred mode and will always default to light mode.
- The MediaInfo logo in the About window is not visible in dark mode because it is black.
- Some pages might still be displayed in light mode.
Do you want me to make a pull request for this?
Do you want me to make a pull request for this?
Yes, please ☺️.