Hi Matt OS X -
I don't know of a command line to do this, and although this isn't quite what what you asked for, how about a small Applescript app which will invert the colors for you?
tell application "System Events"
key code 28 using ¬
{control down, option down, command down}...