Skip to content

Fix system theme not honoring macOS dark mode#13

Merged
execsumo merged 1 commit into
masterfrom
claude/fix-system-theme-IF1KC
May 19, 2026
Merged

Fix system theme not honoring macOS dark mode#13
execsumo merged 1 commit into
masterfrom
claude/fix-system-theme-IF1KC

Conversation

@execsumo

Copy link
Copy Markdown
Owner

preferredColorScheme(nil) doesn't reliably follow system appearance in
MenuBarExtra panel windows. Replace it with a reactive AppearanceModifier
that reads NSApp.effectiveAppearance on init and re-reads it on
AppleInterfaceThemeChangedNotification, so system theme stays in sync.

Also remove a hardcoded .preferredColorScheme(.light) inside
SpeakerNamingView that overrode the window-level setting.

https://claude.ai/code/session_01VdiLFzkxe4Ra12ZXwcfWdt

preferredColorScheme(nil) doesn't reliably follow system appearance in
MenuBarExtra panel windows. Replace it with a reactive AppearanceModifier
that reads NSApp.effectiveAppearance on init and re-reads it on
AppleInterfaceThemeChangedNotification, so system theme stays in sync.

Also remove a hardcoded .preferredColorScheme(.light) inside
SpeakerNamingView that overrode the window-level setting.

https://claude.ai/code/session_01VdiLFzkxe4Ra12ZXwcfWdt
@execsumo
execsumo merged commit af55800 into master May 19, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants