##// END OF EJS Templates
mv IPython.html.notebook -> IPython.html
mv IPython.html.notebook -> IPython.html

File last commit:

r11033:fa36e98f
r11033:fa36e98f
Show More
ansicolors.less
13 lines | 314 B | text/x-less | LessCssLexer
/* CSS font colors for translated ANSI colors. */
.ansiblack {color: black;}
.ansired {color: darkred;}
.ansigreen {color: darkgreen;}
.ansiyellow {color: brown;}
.ansiblue {color: darkblue;}
.ansipurple {color: darkviolet;}
.ansicyan {color: steelblue;}
.ansigrey {color: grey;}
.ansibold {font-weight: bold;}