Color for NSToolbarItem in Catalyst App

I would like to change the color of the icon and the label of a NSToolbarItem in my Catalyst app, just like assigning a tint color to a UIButton.

How can I do this?