-
-
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
Missing colors after installing nerd-fonts #365
Comments
What are the values for |
@meain |
Could you check if |
@meain |
Hey, so far I don't have much of a clue as to what is happening. Could you give a few more details.
|
@meain Absolutely! I appreciate your attempts to help 😄
|
I have a feeling that If that works, awesome.
|
Facing the exact same issue on |
@devanshuDesai could you see if my previous comment fixes anything? #365 (comment) |
@meain Getting a "not found" error on my |
Not sure how you got "not found" error. Also, did |
yes, that is exactly how I set it. And no unsetting did not work. |
Happens here too, no So, I'd say the issue is a combination between lsd and the solarized theme. Regular iTerm theme (dark background): |
@lcosmin yes, that seems to be the issue, I'm also using the iterm2 solarized dark theme, other themes work just fine |
The issue is that the default colors we are using is conflicting with the colorschemes you are using. At least in case of One thing that you could do is to change the value of dir in |
I sttumbled here having similar issue on a Linux machine working with zsh + oh-my-zsh: I solved the issue with: in my .zshrc file. It should be a commented line generated automatically during the oh-my-zsh installation process, uncomment it and you will be fine! |
@Kastakin I tried disabling it. No luck. |
Hi, can you share your conf file? |
I change the It's none of I try all of them, the results are the same. It's really hard for me to change all of the numbers after |
Such as:
Or https://github.com/trapd00r/LS_COLORS I suggest writing something more in README. |
@yangxyo Btw, you do not have to change all the values to the right of You can set new Also, here is another resource for generating lscolors: https://github.com/sharkdp/vivid Here is an |
I face a similar issue, just after upgrading lsd from 0.16.0 to 0.17.0 |
Related #404 |
I think there are many people that decided to go for this app not just for the sake of functionality it offers, but also because the coloring presented in the README was so appealing. It looks like the coloring is gone in 0.17.0 and 0.18.0, though. Would it be possible to recreate the original default coloring as I guess this would resolve most of the related issues for many. |
@foxale That would be a good idea. Will add a way to reproduce the old colors using |
hi @foxale , thanks so much for the as the opinions you mentioned,
|
I encountered this issue today also. I changed A note in the README would save people a round-trip while issue #448 is in progress. Maybe reference the issue under FAQ/Colors until that's resolved? |
Resolution: #365 (comment) |
#365 (comment) provides only a temporary fix that doesn't cover all aspects of the problem. Shall we use separate github issues for the remaining 4 items pointed out in the discussed comment? |
Most of the color issues will be taken care of once we land #452 . I don't think |
hey everyone, quick question, there is no way of using themes in this env
# color theme ls
# other themes in https://github.com/sharkdp/vivid
export LS_COLORS="$(vivid generate snazzy)" |
You cannot control the colors of files and folders with the theme, only the other blocks. |
thanks @meain ! I thought that Thanks again! |
I recently moved to a new machine, and as a result, icons were missing in the output of
lsd
(instead I saw a [?] icon).Today I followed the instructions in this comment to install and configure nerd-fonts for iTerm2, which worked. However, now the color output of
lsd
is gone.I tried uninstalling and reinstalling lsd (with
brew uninstall lsd
andbrew install lsd
), but that did not result in a change.Current output:
iTerm2 settings:
The text was updated successfully, but these errors were encountered: