abyss
abyss copied to clipboard
Using custom colors instead of CONSTANTS
Hello, do you happen to know if its possible instead of color constants to somehow use custom colors like #00FF00?
The color constants used by the plugin actually refer to RGB colors that can be customized using a color picker on IDA's UI (see the Options->Colors menu). One of the plugins uses the SCOLOR_REGCMT constant for example, which refers to a "regular comment", so changing its color will have an effect on this plugin as well.