当前位置: 首页 > news >正文

vscode/cursor怎么自定义文字、行高、颜色

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": 14,"editor.fontFamily": "JetBrains Mono","editor.lineHeight":1.4,"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": "#005ff7c9", // 函数名"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博客

http://www.dtcms.com/a/279193.html

相关文章:

  • Mysql数据库学习--多表查询
  • Eureka
  • Linux:3_基础开发⼯具
  • JAVA面试宝典 - 《MyBatis 进阶:插件开发与二级缓存》
  • 理解:进程、线程、协程
  • muduo面试准备
  • 文本预处理(四)
  • 2025-7-14-C++ 学习 排序(2)
  • 【LeetCode 热题 100】94. 二叉树的中序遍历——DFS
  • 死锁!哲学家进餐问题(操作系统os)
  • 光电融合新范式:长春光机所孙晓娟/李大冰团队《Light》发表铁电量子阱相纯度调控策略
  • 系统分析师第五课:进程通信-死锁-存储管理-固定分页分段
  • SpringMVC注解:@RequestParam 与 @PathVariable
  • 详解同步、异步、阻塞、非阻塞
  • 关于机械臂控制中的 MoveL 和 MoveJ 操作
  • Spring Boot + Thymeleaf + RESTful API 前后端整合完整示例
  • FBRT-YOLO: Faster and Better for Real-Time Aerial Image Detection论文精读(逐段解析)
  • linux服务器换ip后客户端无法从服务器下载数据到本地问题处理
  • 学生管理系统(C++实现)
  • 13.梯度scharr与lapkacia算子
  • 成都,工业设备边缘计算如何落地?——“边缘智能”新解法!
  • Linux入门:从文件存储到常用命令详解
  • 从数据库到播放器:Java视频续播功能完整实现解析
  • simscape中坐标系和坐标变换Frames and Transforms
  • MySQL数据实时同步到Elasticsearch的高效解决方案
  • 小波变换 | 连续小波变换
  • Effective Modern C++ 条款10:优先考虑限域enum而非未限域enum
  • 安全架构中身份与访问管理体系设计
  • 基于Yolov8车辆检测及图像处理系统【有代码】
  • python多版本管理--pyenv