From 0fad4cce732086bc412d25ac6d1a671bec143b79 Mon Sep 17 00:00:00 2001 From: JSGRD22 <73097618+JSGRD22@users.noreply.github.com> Date: Sun, 9 Aug 2026 22:10:35 +0800 Subject: [PATCH] Use system appearance mode by default --- LivescriptV2.01.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LivescriptV2.01.py b/LivescriptV2.01.py index 72f86e1..767c067 100644 --- a/LivescriptV2.01.py +++ b/LivescriptV2.01.py @@ -270,7 +270,7 @@ def __init__(self): "delay_threshold": 3.0, "ran_before": False, "show_about_on_startup": True, - "appearance_mode": "dark", + "appearance_mode": "system", # Simplified translation settings "translation_enabled": False, "translation_target_language": "Spanish",