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

editorColorRegistry.i18n.json « view « common « editor « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9cfdf24e308f8399df2fd8eb0576ceb21a80a857 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"lineHighlight": "光标所在行高亮内容的背景颜色。",
	"lineHighlightBorderBox": "光标所在行四周边框的背景颜色。",
	"rangeHighlight": "突出显示范围的背景颜色,例如 \"Quick Open\" 和“查找”功能。",
	"caret": "编辑器光标颜色。",
	"editorCursorBackground": "编辑器光标的背景色。可以自定义块型光标覆盖字符的颜色。",
	"editorWhitespaces": "编辑器中空白字符颜色。",
	"editorIndentGuides": "编辑器缩进参考线颜色。",
	"editorLineNumbers": "编辑器行号颜色。",
	"editorRuler": "编辑器标尺的颜色。",
	"editorCodeLensForeground": "编辑器 CodeLens 的前景色",
	"editorBracketMatchBackground": "匹配括号的背景色",
	"editorBracketMatchBorder": "匹配括号外框颜色",
	"editorOverviewRulerBorder": "概览标尺边框的颜色。",
	"editorGutter": "编辑器导航线的背景色。导航线包括边缘符号和行号。",
	"errorForeground": "编辑器中错误波浪线的前景色。",
	"errorBorder": "编辑器中错误波浪线的边框颜色。",
	"warningForeground": "编辑器中警告波浪线的前景色。",
	"warningBorder": "编辑器中警告波浪线的边框颜色。"
}