lotabout / skim

Fuzzy Finder in rust!
MIT License
5.1k stars 183 forks source link

Dimmed colors not properly displayed #495

Open leo-arch opened 1 year ago

leo-arch commented 1 year ago

Whenever an item in the list of entries passed to skim is dimmed, skim does not properly understand this and translate it rather as dimmed/underlined/reversed/blinking. Example:

echo -e "\x1b[2;33mDIM\x1b[0m\nnormal\nnormal2" | sk --ansi

In other words, skim understands 2;33 as 2;4;5;7;33.

Tested on 0.9.4 and 0.10.1.