Closed Justin3go closed 1 year ago
也许可以这样:
"workbench.colorCustomizations": {
// "editor.selectionBackground": "#e41fda7e", //选中高亮
// "editor.background": "#C7EDCC", //背景颜色
// "editor.foreground": "#C7EDCC", //背景颜色
// "input.border":"#ff0000"
"editorPane.background": "#EBEEF5" // jupyter
}
不会用jupyter notebook,但看懂了你的issue: 文字编辑区域和代码块背景色相同了。
感谢直接指出了API!已更新在1.9.0版本。
Screenshot
Code Snippet
Supplement