Using rgb instead of #

This commit is contained in:
Khairul Kasmiran 2018-06-04 20:42:12 +08:00 committed by radare
parent 2f285d5f90
commit 4e25681e84
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ ec call cyan
ec cjmp green
ec jmp green
ec pop yellow
ec linehl #00003f
ec linehl rgb:004
ec graph.true green
ec graph.false red

View File

@ -38,7 +38,7 @@ ec trap red
ec swi red
ec creg green
ec flag yellow
ec linehl #00007f
ec linehl rgb:008
ec graph.box yellow
ec graph.box2 green
ec graph.box3 red