<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/ListItemTint",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI12ListItemTintV"
  },
  "title" : "ListItemTint"
}
-->

# ListItemTint

A tint effect configuration that you can apply to content in a list.

```
struct ListItemTint
```

## Overview

Use one of these tint values with the [`listItemTint(_:)`](/documentation/SwiftUI/View/listItemTint(_:)) view
modifier. The containing list applies the tint in a platform-specific
way. On iOS and macOS, sidebars apply the tint color to [`Label`](/documentation/SwiftUI/Label)
icons, which otherwise use the app’s accent color by default.

## Topics

### Getting list item tint options

[`static let monochrome: ListItemTint`](/documentation/SwiftUI/ListItemTint/monochrome)

A standard grayscale tint effect.

[`static func fixed(Color) -> ListItemTint`](/documentation/SwiftUI/ListItemTint/fixed(_:))

An explicit tint color.

[`static func preferred(Color) -> ListItemTint`](/documentation/SwiftUI/ListItemTint/preferred(_:))

An explicit tint color that the system can override.

## Relationships

### Conforms To

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

[`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)