I would like to customize my current color scheme and apply a dedicated color and fontstyle italic to Python Decorators. I found out how to do it for comments by editing the settings.json (see example below). What is the correct keyword for the decorators, please?
"editor.tokenColorCustomizations": {"comments": "#b249ee",},Thanks in advance!