-
-
Notifications
You must be signed in to change notification settings - Fork 364
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
Unable to read error message due to background color of fonts #417
Comments
I believe that this should be reported in the darcula theme repository instead. Which of the jupyter darcula themes do you use? https://github.com/dracula/jupyterlab or https://github.com/telamonian/theme-darcula? |
@krassowski Thank you for your reply. I am using @telamonian 's |
Yes, please. |
@krassowski but don't we have ways to change the background color, using the jupyterlab-desktop's setting? Let's say I am using the juplyterlab-desktop's default theme, which is jupyterlab-light, and I want to change the background color from yellow to pink. How can I do that? |
@hellojinwoo Changing the background color would require an extension in JupyterLab. If you would like to see this option added to JupyterLab itself, please open a feature request in JupyterLab. |
@jweill-aws I wasn't talking about changing the |
@hellojinwoo Sorry about the confusion. It is best to open a feature request in JupyterLab concerning the desired change in foreground color. |
Description
It is d to difficult read the error messages due to the yellow background color of fonts in some themes.
Jupyterlab light theme
It is okay to read the error messages but when it comes to darcula theme, it becomes very difficult.
Darcula theme
Reproduce
print(abcde)
abcde
in the error message (the variableabcde
is not defined so an error message would appear)Expected behavior
Context
Troubleshoot Output
Browser Output (required for interface issues after loading)
Logs (required for issues with loading, server and startup)
The text was updated successfully, but these errors were encountered: