How can I change the color of a cell in my NSTableView?
Try using a custom NSView for that, or NSTableView's -setBackgroundColor: method.
NSView
NSTableView
-setBackgroundColor: