-
-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for non-bold bright colours #248
Labels
kind/bug
Something isn't working
Comments
This should be fixed now. We now have proper support for |
I ran into this issue on version 0.20.1, as installed from both the .deb package and cargo |
Ah, my bad. This actually still seems to be an issue. |
ref: sharkdp/lscolors#39 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lsd supports lots of ANSI codes, but apparently not non-bold bright colours (
90
-97
).My
$LS_COLORS
contains*.tar=91
, which is the ANSI code for bright red from the terminal's 16 colour palette. This works fine with GNU ls, i.e..tar
files are displayed in bright red but not bold text. lsd does not emit any ANSI colour sequence and my.tar
files are displayed in regular foreground colour.The text was updated successfully, but these errors were encountered: