Reputation: 989
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 :
How can I change the color of my input cell without changing the theme I use ? Thanks.
Upvotes: 5
Views: 1787
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
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:
Upvotes: 1