我想在座谈一下这一关键词的颜色:
global
但是,我不知道如何在我的环境下改变它。 json案。
在此,我要表示: 科罗保管我编码环境中的一部分。 json file:
{
"editor.tokenColorCustomizations": {
"comments": "#00af0c",
"strings": "#c7884a",
"variables": "#91e2ff",
"functions": "#fff07a",
"keywords": "#d981ff",
"types": "#ff73d3",
"numbers": "#beffac",
"textMateRules": [
{
"scope": "keyword.operator",
"settings": {
"foreground": "#786831"
}
},
{
"scope": [
"source.python",
"punctuation.definition.variable.python"
],
"settings": {
"foreground": "#ffcaca"
}
}
]
}
}
Can someone please help me? ChatGPT was no help at all. I also already tried some other scopes, but they did not work.