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

terminalColorRegistry.i18n.json « electron-browser « terminal « parts « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2657899133e07b49fde3b011113a300d729b30b8 (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": "終端機的背景色彩,允許終端機和面板的色彩不同。",
	"terminal.foreground": "終端機的前景色彩。",
	"terminalCursor.foreground": "終端機游標的前景色彩。",
	"terminalCursor.background": "終端機游標的背景色彩。允許區塊游標重疊於自訂字元色彩。",
	"terminal.selectionBackground": "終端機的選取項目背景色彩。",
	"terminal.border": "在終端機內將窗格分割之邊界的色彩。預設為 panel.border。",
	"terminal.ansiColor": "終端機中的 '{0}' ANSI 色彩。"
}