How can I change the colors of code instructions in Jupyterlab installed with pip? For Anaconda I do it through the index.css file but for Jupyterlab installed with pip I don't know how to customize the code colors. For example, changing the green color of "import" to purple:
I could not realize how to customize the code colors.