From d3a1bd52c733fff5ebdab875307bddddad9bc8b8 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 15 Sep 2025 21:51:42 +0200 Subject: [PATCH] more readable terminal colors by default --- .config/quickshell/ii/modules/common/Config.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/ii/modules/common/Config.qml b/.config/quickshell/ii/modules/common/Config.qml index dd4d8f21..425fe913 100644 --- a/.config/quickshell/ii/modules/common/Config.qml +++ b/.config/quickshell/ii/modules/common/Config.qml @@ -92,7 +92,7 @@ Singleton { property bool enableQtApps: true property bool enableTerminal: true property JsonObject terminalGenerationProps: JsonObject { - property real harmony: 0.8 + property real harmony: 0.6 property real harmonizeThreshold: 100 property real termFgBoost: 0.35 property bool forceDarkMode: false