<html> <head> <title> ANSI Color Codes </title> </head> <body> <b>ANSI Color Codes</b> <p> ANSI color %codes can be included in prompts and titles to help clarify or accentuate information. The %codes available are: <ul> <li> %b - bold <li> %0 - color normal (remember to turn color back to normal) <li> %1 - red <li> %2 - green <li> %3 - yellow <li> %4 - blue <li> %5 - magenta (reddish-purple) <li> %6 - cyan (dark blue) <li> %7 - white </ul> See also: <a href ="prompt.html">PROMPT</a> and <a href = "title.html">TITLE</a> <hr> <a href = "index.html">Return</a> to Archipelago Help System Index </body> </html>