So far, in my exploration, I have discovered that giving the iframe a background color can affect the timeline number color. However, besides that, I am unable to find a way to modify the player's control colors aside from adjusting the Vimeo embed code itself.
... iframe { background-color: #000; }
I have searched extensively on Google but unfortunately haven't found any solutions, so now I turn to Stack Overflow for help. My goal is to customize the player controls. I have a hunch that this may be achievable with jQuery. Perhaps by extracting the default color and altering it somehow.