Please take a look at this picture:
I know how to change the text color:
NSPathComponentCell *cell = [_pathControl pathComponentCells].firstObject;
cell setTextColor:[NSColor redColor];
But i'd also like to change the color of the arrows, anyone know how to implement this?