You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Themes/Surface/README.md
+29-5Lines changed: 29 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,26 @@ If you are using "MyDockFinder", you can hide the system tray with this style:
36
36
Target: `Grid#SystemTrayFrameGrid`
37
37
Style: `Visibility=Collapsed`
38
38
39
+
## Customization
40
+
41
+
To apply the customizations below, set the corresponding style constants in the mod settings under "Style constants".
42
+
43
+
### Task item background
44
+
45
+
The background and border of pinned and running task items. Set `TaskItemBackground` and `TaskItemBorder` to change them. Example values:
46
+
*`TaskItemBackground=#E6202020` → Dark gray, mostly opaque
47
+
*`TaskItemBackground=#B31A1A2E` → Dark navy, 70% opacity
48
+
*`TaskItemBorder=#33000000` → Subtle dark border
49
+
*`TaskItemBorder=#40FFFFFF` → Subtle light border
50
+
51
+
### System item background
52
+
53
+
The background and border of system items such as the Start button and Task View button. Set `SystemItemBackground` and `SystemItemBorder` to change them. Example values:
54
+
*`SystemItemBackground=#CC202020` → Dark gray, 80% opacity
55
+
*`SystemItemBackground=#B31A1A2E` → Dark navy, 70% opacity
56
+
*`SystemItemBorder=#33000000` → Subtle dark border
0 commit comments