ramensoftware / windows-11-taskbar-styling-guide

A collection of commonly requested taskbar styling customizations for Windows 11
187 stars 16 forks source link

(DockLike) Color wont change #102

Open KathaiArt opened 2 months ago

KathaiArt commented 2 months 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 2 months 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 2 months 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