editorColorRegistry.i18n.json 1.8 KB
Newer Older
D
Dirk Baeumer 已提交
1 2 3 4 5 6
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
D
Dirk Baeumer 已提交
7 8
	"lineHighlight": "커서 위치의 줄 강조 표시에 대한 배경색입니다.",
	"lineHighlightBorderBox": "커서 위치의 줄 테두리에 대한 배경색입니다.",
9 10
	"rangeHighlight": "빠른 열기 및 찾기 기능 등을 통해 강조 표시된 영역의 배경색입니다.",
	"caret": "편집기 커서 색입니다.",
11
	"editorCursorBackground": "편집기 커서의 배경색입니다. 블록 커서와 겹치는 글자의 색상을 사용자 정의할 수 있습니다.",
12 13
	"editorWhitespaces": "편집기의 공백 문자 색입니다.",
	"editorIndentGuides": "편집기 들여쓰기 안내선 색입니다.",
14 15 16 17 18 19 20 21 22 23 24
	"editorLineNumbers": "편집기 줄 번호 색입니다.",
	"editorRuler": "편집기 눈금의 색상입니다.",
	"editorCodeLensForeground": "편집기 코드 렌즈의 전경색입니다.",
	"editorBracketMatchBackground": "일치하는 브래킷 뒤의 배경색입니다.",
	"editorBracketMatchBorder": "일치하는 브래킷 박스의 색상",
	"editorOverviewRulerBorder": "개요 눈금 경계의 색상입니다.",
	"editorGutter": "편집기 거터의 배경색입니다. 거터에는 글리프 여백과 행 수가 있습니다.",
	"errorForeground": "편집기 내 오류 표시선의 전경색입니다.",
	"errorBorder": "편집기 내 오류 표시선의 테두리 색입니다.",
	"warningForeground": "편집기 내 경고 표시선의 전경색입니다.",
	"warningBorder": "편집기 내 경고 표시선의 테두리 색입니다."
D
Dirk Baeumer 已提交
25
}