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

Allow colors to be assigned (by color name) on the command line #3

Open
jasonzio opened this issue Dec 5, 2018 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@jasonzio
Copy link
Contributor

jasonzio commented Dec 5, 2018

The built-in color assignment mechanism breaks down after the first 15 logs, and may make some choices that a human would consider to be poor. The tool should define at least a dozen colors and allow the user to specify them on the command line.

The tool should also allow the user to select a specific color (from the 255 standard ANSI colors) even if that color has no defined name.

@jasonzio jasonzio added the enhancement New feature or request label Dec 5, 2018
@rhl-bthr
Copy link
Contributor

rhl-bthr commented Jan 5, 2019

The built-in color assignment mechanism breaks down after the first 15 logs,

Imo, A color assignment mechanism is not feasible to use with > 10 logs, since it becomes hard to keep track. So, this problem can be discarded

and may make some choices that a human would consider to be poor. The tool should
define at least a dozen colors and allow the user to specify them on the command line.

Imo, allowing users to choose colors is not required; letting users choose colors would just make the tool fancy. Instead we could use a better set of colors by removing the 'poor' choices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants