hotspot icon indicating copy to clipboard operation
hotspot copied to clipboard

use better colors for disassembler

Open lievenhey opened this issue 2 years ago • 1 comments

the current implementation of the color generation does not respect contrast, which can lead to highly suboptimal results.

I would propose the following: image from stackoverflow implement this lookup table if there are less then 22 colors

if we need more, we should try to split the hsv color space in like 3 saturations and then try to jump in the saturation. (Currently we are only changing the saturation)

lievenhey avatar Jul 07 '23 11:07 lievenhey

I'm fine with this, but please make sure that it looks good with dark color schemes too

milianw avatar Oct 04 '23 20:10 milianw