From a18063885ea25e198bf3c4b70113ad113fcfdea1 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Thu, 18 Dec 2025 20:56:18 +0100 Subject: [PATCH] zen theme colors --- modules/zen/default.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/modules/zen/default.nix b/modules/zen/default.nix index 313e35c..845e6cc 100644 --- a/modules/zen/default.nix +++ b/modules/zen/default.nix @@ -41,6 +41,22 @@ id = "53d805fa-2cc1-44b5-929b-a72cc83d9587"; position = 1000; container = containers."Personal".id; + theme = { + type = "gradient"; + texture = 0.7; + color = [ + { + red = 87; + green = 36; + blue = 84; + } + { + red = 51; + green = 21; + blue = 49; + } + ]; + }; }; }; pins = {