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

terminalColorRegistry.i18n.json « electron-browser « terminal « parts « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1c55c29463dee5685ef96369d185514bbc1155fa (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": "终端光标的背景色。允许自定义被 block 光标遮住的字符的颜色。",
	"terminal.selectionBackground": "终端选中内容的背景颜色。",
	"terminal.border": "分隔终端中拆分窗格的边框的颜色。默认值为 panel.border 的颜色",
	"terminal.ansiColor": "终端中的 ANSI 颜色“{0}”。"
}