skim
skim copied to clipboard
Add light colors parsing support
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.