-
Notifications
You must be signed in to change notification settings - Fork 37
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
Experiment with back- foreground colors #23
Comments
A dirty patch that shows roughly what it would work like: https://gist.github.com/1030607 |
FYI I personally prefer the normal style, i.e. white background, even though I have a dark vim view background. |
Thanks for the patch. My initial reaction is ... argh! It looks terrible. I think the "cons" pretty much all apply. Even having only white backgrounds with black text is better than this. I'm not sure how the two presets would work either. What colors should be used for dark color schemes? |
Hehehe, yeah I had the same reaction, hence I didn’t take the time to create a nice patch. I could ask our designer to think about the color scheme for a dark scheme, but as of right now I’m unsure if there’s one good solution to this. Although I dislike making things too configurable, maybe we should do it in this case and see what the community comes up with? |
I also dislike lots of configuration options. If there were to be an option to set the background then it really needs to be accessible from Vim script in order to be useful and I think this is overkill at this stage. I vote for just leaving things as they are for now. |
Agreed. |
I feel this feature would be valuable. |
It is hard on the eyes with a white background in the file browser if you have a dark color scheme.
Option 1: Use the same as the text view
Cons:
If you want to try it out then you can get the background/foreground colors from
-[NSWindowController setDefaultColorsBackground:foreground:]
and simply pass those on to the file browser. I'd like to try it out too if you write a patch.Option 2: Provide two presets
One for a dark background and one for a light background.
The text was updated successfully, but these errors were encountered: