-
-
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
Poor visibility on white background #208
Comments
Hi @vi , Here the list of possible solutions:
|
How do I set column, mode and time colours in |
Nop, we don't have this yet. So the |
Related #90 |
I am having this problem also, and I bet many people too. I hope a fix is posted soon. |
This is a blocker for me using replacing ls with lsd at the moment. I'm super busy at the moment, but will look into a solution this weekend if I get some free time. |
Any progress on this, or pointers on how to get started fixing this (if it's amenable to a newcomer I may be interested in working on it)? |
@Svetlitski There is a solution to this at #317 but both of us a bit busy to review and merge a big PR like that right now. A simple solution would be to implement something similar to what is discussed in #90 for all items, One issue with that is we have gradient colors for both size and date, and it is not easy to find a replacement which might works for both light and dark with simple ANSI colors, I think. I think if we were to go this route, we will have to replace the defined colors with color values below 15. The function is named
|
@Peltoche what is your opinion on have a |
I think a default light and dark theme shipped in the binary would be great, since having both a dark an light theme is becoming more and more common in all kinds of applications. |
Wait for support for light color theme! |
Still a blocker for all of us using light themes. The long listing format is only legible on light with This would resolve the issue for potential light-theme users until light theme support is implemented and may entice users who would like to use lsd for the icons but are tripped out by all the colors. |
I personally prefer a minimal colorscheme, you can use mine if you are interested. Maybe we can start a wiki page with popular themes if there is enough interest. |
Nice work! I am exited to try it out soon :) |
This was an easy fix for me: |
I am closing this since we now support color theme /close |
Expected behavior
When running on white terminal background,
lsd
detects it and changes colour scheme appropriately. Alternatively, there is something like--color-theme=white-background
option. Or just only those colours that are suitable on any background are used.Actual behavior
The text was updated successfully, but these errors were encountered: