##// END OF EJS Templates
remove components submodule (temporary)
remove components submodule (temporary)

File last commit:

r11012:69c3afb3
r11032:f07c8aba
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;}