码迷,mamicode.com
首页 > 其他好文 > 详细

VSCode中更改标点符号的颜色(逗号句号引号的颜色)

时间:2021-06-07 21:07:51      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:users   引号   逗号   意思   scope   路径   xxx   settings   use   

 
1. 打开“xxx.json”文件(某个颜色主题)
  举例:
    路径:C:\Users\xxxxxxxxx\.vscode\extensions\monokai.theme-monokai-pro-vscode-1.1.17\themes
    文件:Monokai Pro.json
 
2. 找到“xxx.json”文件 "name":"Punctuation" 这句话(Punctuation的意思就是标点符号)
  举例:
    {"scope":"punctuation","settings":{"name":"Punctuation","foreground":"#939293"}}
 
3. 把 "foreground" 这个后面的值改成自己想要的值,就是换成自己想要的颜色
  举例:
    {"scope":"punctuation","settings":{"name":"Punctuation","foreground":"#fcfcfa"}}
 
4. 重启VSCode即可
 
 

VSCode中更改标点符号的颜色(逗号句号引号的颜色)

标签:users   引号   逗号   意思   scope   路径   xxx   settings   use   

原文地址:https://www.cnblogs.com/Alan-LJP/p/14859200.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!