Jump to content

Changing $COLOR_HIGHLIGHT of ListView in dark mode


 Share

Recommended Posts

So I've stumbled upon this thread: 

After applying this to a list view, highlight and selection colors remain the same. Modifying these colors works with _WinAPI_SetSysColors() however only when the dark mode is NOT applied. I thought that perhaps since we change the theme itself through uxtheme.dll we need to change those colors however I couldn't figure out which colors or how.
https://learn.microsoft.com/en-us/windows/win32/api/uxtheme/nf-uxtheme-getthemecolor

If nothing can be done I'll just redraw the items within the list with custom colors and text above using $WM_DRAWITEM.

Any help is appreciated!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...