From 533f2681843a1063e333aaa74235cc5ffb001e86 Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Thu, 5 Mar 2026 15:23:21 +0100 Subject: [PATCH] test --- cli/src/zshell/subcommands/scheme.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/src/zshell/subcommands/scheme.py b/cli/src/zshell/subcommands/scheme.py index 01dfc3a..cbc0aff 100644 --- a/cli/src/zshell/subcommands/scheme.py +++ b/cli/src/zshell/subcommands/scheme.py @@ -93,6 +93,7 @@ def generate( ctx: dict[str, Any] = { "mode": mode, "wallpaper_path": wallpaper_path, + "source_color": int_to_hex(seed.to_int()), "name": name, "seed": seed.to_int(), "flavor": flavor,