Gabriel
Gabriel

Reputation: 989

Change the color of input cell in jupyter in vscode

I am using VSCode with Jupyter (for .ipynb files) and I would like to change the color of my input cells.

Currently, it looks like this : enter image description here

How can I change the color of my input cell without changing the theme I use ? Thanks.

Upvotes: 5

Views: 1787

Answers (2)

Walid Moustafa
Walid Moustafa

Reputation: 61

Same as @tyrex answer, except that now it is under the "Jupyter" extension. Found it by searching for "vscode theme" in the settings.

Upvotes: 0

tyrex
tyrex

Reputation: 8909

Go to settings and mark Python > Data Science: Ignore Vscode Theme, then restart VScode, after which Notebooks will become white. Not beautiful, but at least you now can see the input cells without kissing the display:

enter image description here

Upvotes: 1

Related Questions