+
+ | Code |
+ Effect |
+ Class |
+
+
+ | 0 |
+ Reset / Normal |
+ |
+
+
+ | 1 |
+ Bold |
+ `jqconsole-ansi-bold` |
+
+
+ | 2 |
+ Faint |
+ `jqconsole-ansi-lighter` |
+
+
+ | 3 |
+ Italic |
+ `jqconsole-ansi-italic` |
+
+
+ | 4 |
+ Line below text |
+ `jqconsole-ansi-underline` |
+
+
+ | 5 |
+ Blink: 1s delay |
+ `jqconsole-ansi-blink` |
+
+
+ | 6 |
+ Blink: 0.5s delay |
+ `jqconsole-ansi-blink-rapid` |
+
+
+ | 8 |
+ Hide text |
+ `jqconsole-ansi-hidden` |
+
+
+ | 9 |
+ Line through text |
+ `jqconsole-ansi-line-through` |
+
+
+ | 10 |
+ Remove all fonts |
+ |
+
+
+ | 11-19 |
+ Add custom font |
+ `jqconsole-ansi-fonts-{N}` where N is code - 10 |
+
+
+ | 20 |
+ Add Fraktur font (not implemented in ansi.css) |
+ `jqconsole-ansi-fraktur` |
+
+
+ | 21 |
+ Remove Bold and Faint effects |
+ |
+
+
+ | 22 |
+ Same as 21 |
+ |
+
+
+ | 23 |
+ Remove italic and fraktur effects |
+ |
+
+
+ | 24 |
+ Remove underline effect |
+ |
+
+
+ | 25 |
+ Remove blinking effect(s). |
+ |
+
+
+ | 28 |
+ Reveal text |
+ |
+
+
+ | 29 |
+ Remove line-through effect |
+ |
+
+
+ | 30-37 |
+ Set foreground color to color from the color table below |
+ jqconsole-ansi-color-{COLOR} where {COLOR} is the color name |
+
+
+ | 39 |
+ Restore default foreground color |
+ |
+
+
+ | 40-47 |
+ Set background color to color from the color table below |
+ `jqconsole-ansi-background-color-{COLOR}` where {COLOR} is the color name |
+
+
+ | 49 |
+ Restore default background color |
+ |
+
+
+ | 51 |
+ Adds a frame around the text |
+ `jqconsole-ansi-framed` |
+
+
+ | 53 |
+ Line above text |
+ jqconsole-ansi-overline |
+
+
+ | 54 |
+ Remove frame effect |
+ |
+
+
+ | 55 |
+ Remove over-line effect |
+ |
+
+
+
+###Colors
+[Reference](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors).
+