patois / abyss

abyss - augmentation of Hexrays decompiler output
MIT License
326 stars 34 forks source link

Using custom colors instead of CONSTANTS #10

Open Uzver123 opened 4 months ago

Uzver123 commented 4 months ago

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

patois commented 1 month ago

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.