From 0f7ee6e29f70017dd4fdfe2dd3a6106f7204f04f Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Thu, 02 Jul 2026 02:40:40 +0800
Subject: [PATCH] Document Raycast extension backlog

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

diff --git a/src/Apptag/AppDefaults.swift b/src/Apptag/AppDefaults.swift
index 47f9c8a..6e62000 100644
--- a/src/Apptag/AppDefaults.swift
+++ b/src/Apptag/AppDefaults.swift
@@ -5,9 +5,9 @@
     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 displayMode = "gridContainer"
     static let hideAppNames = true
     static let showDockIcon = true
     static let launchAtLogin = 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