JetBrains Mono: A free and open source typeface for developers | JetBrains: Developer Tools for Professionals and Teams
首先下載上面的文字,然后右鍵全選,安裝
然后重啟cursor
下載插件Apc Customize UI++
點擊設置
把下面的代碼復制進去,就可以了
{"workbench.commandPalette.experimental.suggestCommands": true,"[python]": {"editor.formatOnType": true},"editor.fontSize": 13.5,"editor.fontFamily": "JetBrains Mono","editor.lineHeight":1.4,"terminal.integrated.fontSize": 13, // 你需要的字號,比如14"window.zoomPerWindow": false,"explorer.confirmDragAndDrop": false,"http.proxySupport": "off","cursor.composer.textSizeScale": 1.10,"files.autoSave": "afterDelay","workbench.iconTheme": "vscode-jetbrains-icon-theme-2023-light","workbench.colorTheme": "light-jetbrains-color-theme","editor.tokenColorCustomizations": {// "comments": "#EE00EE", // 注釋"keywords": "#EE00EE", // 關鍵字// "variables": "#f00", // 變量名"strings": "#000000", // 字符串"functions": "#0019f7", // 函數名"numbers": "#AE81FF" // 數字},"customizeUI.fontSizeMap": {"13px": "11px","monospace": "12px"},"customizeUI.stylesheet": {},"apc.stylesheet": {},"http.proxy": "http://127.0.0.1:7897","http.proxyKerberosServicePrincipal": "https://127.0.0.1:7897","window.zoomLevel": 1,"editor.fontLigatures": true,"editor.codeActionsOnSave": {}
}
在VS Code中設置字體顏色_vs code字體顏色-CSDN博客