There are two modes on Apple platforms, light and dark, and four terms for referring to them: mode (docs), system appearance (docs, Settings, AppKit), user interface style (UIKit), and color scheme (SwiftUI).
And yes, you’ve guessed it, to get the Liquid Glass light mode on macOS, you grab `NSAppearance.Name.aqua`. Because why not?
🤦






