diff options
| -rw-r--r-- | resources/default-config.kdl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl index d17561af..7a4d1e99 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -177,7 +177,7 @@ layout { // You can use any CSS linear-gradient tool on the web to set these up. // Changing the color space is also supported, check the wiki for more info. // - // active-gradient from="#80c8ff" to="#bbddff" angle=45 + // active-gradient from="#80c8ff" to="#c7ff7f" angle=45 // You can also color the gradient relative to the entire view // of the workspace, rather than relative to just the window itself. @@ -199,7 +199,11 @@ layout { // Color of the border around windows that request your attention. urgent-color "#9b0000" - // active-gradient from="#ffbb66" to="#ffc880" angle=45 relative-to="workspace-view" + // Gradients can use a few different interpolation color spaces. + // For example, this is a pastel rainbow gradient via in="oklch longer hue". + // + // active-gradient from="#e5989b" to="#ffb4a2" angle=45 relative-to="workspace-view" in="oklch longer hue" + // inactive-gradient from="#505050" to="#808080" angle=45 relative-to="workspace-view" } |
