How to edit default dark theme for Visual Studio Code?

后端 未结 10 2080
执念已碎
执念已碎 2020-11-30 17:24

I\'m using Windows 7 64-bit.

Is there a way to edit default dark theme in the Visual Studio Code? In %USERPROFILE%\\.vscode folder there are only themes

10条回答
  •  甜味超标
    2020-11-30 18:08

    The file you are looking for is at,

    Microsoft VS Code\resources\app\extensions\theme-defaults\themes

    on Windows and search for filename dark_vs.json to locate it on any other system.


    Update:

    With new versions of VSCode you don't need to hunt for the settings file to customize the theme. Now you can customize your color theme with the workbench.colorCustomizations and editor.tokenColorCustomizations user settings. Documentation on the matter can be found here.

提交回复
热议问题