krlvm / AccentColorizer

Recolorize Win32 controls in-memory with accent color without patching theme
MIT License
352 stars 12 forks source link

Dark mode checkboxes and radio buttons don't follow the accent color #51

Open Valer100 opened 3 weeks ago

Valer100 commented 3 weeks ago

The dark mode checkboxes and radio buttons in some programs like Notepad++ don't follow the system's accent color when AccentColorizer is running.

image image

AccentColorizer 1.2.0 Windows 11 23H2 Accent color: #008B00

krlvm commented 3 weeks ago

Is it a custom theme?

Valer100 commented 3 weeks ago

No, it's the default Windows theme. It works with the normal checkbox and radio button, but it doesn't work with these dark mode styled ones that Notepad++ uses.

image