vscode atom one dark theme에서, 주석 색이 너무 어두워 밝게 교체
Ctrl + Shift + p > open user settings (json) "editor.tokenColorCustomizations": { "[Atom One Dark]": { "textMateRules": [ { "scope": "comment", "settings": { "foreground": "#888", "fontStyle": "italic" } } ] } }