mandiant / flare-floss

FLARE Obfuscated String Solver - Automatically extract obfuscated strings from malware.
Apache License 2.0
3.12k stars 448 forks source link

configurable color themes #771

Open mr-tz opened 1 year ago

mr-tz commented 1 year ago

The current mute gray and regular white look very similar to on my screen, probably we should make colors changeable easily or provide different themes.

WindowsTerminal_lmaO79INT8 WindowsTerminal_7MvLtD3TtF
williballenthin commented 1 year ago

we use explicit colors (grey50) for the muted text but rely on the "default color" for the other strings. this was so that the default color would work on both light and dark terminals (which i dont think you can detect from within a console program).

it seems that your terminal theme maps the default color to something grey-ish and collides with grey50. we should definitely come up with a better solution.