-
-
Notifications
You must be signed in to change notification settings - Fork 241
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
Add color settings #94
Comments
Yeah, I think we could add that to the config. Right now all the colors are listed here: https://github.com/TailorDev/Watson/blob/master/watson/cli.py#L32-L41 |
@k4nar thanks for your quick answer - I just 'patched' my code to make the tags readable, nice quick fix. I could try making this configurable, but my Python skills are limited, to say the least. Should I give it a try or are there any coders already waiting to implement new features? |
I'm not sure if this is an issue w/ td-watson and instead w/ PuTTY Not sure if adding colours on putty can be done w/o setting PuTTY up properly :/ |
Signed-off-by: Christopher Arndt <[email protected]>
Signed-off-by: Christopher Arndt <[email protected]>
@Charc248 this issue deals with ANSI colors. Thanks to ANSI escape codes, your terminal is able to format displayed text. Then, your terminal (PuTTY in your case) is able to theme this display on top. |
Can the code owners please review #488 that will close this? |
On Powershell (blue background) "watson projects" isn't readable. |
It would be nice to have some control over the color codes being used. I am having trouble reading tags on a windows machine using putty with default color settings (black background).
If I can help out make this happen, in any way, give me hint 😄
The text was updated successfully, but these errors were encountered: