-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
New COLORIZED REPL nearly unusable on MS-Windows 10 by default #125609
Comments
There's currently no way to adjust the colours, but I believe this might be coming for 3.14. As you've noted, you can use https://docs.python.org/3/using/cmdline.html#controlling-color |
To me, the cmd.exe traceback output on a real screen, not the photo, is readable enough. For background, I prefer the dark blue preset (0,0,128) to black, because the white/black contrast is overly intense. What do you have a problem with? |
Personally, I have an issue with the dim purple on black. As did an entire class of students, so not just my eyes and/or monitor. |
Same here, unreadable even with default settings, and forcing people to change the terminal settings just to make Python REPL readable is not a viable option. That makes whole feature useless. |
@evle-zzz, the OS-Windows tag is probably because I posted screen captures for MS-Windows and had not been able to test on Linux at the time. Can you post some pictures from Linux? It would be nice if [Note to self and anyone else thinking of contributing code, this links to the original submission] |
Bug report
Bug description:
The new colorized REPL is nearly unusable on MS-Windows 10 with the default colors it is using. I usually work on Linux, but haven't tested there as yet.
Here are three files:
There are no docs on how to even go about adjusting the colors that are being selected by the new REPL for any platform.
CPython versions tested on:
3.13
Operating systems tested on:
Windows
The text was updated successfully, but these errors were encountered: