terminalColorRegistry.i18n.json 887 字节
Newer Older
D
Dirk Baeumer 已提交
1 2 3 4 5
/*---------------------------------------------------------------------------------------------
 *  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 已提交
6
{
D
Daniel Ye 已提交
7 8
	"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.",
9 10
	"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.",
D
Dirk Baeumer 已提交
11
	"terminal.ansiColor": "Color ANSI \"{0}\" en el terminal."
D
Dirk Baeumer 已提交
12
}