-
-
Notifications
You must be signed in to change notification settings - Fork 445
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
Change default colours used #562
Comments
IMHO, I think we can ship two themes by default, one for dark mode and the other for light. it became a common case with built-in dark mode and light mode in modern OSs, I think we could catch up with it. an option like |
so that we will not break the user experience and be compatible with light background. it also not easy to find a default theme fitting both |
Makes sense, lets go with a About auto detection, I am not sure if we will have a simple way to do dark mode/light mode detection in terminals though. OS level theme detection might not be that reliable as a lot of people use light mode in the OS but dark colors in terminals. |
totally agree, the auto-detection part needs to be discussed more and let's go with the |
|
While we did not add a flag for this, we have added support to change colors via config file. |
#365 (comment) This is the closest to the colors in the screenshot in README. Adding it here for reference. |
Is there any plane to support built-in mode, and auto switch theme by system. (like bat do) |
Now that #452 is merged, users should be able to change the colors for
lsd
to what they like. That said, I was thinking we should probably consider changing the default colors that lsd uses to work in both light and dark colorschems. Using colors less that 16 and avoiding yellow should more or less take care of that. This change is only necessary in the non filename blocks as the filename ones are already using colors fromlscolors
which works in both cases. This will require changes in user,group and size blocks.My only concern here is that existing users will have a change in colors if they are not using a custom theme(it a bit better now that they can change back). Just posting it here to get other's thoughts.
The text was updated successfully, but these errors were encountered: