---
title: darkAqua
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsappearance/name-swift.struct/darkaqua
---

# darkAqua

The standard dark system appearance.

## Declaration

```swift
static let darkAqua: NSAppearance.Name
```

## Discussion

Discussion Use this constant to retrieve the named NSAppearance associated with the standard dark system appearance. You can assign that appearance object to the views and windows of your interface or to your entire app.

## See Also

### System Appearance Names

- [aqua](appkit/nsappearance/name-swift.struct/aqua.md)
- [vibrantLight](appkit/nsappearance/name-swift.struct/vibrantlight.md)
- [vibrantDark](appkit/nsappearance/name-swift.struct/vibrantdark.md)
- [accessibilityHighContrastAqua](appkit/nsappearance/name-swift.struct/accessibilityhighcontrastaqua.md)
- [accessibilityHighContrastDarkAqua](appkit/nsappearance/name-swift.struct/accessibilityhighcontrastdarkaqua.md)
- [accessibilityHighContrastVibrantLight](appkit/nsappearance/name-swift.struct/accessibilityhighcontrastvibrantlight.md)
- [accessibilityHighContrastVibrantDark](appkit/nsappearance/name-swift.struct/accessibilityhighcontrastvibrantdark.md)
