rizin/librz/cons/d/focus
Giovanni 1348c247df
Add graph diffing and better function diffing (#1131)
* Added function diffing and graph diffing (json and dot only)
* Added tests for new functions and graph diffing
* diff graph more clear
* enforce same colors everywhere.
* using realsize for calculating function size
* renaming unconditional jump color name
* fixed memory issues and weird behaviour
2021-05-18 14:49:53 +02:00

64 lines
1.2 KiB
Text

# SPDX-FileCopyrightText: 2014 condret <condret@runas-racer.com>
# SPDX-License-Identifier: LGPL-3.0-only
ec fname rgb:0cf rgb:000
ec label rgb:0cf rgb:000
ec math rgb:ccc
ec bin rgb:f90
ec call rgb:ff0 rgb:00f
ec ucall rgb:000 rgb:ff0
ec jmp rgb:ff0 rgb:00f
ec cjmp rgb:ff0
ec ujmp rgb:ff3
ec ret rgb:f00
ec trap rgb:000 rgb:f00
ec offset rgb:fff
ec prompt byellow
ec comment rgb:0cf
ec usrcmt rgb:ff0 rgb:06f
ec push rgb:f3f
ec pop rgb:f3f bold
ec cmp rgb:ff0 rgb:060
ec nop rgb:000
ec b0x00 green
ec b0x7f cyan
ec b0xff red
ec btext yellow
ec other rgb:666
ec num rgb:ff0
ec reg rgb:6f0 rgb:000
ec fline rgb:fc0
ec flow rgb:ff3
ec flow2 rgb:fff
ec mov rgb:888
ec swi rgb:000 rgb:fff
ec floc rgb:af2
ec linehl rgb:222
ec ai.read green
ec ai.write blue
ec ai.exec red
ec ai.seq rgb:ff00ff
ec ai.ascii rgb:ffff00
ec graph.box blue
ec graph.box2 yellow
ec graph.box3 blue
ec graph.box4 blue
ec graph.true green
ec graph.false red
ec graph.ujump blue
ec graph.current blue
ec graph.traced red
ec func_var cyan
ec func_var_type rgb:f3f
ec func_var_addr white
ec ai.read rgb:8f0
ec ai.write rgb:6f0
ec ai.exec rgb:f3f
ec ai.seq white
ec ai.ascii yellow
ec widget_bg rgb:ff0 rgb:000
ec widget_sel rgb:000 rgb:0f0