abyss icon indicating copy to clipboard operation
abyss copied to clipboard

Using custom colors instead of CONSTANTS

Open Uzver123 opened this issue 1 year ago • 1 comments

Hello, do you happen to know if its possible instead of color constants to somehow use custom colors like #00FF00?

Uzver123 avatar Jun 23 '24 09:06 Uzver123

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.

patois avatar Sep 03 '24 18:09 patois