Apply posta web palette + dark mode to PostaMac and iOS #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "theming"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Themepalette (paper / ink / sky / forest / lantern / surface) mirroringweb/static/style.cssfor light mode and themark-night.svgnight aesthetic for dark mode.Color(light:dark:)helper that branches on the system appearance (UITraitCollection on iOS, NSAppearance on Mac)..preferredColorScheme(.light)has been removed from bothRootViews.What's themed
Mac (PostaMac/)
List(selection:)) so the pill stays green regardless of focus instead of falling back to the system unemphasized gray.iOS (Posta/ + PostaFeatures)
SettingsSheet/AddContactSheet;.scrollContentBackground(.hidden)everywhere a Form/List would otherwise paint over it.UINavigationBartitle set to the system serif design (New York) via UIKit appearance proxy.Dark mode
Dark palette derives from
web/static/mark-night.svg:#1f2a3a→#0e1722).Test plan