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

editorColorRegistry.i18n.json « view « common « editor « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4cdf779ce91364dd1afc459add99e0651da0811b (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
26
27
28
29
30
31
/*---------------------------------------------------------------------------------------------
 *  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": "編輯器程式碼濾鏡的前景色彩",
	"editorBracketMatchBackground": "成對括號背景色彩",
	"editorBracketMatchBorder": "成對括號邊框色彩",
	"editorOverviewRulerBorder": "預覽檢視編輯器尺規的邊框色彩.",
	"editorGutter": "編輯器邊框的背景顏色,包含行號與字形圖示的邊框.",
	"errorForeground": "編輯器內錯誤提示線的前景色彩.",
	"errorBorder": "編輯器內錯誤提示線的邊框色彩.",
	"warningForeground": "編輯器內警告提示線的前景色彩.",
	"warningBorder": "編輯器內警告提示線的邊框色彩.",
	"infoForeground": "編輯器內資訊提示線的前景色彩",
	"infoBorder": "編輯器內資訊提示線的邊框色彩",
	"overviewRulerRangeHighlight": "範圍醒目提示的概觀尺規標記色彩。",
	"overviewRuleError": "錯誤的概觀尺規標記色彩。",
	"overviewRuleWarning": "警示的概觀尺規標記色彩。",
	"overviewRuleInfo": "資訊的概觀尺規標記色彩。"
}