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

# NSAppearance.Name

```
struct Name
```

## Topics

### System Appearance Names

[`NSAppearanceNameAqua`](/documentation/AppKit/NSAppearance/Name-swift.struct/aqua)

The standard light system appearance.

[`NSAppearanceNameDarkAqua`](/documentation/AppKit/NSAppearance/Name-swift.struct/darkAqua)

The standard dark system appearance.

[`NSAppearanceNameVibrantLight`](/documentation/AppKit/NSAppearance/Name-swift.struct/vibrantLight)

The light vibrant appearance, available only in visual effect views.

[`NSAppearanceNameVibrantDark`](/documentation/AppKit/NSAppearance/Name-swift.struct/vibrantDark)

A dark vibrant appearance, available only in visual effect views.

[`NSAppearanceNameAccessibilityHighContrastAqua`](/documentation/AppKit/NSAppearance/Name-swift.struct/accessibilityHighContrastAqua)

A high-contrast version of the standard light system appearance.

[`NSAppearanceNameAccessibilityHighContrastDarkAqua`](/documentation/AppKit/NSAppearance/Name-swift.struct/accessibilityHighContrastDarkAqua)

A high-contrast version of the standard dark system appearance.

[`NSAppearanceNameAccessibilityHighContrastVibrantLight`](/documentation/AppKit/NSAppearance/Name-swift.struct/accessibilityHighContrastVibrantLight)

A high-contrast version of the light vibrant appearance.

[`NSAppearanceNameAccessibilityHighContrastVibrantDark`](/documentation/AppKit/NSAppearance/Name-swift.struct/accessibilityHighContrastVibrantDark)

A high-contrast version of the dark vibrant appearance.

### Deprecated Appearance Names

[`NSAppearanceNameLightContent`](/documentation/AppKit/NSAppearance/Name-swift.struct/lightContent)

The standard appearance that can be used by controls in light content areas (not including window-frame areas).

### Initializers

[`init(_:)`](/documentation/AppKit/NSAppearance/Name-swift.struct/init(_:))

[`init(rawValue:)`](/documentation/AppKit/NSAppearance/Name-swift.struct/init(rawValue:))

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

---

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)