c-bata / kube-prompt

An interactive kubernetes client featuring auto-complete.
MIT License
1.79k stars 134 forks source link

Configurable colors #8

Open kutzi opened 6 years ago

kutzi commented 6 years ago

Would be nice to have the colors configurable. I'm using black on white terminal and the yellow prompt is hardly readable for me.

c-bata commented 6 years ago

Actually, I don't have good idea to solve this problem. If I support configurable colors, the solution that I prefer provides some color patterns and we can switch these by environment variable.

If someone has better idea, please comment here 🙇

Thanks.

kutzi commented 6 years ago

IMO 2 different themes (dark and bright) might be enough for 99% of all use cases

j0hnsmith commented 6 years ago

This is what I get with solarized light, makes it unusable.

kube-prompt with solarized light

mentos1386 commented 4 years ago

Black on White is unreadable with yellow color. Dark/bright theme that can be set with ENV would be nice. Or use some standard colors like most other cli tools, not every cli tool has this issue.

image