From 755ca63e4d37c1a54db7fc6475152319a4e46ceb Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sun, 28 Jun 2026 20:53:56 +0800
Subject: [PATCH] Freeze 8.1.7 colorful theme tuning

---
 src/Apptag/AppDefaults.swift |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/Apptag/AppDefaults.swift b/src/Apptag/AppDefaults.swift
index 47f9c8a..fe71510 100644
--- a/src/Apptag/AppDefaults.swift
+++ b/src/Apptag/AppDefaults.swift
@@ -5,7 +5,7 @@
     static let currentSchemaVersion = 3
 
     static let tagFontSize: Double = 22
-    static let iconSize: Double = 64
+    static let iconSize: Double = 56
     static let tagPosition = "right"
     static let displayMode = "coloredGridContainer"
     static let hideAppNames = true
@@ -29,6 +29,8 @@
             "showUncommonAppBubbles": showUncommonAppBubbles,
             "hideUsageTips": hideUsageTips,
             AppGridTheme.storageKey: appGridThemeID,
+            AppGridTheme.deepBlueTuningStorageKey: AppGridTheme.deepBlue.defaultColorTuning,
+            AppGridTheme.colorfulTuningStorageKey: AppGridTheme.colorful.defaultColorTuning,
             "useAppKitTagNavigation": useAppKitTagNavigation,
             "skipTagRemovalDropConfirm": false,
             "skipUncategorizedDropConfirm": false,

--
Gitblit v1.9.3