Open KathaiArt opened 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" />
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
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