Ctrl + Shift + p > open user settings (json)
"editor.tokenColorCustomizations": {
"[Atom One Dark]": {
"textMateRules": [
{
"scope": "comment",
"settings": {
"foreground": "#888",
"fontStyle": "italic"
}
}
]
}
}