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.json5
1 files changed, 2 insertions, 3 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
index b2e2b911b38..050fb410334 100644
--- a/i18n/chs/src/vs/platform/theme/common/colorRegistry.i18n.json
+++ b/i18n/chs/src/vs/platform/theme/common/colorRegistry.i18n.json
@@ -53,14 +53,13 @@
"badgeBackground": "Badge 背景色。Badge 是小型的信息标签,如表示搜索结果数量的标签。",
"badgeForeground": "Badge 前景色。Badge 是小型的信息标签,如表示搜索结果数量的标签。",
"scrollbarShadow": "表示视图被滚动的滚动条阴影。",
- "scrollbarSliderBackground": "滑块的背景颜色。",
- "scrollbarSliderHoverBackground": "滑块在悬停时的背景颜色。",
- "scrollbarSliderActiveBackground": "滑块在活动的背景颜色。",
"progressBarBackground": "表示长时间操作的进度条的背景色。",
"editorBackground": "编辑器背景颜色。",
"editorForeground": "编辑器默认前景色。",
"editorWidgetBackground": "编辑器组件(如查找/替换)背景颜色。",
"editorWidgetBorder": "编辑器小部件的边框颜色。此颜色仅在小部件有边框且不被小部件重写时适用。",
+ "editorSelectionBackground": "编辑器所选内容的颜色。",
+ "editorSelectionForeground": "用以彰显高对比度的所选文本的颜色。",
"editorInactiveSelection": "非活动编辑器中所选内容的颜色。",
"editorSelectionHighlight": "与所选内容具有相同内容的区域颜色。",
"editorFindMatch": "当前搜索匹配项的颜色。",