VS Code 고대비 스타일¶
"workbench.colorCustomizations": { // "editor.background": "#000000", // "editor.selectionBackground ":"#e788ff7c ", // 현재 선택된 텍스트 // "editor.selectionHighlightBackground ":"#ff00005b", // 선택과 동일한 내용 // "editor.findMatchBackground": "#00cc44a8", // 현재 검색 검색 // "editor.findMatchHighlightBackground": "#ff7b0000", // 다른 검색 검색 // "editor.lineHighlightBackground": "#111111", //선택된 영역만의 배경 색상 // "editor.wordHighlightBackground": "#ff0000", //선택된 영역만의 글자 색상 // "editorCursor.foreground": "#f10808", //선택된 영역에서의 커서 색상 // "editor.selectionBackground": "#880000", //f0102e" // "editor.findMatchBackground": "#ff0000", // "editor.findMatchHighlightBackground": "#ff0000", // "editorCursor.foreground": "#fff" // "editor.lineHighlightBackground": "#ff0000", // "activityBar.background": "#111111", // "diffEditor.removedTextBackground": "#FF000055", // "diffEditor.insertedTextBackground": "#ffff0055", "diffEditor.border": "#ffffff", "diffEditor.diagonalFill": "#550000", "diffEditor.removedTextBorder": "#00000000", "diffEditor.removedTextBackground": "#ff000055", "diffEditor.insertedTextBorder": "#00000000", "diffEditor.insertedTextBackground": "#00ff0055", "window.activeBorder": "#f38518", "editor.stackFrameHighlightBackground": "#222200", "editor.focusedStackFrameHighlightBackground": "#222200", "editorIndentGuide.activeBackground": "#333333", "editorIndentGuide.background": "#333333" }, // // 주석(comments) 색상 변경 // "editor.tokenColorCustomizations": // { // "textMateRules": [ // { // "scope": "comment", // "settings": // { // // "foreground": "#f3a32b", //주석의 색상을 변경 // "fontStyle": "" //주석의 폰트체를 이탤릭 처리 // } // } // ] // }, "editor.rulers": [80], "files.eol": "\n", "workbench.colorTheme": "Default High Contrast",