简体   繁体   English

如何在 vscode 中编辑主题?

[英]How I can edit theme in vscode?

I want to make text on picture a little less bold and italic.我想让图片上的文字不那么粗体和斜体。 How to do it?怎么做?

在此处输入图像描述

You can delete the following content in your setting.json:您可以在 setting.json 中删除以下内容:

  "editor.tokenColorCustomizations": {
    "variables": {
      // You can choose bold , italic or underline. If deleted, it will be the default.
      "fontStyle": "bold",
    },
    "functions": {
      // You can choose bold , italic or underline. If deleted, it will be the default.
      "fontStyle": "bold",
    },

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM