---
title: adaptsToUserAccentColor
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstintconfiguration/adaptstouseraccentcolor
---

# adaptsToUserAccentColor

A Boolean value that indicates whether the tint configuration alters its effect based on the user’s preferred accent color choice.

## Declaration

```swift
var adaptsToUserAccentColor: Bool { get }
```

## Discussion

Discussion When this property is YES, the tint configuration alters it effect based on the user’s preferred accent color. Otherwise, the tint configuration produces a constant effect regardless of the accent color preference.
