-
Notifications
You must be signed in to change notification settings - Fork 125
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
add support for light shell/terminal themes #62
Comments
Hey, yes I am aware of this, I am currently slowly redoing the color handling, not really sure what to do about this particular problem at the moment. Problem is you only get 256 colors to play with. As a quickfix to your problem, you could fork this and fiddle with the colors here: |
Ok, thank you for the gist |
@supercrabtree what are your thoughts, here? For simply light-versus-dark, an environment variable is enough, I would think — the behaviour doesn't need to change, just the order (whether “light” or “dark” is considered faded-out and old). Check out how Vim does it, which is far from perfect, but a start; also see the |
+1 to @ELLIOTTCABLE . even a simple light vs dark initial update would be great. then better color handling can happen afterwards. |
I'm using papercolor (light theme) on iTerm2 and have just installed
k
. It seems thatk
doesn't play nice with light themes.I'm using OSx with coreutils installed so my
ls
command should behave as in GNU/Linux.my full shell config can be seen here.
The text was updated successfully, but these errors were encountered: