Vscode: activityBar.activeBorder ๋ฐ activityBar.activeBackground๊ฐ€ ์ธ์‹๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.

์— ๋งŒ๋“  2019๋…„ 11์›” 08์ผ  ยท  4์ฝ”๋ฉ˜ํŠธ  ยท  ์ถœ์ฒ˜: microsoft/vscode


  • VSCode ๋ฒ„์ „ : 1.40.0
  • OS ๋ฒ„์ „ : MacOS High Sierra 10.13.6

์žฌํ˜„ ๋‹จ๊ณ„ :

  1. settings.json ํŒŒ์ผ์„ ์—ฝ๋‹ˆ ๋‹ค.
  2. activityBar.activeBorder ๋˜๋Š” activityBar.activeBackground ๋ฅผ ์ž…๋ ฅํ•˜๊ณ  ๊ฐ’์„ ์ž…๋ ฅํ•˜์„ธ์š”.

์Šคํฌ๋ฆฐ ์ƒท :
Screen Shot 2019-11-09 at 2 37 38 AM


๋ชจ๋“  ํ™•์žฅ์ด ๋น„ํ™œ์„ฑํ™” ๋œ ๊ฒฝ์šฐ์ด ๋ฌธ์ œ๊ฐ€ ๋ฐœ์ƒํ•ฉ๋‹ˆ๊นŒ? : ์˜ˆ

*question

๊ฐ€์žฅ ์œ ์šฉํ•œ ๋Œ“๊ธ€

์ด๋Ÿฌํ•œ ์„ค์ •์ด ์ธ์‹ ๋˜๋ ค๋ฉด ๋‹ค์Œ ์œ„์น˜์— ์ค‘์ฒฉ๋˜์–ด์•ผํ•ฉ๋‹ˆ๋‹ค.
workbench.colorCustomizations

์ด๋ ‡๊ฒŒ :

 "workbench.colorCustomizations": {
        "activityBar.activeBorder": "#ff00a8",
        "activityBar.activeBackground": "#ff00a822"
},

๋ชจ๋“  4 ๋Œ“๊ธ€

์ด๋Ÿฌํ•œ ์„ค์ •์ด ์ธ์‹ ๋˜๋ ค๋ฉด ๋‹ค์Œ ์œ„์น˜์— ์ค‘์ฒฉ๋˜์–ด์•ผํ•ฉ๋‹ˆ๋‹ค.
workbench.colorCustomizations

์ด๋ ‡๊ฒŒ :

 "workbench.colorCustomizations": {
        "activityBar.activeBorder": "#ff00a8",
        "activityBar.activeBackground": "#ff00a822"
},

StackOverflow์—์„œ ์งˆ๋ฌธํ•˜์‹ญ์‹œ์˜ค. ์ €์ชฝ์— ํ›Œ๋ฅญํ•œ ์ปค๋ฎค๋‹ˆํ‹ฐ๊ฐ€ ๋ฌธ์ œ๋ณด๊ณ  ์ง€์นจ๋„ ์ฐธ์กฐํ•˜์‹ญ์‹œ์˜ค.

ํ–‰๋ณตํ•œ ์ฝ”๋”ฉ!

๋‚˜๋Š” Stack Overflow์—์„œ ์ด๊ฒƒ์„ ๋ฌผ์—ˆ๊ณ  ๋Œ€๋‹ตํ–ˆ๋‹ค : https://stackoverflow.com/questions/47390242/how-to-modify-vscode-activity-bar

๋‚˜๋Š” ์ด๊ฒƒ์ด ์ด๊ฒƒ๋ณด๋‹ค ๋” ์ž˜ ๋ฌธ์„œํ™”๋˜์–ด์•ผํ•œ๋‹ค๊ณ  ๋ฏฟ๋Š”๋‹ค.

You can control the active indicator via the new color token, activityBar.activeBorder. We also introduced an optional background color for the active element, activityBar.activeBackground, and when configured can look like so:

๋‚˜๋Š” OP์™€ ๊ฐ™์€ ์‹ค์ˆ˜๋ฅผํ•˜๊ณ  ์žˆ์—ˆ๋‹ค.

์ด ํŽ˜์ด์ง€๊ฐ€ ๋„์›€์ด ๋˜์—ˆ๋‚˜์š”?
0 / 5 - 0 ๋“ฑ๊ธ‰