From c0857368e327e73c1f84f5156cd707991d418a57 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:31 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9A=95=EF=B8=8F=20systemTheme.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/systemTheme.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/systemTheme.ts b/src/utils/systemTheme.ts index e212465..d93e0ab 100644 --- a/src/utils/systemTheme.ts +++ b/src/utils/systemTheme.ts @@ -117,3 +117,4 @@ function detectFromColorFgBg(): SystemTheme | undefined { // 0–6 and 8 are dark ANSI colors; 7 (white) and 9–15 (bright) are light. return bgNum <= 6 || bgNum === 8 ? 'dark' : 'light' } +