Terminal emulator's prompt (user@machine) not colored

Update: I referred to a bash color cheat sheet to simplify the syntax of the bash prompt and update the color to a more visible green:

The final change I made to ~/.bashrc was to comment out the original line where PS1 was defined, and to add PS1='\033[32m\u@\h \W \$ \033[0m\]', which is a lot simpler and gets the job done for me.