<!--
{
  "availability" : [
    "macOS: 10.9.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSAppearance/Name-swift.struct/aqua",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@NSAppearanceNameAqua"
  },
  "title" : "aqua"
}
-->

# aqua

The standard light system appearance.

```
static let aqua: NSAppearance.Name
```

## Discussion

Use this constant to retrieve the named [`NSAppearance`](/documentation/AppKit/NSAppearance) associated with the standard light system appearance. You can assign that appearance object to the views and windows of your interface or to your entire app.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)