vscode atom one dark theme에서, 주석 색이 너무 어두워 밝게 교체

By | 9월 18, 2026

Ctrl + Shift + p > open user settings (json)

"editor.tokenColorCustomizations": {
  "[Atom One Dark]": {
    "textMateRules": [
      {
        "scope": "comment",
        "settings": {
          "foreground": "#888",
          "fontStyle": "italic"
        }
      }
    ]
  }
}
Subscribe
Notify of
guest

0 Comments
Oldest
Newest Most Voted