aboutsummaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
Diffstat (limited to 'wiki')
-rw-r--r--wiki/Configuration:-Miscellaneous.md3
-rw-r--r--wiki/Overview.md1
2 files changed, 3 insertions, 1 deletions
diff --git a/wiki/Configuration:-Miscellaneous.md b/wiki/Configuration:-Miscellaneous.md
index be957721..b39fb523 100644
--- a/wiki/Configuration:-Miscellaneous.md
+++ b/wiki/Configuration:-Miscellaneous.md
@@ -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"
}
```
diff --git a/wiki/Overview.md b/wiki/Overview.md
index 99da885c..57629c2e 100644
--- a/wiki/Overview.md
+++ b/wiki/Overview.md
@@ -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"
}