ramensoftware / windows-11-taskbar-styling-guide

A collection of commonly requested taskbar styling customizations for Windows 11
156 stars 12 forks source link

(DockLike) Color wont change #102

Open KathaiArt opened 3 weeks ago

KathaiArt commented 3 weeks ago

The color assigned don't change the background when I use the style "DockLike", but it works on "None"


Command Used:

Target: Rectangle#BackgroundFill

Styles: Fill=#282A36


WinTaskBar Colors image

bbmaster123 commented 3 weeks ago

Make sure transparency effects are turned on in Windows, or set FallbackColor in thee styler mod :) Fill:=<SolidColorBrush Color="#282A36" FallbackColor="#282A36" />

KathaiArt commented 3 weeks ago

I checked the transparency effects tried with it on and off and it still didn't work.

After looking around, in the DockLike theme I find out a workaround, by using:

Target: Taskbar.TaskbarFrame#TaskbarFrame > Grid#RootGrid Styles: Background:=#282A36

And

Target: Grid#SystemTrayFrameGrid Styles: Background:=#282A36

Now the color is working fine image