Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 23131

How can I customize the color and font style of Python decorators in VS Code?

$
0
0

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!


Viewing all articles
Browse latest Browse all 23131

Trending Articles