Skip to content
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

Symbolic link arrow to deleted directory does not use standard background color #573

Closed
ccady opened this issue Aug 15, 2019 · 9 comments
Closed
Assignees

Comments

@ccady
Copy link

ccady commented Aug 15, 2019

When exa displays a symbolic link to a deleted directory, the arrow color is red, but the background color is black, disregarding the user's shell colors. I presume the user would want the background of the arrow to be the default shell background color.

Screenshot attached.

Screenshot_2019-08-15_08-24-45

@ogham ogham self-assigned this Jan 19, 2020
@ogham
Copy link
Owner

ogham commented Jan 19, 2020

This doesn't happen for me when I try it:

Screenshot 2020-01-19 at 18 35 09

Can you run exa -v and tell me what version you're running?

@ccady
Copy link
Author

ccady commented Jan 19, 2020 via email

@ariasuni
Copy link
Collaborator

Do you still have this problem?

@ccady
Copy link
Author

ccady commented Jun 29, 2021

Do you still have this problem?

Version 0.9.0 has this same problem. It is not simple for me to test a newer version, as I am running the version packaged with Debian testing (10, at this point).

@ariasuni
Copy link
Collaborator

Well, do you have a LS_COLORS or EXA_COLORS configured, and if yes could you put it here? The arrow can be colored with the xx (punctuation) code, it could be your problem.

@ccady
Copy link
Author

ccady commented Jun 30, 2021

Very interesting. I have never done anything with these environment variables, yet the LS_COLORS seems to be set by something:
image

@ariasuni
Copy link
Collaborator

ariasuni commented Jul 1, 2021

Does using LS_COLORS="" exa -l fix your problem?

If not, could you paste your LS_COLORS? Screenshots are great to demonstrate color issues, but I can’t make a text search or try an environment variable from a screenshot.

@ccady
Copy link
Author

ccady commented Jul 1, 2021

That was it. I apologize for not knowing about LS_COLORS. Thank you! Looks like Debian's default .bashrc sets this. https://unix.stackexchange.com/questions/544070/who-is-setting-my-ls-colors

@ccady ccady closed this as completed Jul 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@ogham @ccady @ariasuni and others