Skip to content
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

explicitly set bg color for every panel #10

Open
posita opened this issue Jul 25, 2015 · 0 comments
Open

explicitly set bg color for every panel #10

posita opened this issue Jul 25, 2015 · 0 comments

Comments

@posita
Copy link

posita commented Jul 25, 2015

There are some themes where the current font colors end up being the same as the default background color. One example is the Solarized "Light" theme for iTerm2 (based on an input of { "foo": "bar" }:

screen shot 2015-07-24 at 20 10 17

Note how the "foo" key disappears since it's the same color as the background. Change the theme (in this case to Solarized "Dark"), and it shows up:

screen shot 2015-07-24 at 20 11 41

I don't know that much about xterm color sequences (or ncurses, etc.), but one thought is that if there is any explicitly colored text in a panel, consider also coloring the background of that panel using an explicit color to avoid the "invisible text" effect like the first screenshot above.

@posita posita changed the title set bg color for every panel explicitly set bg color for every panel Jul 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant