Modify editor text color in visual studio code?

后端 未结 2 832
攒了一身酷
攒了一身酷 2021-01-02 05:55

Maybe someone can help me with a little problem in Visual Studio Code, which drives me crazy... ;-/ ...

  • I know how to install and switch different color themes
2条回答
  •  情深已故
    2021-01-02 06:16

    The following worked for me:

    1. In settings.json:
    "workbench.colorCustomizations": { 
        "editor.foreground": "#aabbcc" 
    }
    
    1. Save settings.json

    2. Choose a different color theme. All you need to do is open the selector menu and navigate to a different theme. As soon as I did this, the foreground customization took effect.

    System info:

    • OS X 10.14.4
    • VSCode 1.33.1

提交回复
热议问题