From fb7efc9434a0b7e60cbb7dc67d45951c0a52f2e2 Mon Sep 17 00:00:00 2001 From: bereck-work Date: Tue, 25 Nov 2025 21:19:13 +0000 Subject: [PATCH] (Chore): go fmt changes --- internal/theme/theme.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/theme/theme.go b/internal/theme/theme.go index c0b2e47..233434b 100644 --- a/internal/theme/theme.go +++ b/internal/theme/theme.go @@ -80,7 +80,7 @@ func DetectTheme() Theme { return Light() } - return Darcula() + return Darcula() } // hasLightBackground attempts to detect if the terminal has a light background @@ -289,4 +289,4 @@ func CreateExampleTheme() error { } return os.WriteFile(examplePath, data, 0o644) -} \ No newline at end of file +}