Add orange-gray theme (ogray). Move doc/r2theme to shlr/www/enyo/colors

This commit is contained in:
pancake 2014-06-14 03:53:35 +02:00
parent 2cc6c7f30b
commit db05de4513
3 changed files with 31 additions and 1 deletions

30
libr/cons/d/ogray Normal file
View File

@ -0,0 +1,30 @@
ec comment rgb:f72
ec fname rgb:f72
ec fline rgb:f72
ec flag rgb:557
ec label rgb:f72
ec flow rgb:f72
ec prompt rgb:f72
ec offset rgb:555
ec input rgb:f72
ec other rgb:999
ec b0x00 rgb:ccc
ec b0x7f rgb:777
ec b0xff rgb:333
ec math rgb:777
ec bin rgb:fff
ec btext rgb:fff
ec push rgb:ddd
ec pop rgb:999
ec jmp rgb:f72
ec cjmp rgb:f72
ec call rgb:f72
ec nop rgb:333
ec ret rgb:777
ec trap rgb:f72
ec swi rgb:f72
ec cmp rgb:aaa
ec reg rgb:fff
ec creg rgb:999
ec num rgb:f72
ec mov rgb:777

View File

@ -270,7 +270,7 @@ R_API void r_print_code(RPrint *p, ut64 addr, ut8 *buf, int len, char lang) {
out[0] = 0;
r_base64_encode (out, buf, len);
p->printf ("%s", out);
p->printf ("\", 'base64').toString('binary');\n");
p->printf ("\", 'base64');\n");
free (out);
}
break;