참조 : https://marketplace.visualstudio.com/
Visual Studio Marketplace
Extensions for Visual Studio family of products on Visual Studio Marketplace
marketplace.visualstudio.com
Material Theme로 VS Code 스타일을 변경해주는 Extension
Material Theme 적용(기본 스타일)
Basic example
Copy "editor.tokenColorCustomizations": { "[Material Theme]": { "comments": "#229977" } },
Advanced example
Copy "editor.tokenColorCustomizations": { "[Material Theme*]": { "textMateRules": [ { "scope": [ "comment", "comment punctuation.definition.comment" ], "settings": { "foreground": "#FF0000" } } ] }, }, "workbench.colorCustomizations": { "[Material Theme*]": { "sideBar.background": "#ff0000", } },
Recommended settings for a better experience
Copy { // Controls the font family. "editor.fontFamily": "Operator Mono", // Controls the line height. Use 0 to compute the lineHeight from the fontSize. "editor.lineHeight": 24, // Enables font ligatures "editor.fontLigatures": true, // Controls if file decorations should use badges. "explorer.decorations.badges": false }
※ 이 글이 도움이 되었다면 "👆🏻구독"과 "🤍공감" 버튼을 클릭해주세요. 클릭 한번이 글 쓰는데 큰 힘이 됩니다.
* 단축키는 한글/영문 대소문자로 이용 가능하며, 티스토리 기본 도메인에서만 동작합니다.