Welcome to mirror list, hosted at ThFree Co, Russian Federation.

terminalColorRegistry.i18n.json « electron-browser « terminal « parts « workbench « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d9e00ba07827f3430d124e149c098a234044e854 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"terminal.background": "터미널의 배경색입니다. 이 설정을 사용하면 터미널\n 색을 패널과 다르게 지정할 수 있습니다.",
	"terminal.foreground": "터미널의 전경색입니다.",
	"terminalCursor.foreground": "터미널 커서의 전경색입니다.",
	"terminalCursor.background": "터미널 커서의 배경색입니다. 블록 커서와 겹친 문자의 색상을 사용자 정의할 수 있습니다.",
	"terminal.selectionBackground": "터미널의 선택 영역 배경색입니다.",
	"terminal.border": "터미널 내의 분할 창을 구분하는 테두리의 색입니다. 기본값은 panel.border입니다.",
	"terminal.ansiColor": "터미널의 '{0}' ANSI 색상"
}