fisheva / Eva-Theme

A comfortable and semantic theme.
https://marketplace.visualstudio.com/items?itemName=fisheva.eva-theme
MIT License
457 stars 38 forks source link

can support jupyter notebook #85

Closed Justin3go closed 1 year ago

Justin3go commented 1 year ago

Screenshot

image

Code Snippet

Supplement

Justin3go commented 1 year ago

也许可以这样:

    "workbench.colorCustomizations": {
        // "editor.selectionBackground": "#e41fda7e",   //选中高亮
        // "editor.background": "#C7EDCC",            //背景颜色
        // "editor.foreground": "#C7EDCC",            //背景颜色
        // "input.border":"#ff0000"
        "editorPane.background": "#EBEEF5" // jupyter
    }

image

fisheva commented 1 year ago

不会用jupyter notebook,但看懂了你的issue: 文字编辑区域和代码块背景色相同了。

感谢直接指出了API!已更新在1.9.0版本。