-
Notifications
You must be signed in to change notification settings - Fork 282
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
Displaying username on dark terminals #9
Comments
I am also using dark terminals and it is pretty recognizable. How about adjusting your ANSI colors for Black-Bright ( BTW, it'd better to have a configuration point without having modify the code for customization, but I am wondering how I can achieve it. Do you have any suggestions? |
Maybe a config file |
+1, I think users should be allowed to set their own colors for each part since there some kind of configuration will always clash. @wookayin On my machine gpustat uses |
For configuration of color codes, it might be a good idea to play with |
Will be discussed in #51 |
I was also having the same problem with Guake until I enabled an option called "Bold text is also bright (VTE >=0.52)". |
A dirty work around: At this line https://github.com/wookayin/gpustat/blob/master/gpustat/core.py#L217 |
Currently, black color is used to display the username. This makes it impossible to see anything on dark terminals. Any chance, a different color (other than black or white) can be used?
The text was updated successfully, but these errors were encountered: