๐VS code ๋ณ์ ์์ ๋ณ๊ฒฝํ๋๋ฒ
์ผ๋ง์ ์ ๋งฅ๊ณผ ๋ฐ์คํฌํ์ ํฌ๋งท์ ํด์ VScode ์ ๊ธฐ์กด์ ์ฐ๋ ์ต์คํ
์
๋ค์ ์ค์นํ์๋๋ฐ ๋ณ์์ ์ฃผ์์ ์๊น์ด ๋ง์์ ์ ๋ค์๋ค.
๋ณ์ ๋ง๋ค ์์ ์ง์ ์ด ์๋์ด์์ด์ ๊ฐ๋
์ฑ๋ ์์ข๊ณ ๋ฌด์๋ณด๋ค ์ฝ๋ฉ ํ ๋ง์ด ์๋ฌ๊ธฐ ๋๋ฌธ์ ๊ผญ ๋ฐ๊ฟ์ผ ํ๋ค.
1. ์ค์ > Color customization > Edit in setting.json
์ค์ (window:ctrl+, mac:command,) ์์ color customization์ ๊ฒ์ํ๋ฉด ์ธ๊ฐ๊ฐ ๋ฐํ ๋ฐ ์๋ฌด๊ฑฐ๋ Edit in setting.json ์ ํด๋ฆญํ๋ฉด ์์ ํ๋ฉด๊ณผ ๊ฐ์ json ํ์ผ์ด ๋ฐ๊ฒ์ด๋ค.
2. ์์ฑ ์ ์ฉ
"editor.tokenColorCustomizations": { "textMateRules": [ { "scope": "์ค์ฝํ ๋ฒ์", "settings": { "foreground": "์์", "fontStyle" : "๊ธ์จ์ฒด" } } ], }
๋ณ์์ ์์๊ณผ ๊ธ์จ์ฒด๋ฅผ ๋ฐ๊พธ๊ธฐ ์ํด์๋ editor.tokenColorCustomizations์ ์์ฑ์ ์ ์ํด์ฃผ์ด์ผ ํ๋ค.
์ ์ฝ๋์์ scope ๋ถ๋ถ์ ์ํ๋ ๋ณ์์ scope ๋ฒ์, foreground ์ ์ํ๋ ์์(ex. #ffffff)๊ณผ ๊ธ์จ์ฒด๋ฅผ ์
๋ ฅํ์ฌ json ํ์ผ์ ๋ฃ์ผ๋ฉด ๋๋ค.
3. scope ๋ฒ์ ์ฐพ๊ธฐ
์ฝ๋ ์์ฑ ํ๋ฉด์์ ctrl shift p (mac: command shift p)๋ฅผ ๋๋ฅด๋ฉด ๋ช
๋ น์ด ์
๋ ฅ ์ฐฝ์ด ๋จ๋๋ฐ inspect editor tokens and scopes ๊ฒ์ํ ํด๋ฆญํ๋ค.
์ํ๋ ๋ณ์๋ ํจ์ ์ฃผ์๋ถ๋ถ์ ํด๋ฆญํ๋ฉด ์์ ๊ฐ์ ์ฐฝ์ ๋ณผ ์ ์๋๋ฐ textmate scopes์ ํด๋นํ๋ ๋ถ๋ถ์ด scope ๋ฒ์ ์ด๋ค. ์ ๋ถ๋ถ์ด ์๊ฑฐ๋ ๋ญ๊ฐ ์ด์ํ ๊ฒฝ์ฐ๋ ๋ง์๋๋ฐ ๊ทธ๋ด๋ foreground ๋ถ๋ถ์ ์ ์ผ๋ฉด ๋๋ค.
๋ง์น๋ฉฐ
์ ๊ณผ ํ๋ฅผ ๋น๊ต ํ์๋ ์น๊ตฌ๋ค์ ๋ ์ํ๋ค๋ฉฐ ๊ธฐ์กด ์ค์ ์ ๊ทธ๋๋ก ์ด๋ค๊ณ ํ๋๋ฐ ๋ณ๊ฒฝ ํ์ ๋ชจ์ต์ด ๋ ๊ฐ๋
์ฑ ์๊ณ ์ฝ๋ฉํ ๋ง ๋๋ค๊ณ ์๊ฐํ๋ ์ฌ๋๋ค์ด ๋ถ๋ช
์์๊ฑฐ๋ผ๊ณ ์๊ฐํ๋ค.
๋ ๋ง์กฑ ๐ ๋ค์๋ฒ์ iTerm ์ปค์คํฐ๋ง์ด์ง ๊ด๋ จ ๊ธ๋ ์ฌ๋ ค๋ด์ผ๊ฒ ๋ค.
์์
"editor.tokenColorCustomizations": { "textMateRules": [ { "scope": ["variable.other.constant", "variable.parameter", "comment"], "settings": { "fontStyle": "" } }, { "scope": ["variable.parameter"], "settings": { "foreground": "#F78C6C" } }, { "scope": ["variable.other.constant"], "settings": { "foreground": "#F07178" } } ], "comments": "#16bda7" }
Author And Source
์ด ๋ฌธ์ ์ ๊ดํ์ฌ(๐VS code ๋ณ์ ์์ ๋ณ๊ฒฝํ๋๋ฒ), ์ฐ๋ฆฌ๋ ์ด๊ณณ์์ ๋ ๋ง์ ์๋ฃ๋ฅผ ๋ฐ๊ฒฌํ๊ณ ๋งํฌ๋ฅผ ํด๋ฆญํ์ฌ ๋ณด์๋ค https://velog.io/@ch0jm/VS-code-๋ณ์-์์-๋ณ๊ฒฝํ๋๋ฒ์ ์ ๊ท์: ์์์ ์ ๋ณด๊ฐ ์์์ URL์ ํฌํจ๋์ด ์์ผ๋ฉฐ ์ ์๊ถ์ ์์์ ์์ ์ ๋๋ค.
์ฐ์ํ ๊ฐ๋ฐ์ ์ฝํ ์ธ ๋ฐ๊ฒฌ์ ์ ๋ (Collection and Share based on the CC Protocol.)
์ข์ ์นํ์ด์ง ์ฆ๊ฒจ์ฐพ๊ธฐ
๊ฐ๋ฐ์ ์ฐ์ ์ฌ์ดํธ ์์ง
๊ฐ๋ฐ์๊ฐ ์์์ผ ํ ํ์ ์ฌ์ดํธ 100์ ์ถ์ฒ ์ฐ๋ฆฌ๋ ๋น์ ์ ์ํด 100๊ฐ์ ์์ฃผ ์ฌ์ฉํ๋ ๊ฐ๋ฐ์ ํ์ต ์ฌ์ดํธ๋ฅผ ์ ๋ฆฌํ์ต๋๋ค