aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-06-09 14:40:13 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-06-09 14:40:31 +0300
commit2bacc80c935e42065f99291442c6d8fa658c6a32 (patch)
tree72e726821902e0be05a01b10871a5f1b5428e462 /resources
parentc91638c12e2d3e1191dec7d783ae726dc6edc0af (diff)
downloadniri-2bacc80c935e42065f99291442c6d8fa658c6a32.tar.gz
niri-2bacc80c935e42065f99291442c6d8fa658c6a32.tar.bz2
niri-2bacc80c935e42065f99291442c6d8fa658c6a32.zip
default-config: Make sample gradients more obvious
Diffstat (limited to 'resources')
-rw-r--r--resources/default-config.kdl8
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"
}