---
title: unemphasizedSelectedTextColor
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nscolor/unemphasizedselectedtextcolor
---

# unemphasizedSelectedTextColor

The color to use for selected text in an unemphasized context.

## Declaration

```swift
class var unemphasizedSelectedTextColor: NSColor { get }
```

## Discussion

Discussion Use this color when the window containing the text is not key, or when the view containing the text does not have key focus.

## See Also

### Text colors

- [textColor](appkit/nscolor/textcolor.md)
- [placeholderTextColor](appkit/nscolor/placeholdertextcolor.md)
- [selectedTextColor](appkit/nscolor/selectedtextcolor.md)
- [textBackgroundColor](appkit/nscolor/textbackgroundcolor.md)
- [selectedTextBackgroundColor](appkit/nscolor/selectedtextbackgroundcolor.md)
- [keyboardFocusIndicatorColor](appkit/nscolor/keyboardfocusindicatorcolor.md)
- [unemphasizedSelectedTextBackgroundColor](appkit/nscolor/unemphasizedselectedtextbackgroundcolor.md)
