Json – How can I change the color of Python's "global" keyword in VS Code?
I want to change the color of this keyword in python: global but I don't know how to change it in my settings.json file. Here is my the tokenColorCustomizations part of my vscode settings.json file: { "editor.tokenColorCustomizations": { "comments": "#00af0c",…