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/platform/theme/common/colorRegistry.i18n.json')
-rw-r--r--i18n/chs/src/vs/platform/theme/common/colorRegistry.i18n.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/i18n/chs/src/vs/platform/theme/common/colorRegistry.i18n.json b/i18n/chs/src/vs/platform/theme/common/colorRegistry.i18n.json
new file mode 100644
index 00000000000..a3256016348
--- /dev/null
+++ b/i18n/chs/src/vs/platform/theme/common/colorRegistry.i18n.json
@@ -0,0 +1,16 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "currentFindMatchHighlight": "与搜索匹配的当前区域的背景颜色",
+ "editorBackground": "编辑器背景颜色",
+ "editorForeground": "编辑器默认前景色",
+ "editorInactiveSelection": "非活动编辑器选择内容的颜色",
+ "editorSelection": "编辑器选择内容的颜色",
+ "editorsSelectionHighlightColor": "选择时突出显示区域的背景颜色",
+ "findMatchHighlight": "与搜索匹配的区域的背景颜色",
+ "findRangeHighlight": "选择进行搜索的区域的背景颜色",
+ "schema.colors": "工作台中使用的颜色。"
+} \ No newline at end of file