wiki: Update backdrop-color examples

This commit is contained in:
Ivan Molodetskikh
2025-04-28 09:32:30 +03:00
parent fd389af6d8
commit a1ba6bcaa0
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -168,8 +168,9 @@ The backdrop is also visible between workspaces when switching.
The alpha channel for this color will be ignored.
```kdl
// Make the backdrop light.
overview {
backdrop-color "#262626"
backdrop-color "#777777"
}
```
+1
View File
@@ -41,6 +41,7 @@ overview {
To change the color behind the workspaces, use the `backdrop-color` setting:
```kdl
// Make the backdrop light.
overview {
backdrop-color "#777777"
}