Updated the color themes. Added underline and background colors.
diff --git a/themes/standard/standard.theme.bash b/themes/standard/standard.theme.bash
index ce99709..10caf7f 100644
--- a/themes/standard/standard.theme.bash
+++ b/themes/standard/standard.theme.bash
@@ -1,5 +1,7 @@
 PROMPT='\[${green}\]\u\[${normal}\]@\[${green}\]\h\[${normal}\]:\[${blue}\]\w\[${normal}\]\[${red}\]$(prompt_char)$(git_prompt_info)\[${normal}\]\$ '
 
+
+
 # git themeing
 GIT_THEME_PROMPT_DIRTY="×"
 GIT_THEME_PROMPT_CLEAN="✓"