From 82bb1175bdbeb1451d7d07b853dd8f574a2c00b4 Mon Sep 17 00:00:00 2001 From: Souyama Date: Sun, 31 Aug 2025 19:57:49 +0530 Subject: [PATCH] customize terminals harmony --- .config/quickshell/ii/modules/common/Config.qml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/quickshell/ii/modules/common/Config.qml b/.config/quickshell/ii/modules/common/Config.qml index 2677f8572..2bc969c76 100644 --- a/.config/quickshell/ii/modules/common/Config.qml +++ b/.config/quickshell/ii/modules/common/Config.qml @@ -91,6 +91,11 @@ Singleton { property bool enableAppsAndShell: true property bool enableQtApps: true property bool enableTerminal: true + property JsonObject generationProps: JsonObject { + property real harmony: 0.5 + property real harmonizeThreshold: 100 + property real termFgBoost: 0.35 + } } property JsonObject palette: JsonObject { property string type: "auto" // Allowed: auto, scheme-content, scheme-expressive, scheme-fidelity, scheme-fruit-salad, scheme-monochrome, scheme-neutral, scheme-rainbow, scheme-tonal-spot