Visual Studio Code의 어두운 테마를 더욱 검게 만들자.
3069 단어 VisualStudioCodeDarkModeVSCode우이
settings.json
"workbench.colorCustomizations": {
"[Default Dark+]": {
"titleBar.activeBackground": "#000",
"sideBar.background": "#000",
"tab.activeBackground": "#000",
"tab.inactiveBackground": "#000",
"editorGroupHeader.tabsBackground":"#000",
"activityBar.background":"#000",
"editor.background":"#000",
"tab.activeBorder":"#ce9178",
"tab.border": "#000"
},
}
배색 테마를 「Default Dark+」로 변경하면 이렇게 됩니다.
참고로 한 기사
【Visual Studio Code】v1.12.1 설정을 위한 Settings.json 파일에 대해서
htps : // 코 m / 아야 토쿠라 / ms / 4301 0d1d8b339f722 eb
Visual Studio Code의 색 구성표를 마음대로 사용자 정의(settings.json)
htps : // 이 m/데렌 2525/있어 ms/6bc099 굳이 8c05
Reference
이 문제에 관하여(Visual Studio Code의 어두운 테마를 더욱 검게 만들자.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/t_asa/items/0c2625ece55d0d7fdbb8텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)