Red Prompt

This prompt is from the BashPrompt Themes project. It looks nice, but because of the character set it uses, it needs a VGA prompt.

Code:


# Created by Jim Foltz <aa204@acorn.net>
# Changed by Spidey 08/06
function red {
PS1="\[\033[31;41;1m\]\333\262\261\260\[\033[37;41;1m\]\u@\h\[\033[0m\033[31;40m\]\333\262\261\260\[\033[37;40;1m\] \d \$(date +%I:%M:%S%P)\n\[\033[31;40;1m\]\w/\[\033[0m\] "
PS2="\[\033[31;40m\]\333\262\261\260\[\033[0m\]>"
}

https://www.gilesorr.com/bashprompt/prompts/red.html 
by giles