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

terminalColorRegistry.i18n.json « electron-browser « terminal « parts « workbench « vs « src « esn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d5630179464ef6d1f5eb43fa163ba0f7feec9e94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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": "El color de fondo del terminal, esto permite colorear el terminal de forma diferente al panel.",
	"terminal.foreground": "El color de primer plano del terminal.",
	"terminalCursor.foreground": "Color de primer plano del cursor del terminal.",
	"terminalCursor.background": "Color de fondo del cursor del terminal. Permite personalizar el color de un carácter solapado por un cursor de bloque.",
	"terminal.selectionBackground": "Color de fondo de selección del terminal.",
	"terminal.ansiColor": "color ANSI ' {0} ' en el terminal."
}