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

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/chs/src/vs/editor/common/view/editorColorRegistry.i18n.json')
-rw-r--r--i18n/chs/src/vs/editor/common/view/editorColorRegistry.i18n.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/i18n/chs/src/vs/editor/common/view/editorColorRegistry.i18n.json b/i18n/chs/src/vs/editor/common/view/editorColorRegistry.i18n.json
new file mode 100644
index 00000000000..b2f4ba4c910
--- /dev/null
+++ b/i18n/chs/src/vs/editor/common/view/editorColorRegistry.i18n.json
@@ -0,0 +1,17 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "activeLinkForeground": "活动链接颜色",
+ "caret": "编辑器游标颜色",
+ "guide": "编辑器参考线颜色",
+ "hoverHighlight": "编辑器悬停的背景颜色",
+ "invisibles": "编辑器不可见内容的颜色",
+ "lineHighlight": "编辑器行突出显示颜色",
+ "linkForeground": "链接颜色",
+ "rangeHighlight": "突出显示范围的背景颜色,例如 \"Quick open\" 和“查找”功能",
+ "referencesFindMatchHighlight": "引用视图匹配突出显示颜色",
+ "referencesReferenceHighlight": "引用范围突出显示颜色"
+} \ No newline at end of file