Vscode Change Comments Color

[Solved] Vscode Change Comments Color | Typescript - Code Explorer | yomemimo.com
Question : vscode change comments color

Answered by : adonis-d-martin

"editor.tokenColorCustomizations": { "comments": "#d4922f"
},

Source : | Last Update : Mon, 21 Dec 20

Question : comment color vscode

Answered by : victorious-vole-wfi7q5j6btcp

in setting.json (ctrl+,) add:
"editor.tokenColorCustomizations": { "[Atom One Dark]": { "comments": "#d4922f" }
},

Source : https://stackoverflow.com/questions/45195023/how-do-i-change-color-of-comments-in-visual-studio-code | Last Update : Sat, 30 Oct 21

Answers related to vscode change comments color

Code Explorer Popular Question For Typescript