Add Supacode Terminal Theme toggle with glass background#321
Merged
Conversation
Renames the appearance toggle from "Sync with Terminal" to "Supacode Terminal Theme" and replaces the inline hint row with a subtitle that points to `ghostty +list-themes` when the toggle is off. Fresh installs default the toggle to on; existing settings files predate the key and stay `false` so upgrading users don't get a surprise appearance change. The bundled theme config also writes `background-opacity = 0.9` and `background-blur = macos-glass-regular`, which feed `WindowChromeApplier` via the clone snapshot. The theme load runs before the override layer so the surface itself stays at alpha 0 and the window tint is the only visible layer.
42a50e9 to
709c3c3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ghostty +list-themeswhen the toggle is off.falseso upgrading users don't get a surprise appearance change.background-opacity = 0.9andbackground-blur = macos-glass-regular, applied at the window level viaWindowChromeApplier(theme load runs before the override layer so the surface itself stays at alpha 0) for native look.Test plan
make build-appsucceeds.make testpasses (incl. newroundTripsExplicitTerminalThemeSyncEnabled,freshInstallDefaultsTerminalThemeSyncEnabledToTrue, and the extended legacy-decode assertion).~/Library/Application Support/Supacode/settings.jsonand confirm the toggle defaults to on with the glass background.