native macOS codings agent orchestrator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Refine Ghostty theme help text wording

khoi b635d1a2 01fed342

+2 -1
+2 -1
supacode/Features/Settings/Views/AppearanceSettingsView.swift
··· 21 21 } 22 22 } 23 23 VStack(alignment: .leading, spacing: 4) { 24 - Text("Terminal theming follows Ghostty config. Edit it in `~/.config/ghostty/config`.") 24 + Text("Terminal theming follows Ghostty config. Edit it in `~/.config/ghostty/config`") 25 + Text("For example, add the following line to `~/.config/ghostty/config`") 25 26 Text("theme = light:Monokai Pro Light Sun,dark:Dimmed Monokai") 26 27 .monospaced() 27 28 }