highlightkeynote() { highlight --font=Monaco --font-size=24 --style=johnkary -i "$@" -O rtf ;}
The --style=johnkary
option is a custom color scheme I've created. You can see all the color schemes that ship with highlight by doing:
ls `brew --prefix highlight`/share/highlight/themes
Copy one of the themes and make your own modifications.