From 617bdee4c13c8ebc3424aed5443be8f0213c9096 Mon Sep 17 00:00:00 2001 From: Stefano Bertagno Date: Sun, 17 May 2026 22:00:30 +0200 Subject: [PATCH] Drop `ghostty +list-themes` reference from terminal theme toggle --- SupacodeSettingsFeature/Views/AppearanceSettingsView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SupacodeSettingsFeature/Views/AppearanceSettingsView.swift b/SupacodeSettingsFeature/Views/AppearanceSettingsView.swift index 6699c36b..4611b2c3 100644 --- a/SupacodeSettingsFeature/Views/AppearanceSettingsView.swift +++ b/SupacodeSettingsFeature/Views/AppearanceSettingsView.swift @@ -28,7 +28,7 @@ public struct AppearanceSettingsView: View { } Toggle(isOn: $store.terminalThemeSyncEnabled) { Text("Supacode Terminal Theme") - Text("When off, honors your Ghostty config theme. Run `ghostty +list-themes` to list available ones.") + Text("When off, honors your Ghostty config theme.") } } Section {