AutoDarkMode / Windows-Auto-Night-Mode

Automatically switches between the dark and light theme of Windows 10 and Windows 11
GNU General Public License v3.0
7.47k stars 264 forks source link

Ability to add accent colour to taskbar in light mode #818

Open RosalinaSama opened 9 months ago

RosalinaSama commented 9 months ago

Describe the enhancement or feature you'd like

Ability to add accent colour to taskbar in light mode, like shown in this tutorial https://www.askvg.com/tip-enable-accent-color-on-start-and-taskbar-in-light-theme-mode-in-windows-11-10/

Currently the auto night mode service resets this registry key to 0 when it starts, is there any way to keep this function?

Describe alternatives you've considered

Additional context Add any other context or screenshots about the feature request here.

Spiritreader commented 9 months ago

Hey!

Windows actually considers this behavior correct. When you navigate to the control panel and try to enable color prevalence for the taskbar in light mode, it's greyed out.

In Windows 10, enabling this setting caused the taskbar to become illegible under certain conditions, which is why we have opted to replicate the native behavior.

I've seen that in Win11 it looks better, but if people use a taskbar extension like StartAllBack or ExplorerPatcher which brings back the old taskbar the issue returns.

Therefore I'm not sure if we'll implement this at present, but we'll keep this issue open for future reference.