- setting.json
{
"workbench.colorTheme": "Solarized Light",
"window.zoomLevel": 1,
"editor.tokenColorCustomizations": {
"comments": "#008000",
"keywords": "#d33682",
"variables": "#2aa198",
"strings": "#dc322f",
"functions": "#859900",
"numbers": "#6c7ec4",
"types": "#30ada2",
"textMateRules": [
{
"scope": "variable.other.property.ts",
"settings": {
"foreground": "#9932cc",
}
},
{
"scope": "entity.name.tag",
"settings": {
"foreground": "#d33682",
}
},
{
"scope": "entity.other.attribute-name",
"settings": {
"foreground": "#d33682",
}
},
{
"scope": "support.type",
"settings": {
"foreground": "#9aa5a2",
}
},
{
"scope": "text.html.derivative",
"settings": {
"foreground": "#9aa5a2",
}
},
{
"scope": "support.function",
"settings": {
"foreground": "#d33682",
}
},
{
"scope": "keyword.control.conditional.vue",
"settings": {
"foreground": "#9aa5a2",
}
},
]
},
"workbench.colorCustomizations": {
"editor.background": "#fef6e0",
"editor.selectionBackground": "#00FF00",
"editor.foreground": "#880000"
}
}
- 在需要修改颜色的代码处,使用快捷键
fn + f1
, 打开命令面板, 输入 >Inspect Editor Tokens and Scopes
点击需要改颜色的代码处,会弹出提示框。
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】博客园社区专享云产品让利特惠,阿里云新客6.5折上折
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 在鹅厂做java开发是什么体验
· 百万级群聊的设计实践
· WPF到Web的无缝过渡:英雄联盟客户端的OpenSilver迁移实战
· 永远不要相信用户的输入:从 SQL 注入攻防看输入验证的重要性
· 全网最简单!3分钟用满血DeepSeek R1开发一款AI智能客服,零代码轻松接入微信、公众号、小程
2022-02-13 数组的方法 - 删除数组中的某个元素