summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accounts/gkleen@sif/niri/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/niri/default.nix b/accounts/gkleen@sif/niri/default.nix
index 36811d21..57bc578c 100644
--- a/accounts/gkleen@sif/niri/default.nix
+++ b/accounts/gkleen@sif/niri/default.nix
@@ -199,13 +199,13 @@ in {
199 active.gradient = { 199 active.gradient = {
200 from = "hsla(195 100% 60% 0.9)"; 200 from = "hsla(195 100% 60% 0.9)";
201 to = "hsla(155 100% 50% 0.9)"; 201 to = "hsla(155 100% 50% 0.9)";
202 angle = 45; 202 angle = 29;
203 relative-to = "workspace-view"; 203 relative-to = "workspace-view";
204 }; 204 };
205 inactive.gradient = { 205 inactive.gradient = {
206 from = "hsla(0 0% 42% 0.66)"; 206 from = "hsla(0 0% 42% 0.66)";
207 to = "hsla(0 0% 35% 0.66)"; 207 to = "hsla(0 0% 35% 0.66)";
208 angle = 45; 208 angle = 29;
209 relative-to = "workspace-view"; 209 relative-to = "workspace-view";
210 }; 210 };
211 }; 211 };