From b644a938f3211192dcd5379e4084ad1cc604bf02 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sat, 13 May 2023 12:51:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=BB=98=E8=AE=A4=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/defaultSetting.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/defaultSetting.ts b/src/config/defaultSetting.ts index 0e8274d..2847050 100644 --- a/src/config/defaultSetting.ts +++ b/src/config/defaultSetting.ts @@ -60,7 +60,8 @@ const defaultSetting: LX.AppSetting = { 'sync.enable': false, - 'theme.id': 'blue_plus', + // 'theme.id': 'blue_plus', + 'theme.id': 'green', 'theme.lightId': 'green', 'theme.darkId': 'black', 'theme.hideBgDark': false,