From 2077962f6bb5833de7f4c7c1ad128291d855c0b9 Mon Sep 17 00:00:00 2001 From: EmptyWork <22065214+EmptyWork@users.noreply.github.com> Date: Mon, 9 Jun 2025 10:04:46 +0900 Subject: [PATCH] =?UTF-8?q?update:=20`settings*.json`=20=E2=80=94=20remove?= =?UTF-8?q?=20colorScheme=20property?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings.example.json | 3 +-- settings.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/settings.example.json b/settings.example.json index a8d6b26..403a8b7 100644 --- a/settings.example.json +++ b/settings.example.json @@ -15,6 +15,5 @@ "startHour": 11, "endHour": 14 } - ], - "colorScheme": "default" + ] } diff --git a/settings.json b/settings.json index e51c930..b4f3269 100644 --- a/settings.json +++ b/settings.json @@ -25,6 +25,5 @@ "startHour": 7, "endHour": 17 } - ], - "colorScheme": "default" + ] }