jupyterlab / jupyterlab

JupyterLab computational environment.
https://jupyterlab.readthedocs.io/
Other
14.19k stars 3.39k forks source link

Change the color and bold/italic of the theme #16074

Open Firestar-Reimu opened 7 months ago

Firestar-Reimu commented 7 months ago

image

I want to change the color of Python notes start with # into red, bold, not italic as italic looks terrible in Chinese.

But the Theme in Settings >> Settings editor does not provide this solution

JasonWeill commented 7 months ago

As a stopgap, you might be able to fix this with custom CSS: https://jupyterlab.readthedocs.io/en/latest/user/interface_customization.html#custom-css

I agree that for CJK languages written on a grid, we should not be using italics in the code editor.