Post
"editor.tokenColorCustomizations": {
"comments": "#91ffde",
"strings": "#ff6730",
"textMateRules": [
{
"scope": "punctuation.definition.heading.markdown",
"settings": {
"foreground": "#FFA500"
}
},
{
"scope": "markup.heading.markdown",
"settings": {
"foreground": "#FFA500",
"fontStyle": "bold"
}
},
{
"scope": "markup.bold",
"settings": {
"foreground": "#FF0000",
"fontStyle": "bold"
}
}
]
}
f1 누르고 setting.json 검색. 두개 나오는데 open user setting.json 을 선택한다
java코드일 때 주석과 "다음에 말 색상 변경("comments", "strings")
markdown일 때 ###와 **의 색상변경
또 아래는 배경 색 변경하는 법!
나는 옅은 초록색으로 변경했다!! 대신 주석 색을 진한 초록색으로 변경하고!
"workbench.colorCustomizations": {
'이전게시판 > etc' 카테고리의 다른 글
VSCODE 자동완성 끄기 (0) | 2024.07.05 |
---|---|
알리 익스프레스 매크로 키보드 설정 에러 Unhandled exception has occurred in your application (0) | 2024.05.31 |
오랜만에 듀오링고 했는데 개 재밌네ㅠㅠ (0) | 2023.08.11 |
PYTHON ModuleNotFoundError: No module named 'bs4' (0) | 2023.04.09 |
VSCODE 글자색 변경 (0) | 2023.02.20 |
요즈맞꾸 새벽에 자서 오후에 일어나네 (0) | 2022.12.29 |
puppeteer 실행안됨 (0) | 2022.12.18 |
2019년 정보처리기사 실기 2회 후기 (0) | 2019.06.29 |