vscode字体设置方案

  {
    "editor.fontWeight": "600",
  "editor.fontFamily": "SF Mono",
  "editor.tokenColorCustomizations": {
    "comments": {
      // 设置字体样式 加粗 下划线 斜体等
      "fontStyle": "",
      // 设置字体颜色
      "foreground": "#818c97"
    }, // 注释
    "keywords": {
      "fontStyle": "bold",
      "foreground": "#ee81b0", // 关键字
    },
    "variables": "#c7c7c7e6", // 变量名
    "strings": "#ef8876", // 字符串
    "functions": "#69aedc", // 函数名
    "numbers": "#d6ca86", // 数字
    "types": { //类型
      "fontStyle": "",
      "foreground": "#89dcfb",
    },
  },
  "editor.fontSize": 16,
  "editor.formatOnPaste": true,
  "editor.formatOnSave": true
}

我使用SF mono字体(Xcode上的使用的)需要自行下载改字体,并安装到macos字集中

 

然后设置资源管理器字体大小:

https://blog.51cto.com/u_15349906/3714833

但是修改文件后,mac下直接提示文件损坏。

 

上一篇:初识Attention机制(NLP领域)


下一篇:云服务器修改dns服务器为阿里云公共dns服务器