From a1ba6bcaa0e38a9facd3ed95b4afdf3bf0a1809d Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 28 Apr 2025 09:32:30 +0300 Subject: wiki: Update backdrop-color examples --- wiki/Configuration:-Miscellaneous.md | 3 ++- wiki/Overview.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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" } -- cgit