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

Suggestion: Make output colorful #25

Open
Gowee opened this issue Nov 6, 2019 · 1 comment
Open

Suggestion: Make output colorful #25

Gowee opened this issue Nov 6, 2019 · 1 comment

Comments

@Gowee
Copy link

Gowee commented Nov 6, 2019

Hello.

chars works pretty well and really helps a lot. However, its output looks a little boring and different parts of output take a while to distinguish.

So it would be great if the output is colorful. How do you think?

@antifuchs
Copy link
Collaborator

I'm somewhat ambivalent on it - in my experience, color can help navigate dense information, and help clarify things that otherwise would take a lot of text to explain. On the other hand, they can make things harder for people who have trouble telling certain colors apart, especially if color is the only way that information is represented (I'm not colorblind myself, but some of my friends are - I want the tool to remain accessible to them). And then there's people who object to colorful output in general.

In terminal utilities, it's difficult to get colors truly "right", especially because people can pick arbitrary background colors and e.g., a scheme that works well on a dark terminal background can look completely unreadable on a light terminal.

So, I think it would make sense to include output colorization as an option, if we use it to highlight information that's also represented in text, and we don't go overboard - stick to the ANSI color scheme (16 colors) and avoid the red/green and blue/yellow tone ambiguity.

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

2 participants