Hi
This is experimental small project to custom theming apps on Win32/64.
It's override UxTheme DrawThemeBackground.
Project page:
https://github.com/sgjps/LazWin32CustomAppStyleThis project allows you to change the colors of elements that, for example, don't fit in dark mode:
Combobox: no blue frame
Edit/Memo etc.: default blue highlight color replaced by any other
ListView/TreeView selection item.
Creating new visual styles is very simple. All color values can be overridden.
You can create dark mode, light mode, or any other color mode.