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

# accessibilityHighContrastVibrantDark

A high-contrast version of the dark vibrant appearance.

## Declaration

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

## Discussion

Discussion Don’t assign an NSAppearance object with this type directly to one of your views. Instead, assign a dark appearance to your view. AppKit then returns this type when the user enables the Increase Contrast option in the Accessibility system preferences and the view’s allowsVibrancy property is true.

## See Also

### System Appearance Names

- [aqua](appkit/nsappearance/name-swift.struct/aqua.md)
- [darkAqua](appkit/nsappearance/name-swift.struct/darkaqua.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)
