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 {