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

terminalColorRegistry.i18n.json « electron-browser « terminal « parts « workbench « vs « src « ita « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 29b148eb67c040b865d0bd55ca957f4f619cf26f (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": "Il colore di sfondo del terminale, questo consente di colorare il terminale in modo diverso dal pannello.",
	"terminal.foreground": "Il colore di primo piano del terminale.",
	"terminalCursor.foreground": "Colore di primo piano del cursore del terminale.",
	"terminalCursor.background": "Colore di sfondo del cursore del terminale. Permette di personalizzare il colore di un carattere quando sovrapposto da un blocco cursore.",
	"terminal.selectionBackground": "Colore di sfondo di selezione del terminale.",
	"terminal.ansiColor": "'{0}' colori ANSI nel terminale. "
}