From 1b0eb9fdb2d6eb432f63f7509b5aed7aaa6eace4 Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Sat, 7 Mar 2026 18:14:45 +0100 Subject: [PATCH] smart --- cli/src/zshell/subcommands/scheme.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/src/zshell/subcommands/scheme.py b/cli/src/zshell/subcommands/scheme.py index 63ab1e3..32520f3 100644 --- a/cli/src/zshell/subcommands/scheme.py +++ b/cli/src/zshell/subcommands/scheme.py @@ -490,8 +490,8 @@ def generate( colors = generate_color_scheme(seed, effective_mode, scheme_class) if smart and not preset: - apply_gtk_mode(mode) - apply_qt_mode(mode, HOME) + apply_gtk_mode(effective_mode) + apply_qt_mode(effective_mode, HOME) output_dict = { "name": name,