setting.json 파일 열고 아래 내용 추가하면 된다
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "comment",
"settings": {
"foreground": "#EFDC05", // 주석 색상
"fontStyle": "" // 이탤릭 해제
}
}
]
},
comments에는 색상을 지정
밑에서는 폰트 스타일을 아무것도 안 줌으로써 이탤릭체를 해제한다
아래는 결과물
(주석 색상 #59825e 도 괜찮더라)
'etc' 카테고리의 다른 글
텔레그램 봇 만들기 (feat. BotFather 사용법) (1) | 2025.06.11 |
---|---|
나만의 아카이브 서버(Archive Server) 제작기 (feat. window) (1) | 2025.05.05 |
VS Code 단축어 등록하는 방법 (feat. Console.log() & Console.WriteLine()) (0) | 2025.05.02 |
엑셀 파일 무한로딩 해결 방법 (feat. 엑셀 잠금 파일 안 열림 이슈) (3) | 2025.04.29 |
IntelliJ & Pycharm 초록 밑줄 없애기 (feat. JetBrains) (0) | 2025.04.13 |