lotabout / skim

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

Add light colors parsing support #478

Closed TD-Sky closed 1 year ago

TD-Sky commented 2 years ago

Support for the colors with code in [90, 97] or [100, 107] when using --ansi option.

Take num if num >= low && num <= high to num @ low..=high in match expression.

github-olivier-abdesselam commented 1 year ago

Hi @TD-Sky, FYI I've opened the following issue to discuss forking this project

https://github.com/lotabout/skim/issues/479