You can find window taskbar colors in your system settings or by checking the Windows theme options.
You can find window taskbar colors in your system settings or by checking the Windows theme options.
I understand how to adjust the regular Windows accent colors in settings, but the icons on the taskbar appear lighter than the main color. The small underline beneath each program icon doesn’t match the accent hue exactly. I’ve experimented with Photoshop to compare the two shades, but no pattern exists that can replicate this lighter version from the original accent. I’ve also tried tweaking transparency, lightness, and saturation, yet a suitable combination remains elusive. Could you tell me what changes Windows applies to the accent color to produce these lighter versions? It seems like an automated process, likely based on algorithms. I suspect they wouldn’t manually select each hue, especially with more variations when hovering over icons. Appreciate any guidance!
It seems like there might be an issue. Perhaps the visibility of the taskbar is affected. This isn't likely deliberate.
I believe I discovered it here: https://www.microsoft.com/en-us/design/color
Additional details will be added as I learn more; in the future someone else might need them. 1) Hovering over taskbar icons displays a white (255,255,255) layer at 10% opacity on top of everything—background, bar, underline, and green line. Before: After: It looks like the white covers all elements. 2) You can apply different shades of the accent color in Rainmeter using code discussed here: https://forum.rainmeter.net/viewtopic.php?t=21303. Available palettes include various combinations for text and taskbar colors. Changing these will alter the accent shade you see. For instance, the dark green palette uses RGB values 16,124,16; the taskbar underline is 97,186,97 with a white overlay at 10%. You can view examples by downloading a skin and checking the "systemColors" file. 3) The example provided shows the RGB values for the dark green accent: main color 16,124,16, underline 97,184,97, and underline with white at 10% opacity 113,193,113. Palette choices are available in several formats—some for Windows accent colors, others for taskbar or text styling. Adjusting these affects the exact shade used. To see how it works, download a skin and inspect the colors.