Change color of searchable tokens in swiftUI

I am using the new tokens modifier on a '.searchable' field that was introduced in swiftUI 4. Is it possible to change the color of the tokens?

There is a UIKit property on UISearchBar.searchTextField.tokenBackgroundColor parameter. Is there an equivalent for swiftUI?

Change color of searchable tokens in swiftUI
 
 
Q