You can currently change both of those if you are savy with custom CSS! (:
/* Footer bar (bottom) */
#footer-music-bar .bar-title { color: #fff !important; } /* song title */
#footer-music-bar .bar-now-playing,
#footer-music-bar .bar-time-display,
#footer-music-bar .bar-time-total { color: #cdd9ff !important; } /* labels + time */
#footer-music-bar .bar-progress-fill{ background: #7aa6ff !important; } /* progress bar */
/* Profile Tunes box */
.profile-playlist-widget .pp-header h3 { color: #7aa6ff !important; } /* "Profile Tunes" title */
.profile-playlist-widget .song-info { color: #fff !important; } /* song name */
.profile-playlist-widget .song-artist { color: #b9c4dd !important; } /* artist name */