terminal colours by shinh

s="xrg_b_cw";p=49;main(c,q){for(;~c;printf(c<11?"\n":"  "))c=getchar(),q=c<33?49:index(s,c)-s+40,p-q&&printf("\x1b[%dm",p=q);}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page