##// END OF EJS Templates
Backport PR #4125: Basic exercise of `ipython [subcommand] -h` and help-all...
Backport PR #4125: Basic exercise of `ipython [subcommand] -h` and help-all for various subcommands. Prompted by the fact that `ip qtconsole -h` and `ip nbconvert -h` are both broken in master. This PR also fixes both. Should be backported to 1.1

File last commit:

r11312:775f86e1
r12421:e9553a5f
Show More
ansicolors.less
25 lines | 745 B | text/x-less | LessCssLexer
/* CSS font colors for translated ANSI colors. */
.ansibold {font-weight: bold;}
/* use dark versions for foreground, to improve visibility */
.ansiblack {color: black;}
.ansired {color: darkred;}
.ansigreen {color: darkgreen;}
.ansiyellow {color: brown;}
.ansiblue {color: darkblue;}
.ansipurple {color: darkviolet;}
.ansicyan {color: steelblue;}
.ansigray {color: gray;}
/* and light for background, for the same reason */
.ansibgblack {background-color: black;}
.ansibgred {background-color: red;}
.ansibggreen {background-color: green;}
.ansibgyellow {background-color: yellow;}
.ansibgblue {background-color: blue;}
.ansibgpurple {background-color: magenta;}
.ansibgcyan {background-color: cyan;}
.ansibggray {background-color: gray;}