@codingame/monaco-vscode-api 13.0.0 → 13.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/extensions.d.ts +1 -0
- package/package.json +8 -332
- package/services.d.ts +5 -0
- package/services.js +4 -0
- package/vscode/src/vs/base/browser/dom.d.ts +1 -1
- package/vscode/src/vs/base/common/observableInternal/index.js +8 -0
- package/vscode/src/vs/editor/browser/gpu/gpuUtils.d.ts +1 -1
- package/vscode/src/vs/editor/common/tokens/contiguousTokensEditing.d.ts +1 -1
- package/vscode/src/vs/editor/contrib/snippet/browser/snippetParser.d.ts +1 -1
- package/vscode/src/vs/editor/contrib/snippet/browser/snippetSession.d.ts +1 -1
- package/vscode/src/vs/platform/accessibilitySignal/browser/accessibilitySignalService.service.d.ts +1 -1
- package/vscode/src/vs/platform/contextview/browser/contextView.service.d.ts +4 -5
- package/vscode/src/vs/platform/diagnostics/common/diagnostics.service.d.ts +1 -1
- package/vscode/src/vs/platform/dialogs/common/dialogs.service.d.ts +2 -3
- package/vscode/src/vs/platform/environment/common/environment.service.d.ts +1 -1
- package/vscode/src/vs/platform/extensionManagement/common/extensionManagement.service.d.ts +4 -6
- package/vscode/src/vs/platform/extensionManagement/common/extensionStorage.service.d.ts +1 -1
- package/vscode/src/vs/platform/extensionManagement/common/extensionsProfileScannerService.service.d.ts +1 -1
- package/vscode/src/vs/platform/extensionManagement/common/extensionsScannerService.service.d.ts +2 -2
- package/vscode/src/vs/platform/extensions/common/extensions.d.ts +1 -0
- package/vscode/src/vs/platform/hover/browser/hover.d.ts +1 -1
- package/vscode/src/vs/platform/hover/browser/hover.service.d.ts +1 -1
- package/vscode/src/vs/platform/instantiation/common/extensions.d.ts +1 -0
- package/vscode/src/vs/platform/keybinding/common/keybinding.service.d.ts +2 -2
- package/vscode/src/vs/platform/keyboardLayout/common/keyboardLayout.service.d.ts +1 -1
- package/vscode/src/vs/platform/label/common/label.service.d.ts +1 -1
- package/vscode/src/vs/platform/log/common/log.d.ts +1 -2
- package/vscode/src/vs/platform/log/common/log.service.d.ts +3 -3
- package/vscode/src/vs/platform/progress/common/progress.service.d.ts +1 -2
- package/vscode/src/vs/platform/request/common/request.service.d.ts +1 -1
- package/vscode/src/vs/platform/sign/common/sign.service.d.ts +1 -1
- package/vscode/src/vs/platform/telemetry/common/commonProperties.js +15 -0
- package/vscode/src/vs/platform/telemetry/common/telemetry.js +4 -1
- package/vscode/src/vs/platform/telemetry/common/telemetry.service.d.ts +2 -3
- package/vscode/src/vs/platform/telemetry/common/telemetryUtils.js +82 -6
- package/vscode/src/vs/platform/terminal/common/terminal.service.d.ts +4 -5
- package/vscode/src/vs/platform/theme/common/colorUtils.js +2 -2
- package/vscode/src/vs/platform/theme/common/colors/baseColors.js +17 -17
- package/vscode/src/vs/platform/theme/common/colors/chartsColors.js +8 -8
- package/vscode/src/vs/platform/theme/common/colors/editorColors.js +94 -94
- package/vscode/src/vs/platform/theme/common/colors/inputColors.js +45 -45
- package/vscode/src/vs/platform/theme/common/colors/listColors.js +36 -36
- package/vscode/src/vs/platform/theme/common/colors/menuColors.js +7 -7
- package/vscode/src/vs/platform/theme/common/colors/minimapColors.js +11 -11
- package/vscode/src/vs/platform/theme/common/colors/miscColors.js +15 -15
- package/vscode/src/vs/platform/theme/common/colors/quickpickColors.js +9 -9
- package/vscode/src/vs/platform/theme/common/colors/searchColors.js +3 -3
- package/vscode/src/vs/platform/theme/common/iconRegistry.js +5 -5
- package/vscode/src/vs/platform/undoRedo/common/undoRedoService.js +20 -20
- package/vscode/src/vs/platform/uriIdentity/common/uriIdentity.service.d.ts +1 -1
- package/vscode/src/vs/platform/url/common/url.service.d.ts +1 -1
- package/vscode/src/vs/platform/userDataProfile/common/userDataProfile.js +1 -1
- package/vscode/src/vs/platform/userDataProfile/common/userDataProfileStorageService.service.d.ts +1 -1
- package/vscode/src/vs/platform/userDataSync/common/userDataSync.js +5 -5
- package/vscode/src/vs/platform/userDataSync/common/userDataSync.service.d.ts +8 -8
- package/vscode/src/vs/platform/workspace/common/editSessions.service.d.ts +1 -1
- package/vscode/src/vs/platform/workspace/common/workspace.js +1 -1
- package/vscode/src/vs/platform/workspace/common/workspaceTrust.service.d.ts +4 -5
- package/vscode/src/vs/workbench/api/common/extHost.protocol.d.ts +1 -1
- package/vscode/src/vs/workbench/api/common/extHostDiagnostics.js +1 -1
- package/vscode/src/vs/workbench/api/common/extHostExtensionService.js +2 -2
- package/vscode/src/vs/workbench/api/common/extHostLanguageFeatures.js +2 -2
- package/vscode/src/vs/workbench/api/common/extHostLanguageModels.js +1 -1
- package/vscode/src/vs/workbench/api/common/extHostLogService.js +1 -1
- package/vscode/src/vs/workbench/api/common/extHostNotebook.js +2 -2
- package/vscode/src/vs/workbench/api/common/extHostStatusBar.js +2 -2
- package/vscode/src/vs/workbench/api/common/extHostTelemetry.js +1 -1
- package/vscode/src/vs/workbench/api/common/extHostTerminalService.js +1 -1
- package/vscode/src/vs/workbench/api/common/extHostTesting.d.ts +1 -1
- package/vscode/src/vs/workbench/api/common/extHostTreeViews.js +1 -1
- package/vscode/src/vs/workbench/api/common/extHostTunnelService.js +2 -2
- package/vscode/src/vs/workbench/api/common/extHostWorkspace.js +1 -1
- package/vscode/src/vs/workbench/api/common/jsonValidationExtensionPoint.js +12 -12
- package/vscode/src/vs/workbench/browser/actions/developerActions.js +31 -31
- package/vscode/src/vs/workbench/browser/actions/textInputActions.js +6 -6
- package/vscode/src/vs/workbench/common/configuration.js +10 -10
- package/vscode/src/vs/workbench/common/contextkeys.js +70 -70
- package/vscode/src/vs/workbench/common/editor.js +4 -4
- package/vscode/src/vs/workbench/common/theme.js +158 -158
- package/vscode/src/vs/workbench/common/views.js +4 -4
- package/vscode/src/vs/workbench/contrib/accessibility/browser/accessibilityConfiguration.js +137 -137
- package/vscode/src/vs/workbench/contrib/accessibility/browser/accessibleViewActions.js +12 -12
- package/vscode/src/vs/workbench/contrib/chat/browser/chat.service.d.ts +3 -5
- package/vscode/src/vs/workbench/contrib/chat/common/chatAgents.d.ts +1 -2
- package/vscode/src/vs/workbench/contrib/chat/common/chatCodeMapperService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/chat/common/chatContextKeys.js +24 -24
- package/vscode/src/vs/workbench/contrib/chat/common/chatEditingService.js +1 -1
- package/vscode/src/vs/workbench/contrib/chat/common/chatEditingService.service.d.ts +2 -2
- package/vscode/src/vs/workbench/contrib/chat/common/chatService.js +2 -1
- package/vscode/src/vs/workbench/contrib/chat/common/chatService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/chat/common/chatSlashCommands.service.d.ts +2 -2
- package/vscode/src/vs/workbench/contrib/chat/common/chatVariables.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/chat/common/languageModels.js +6 -6
- package/vscode/src/vs/workbench/contrib/codeActions/browser/codeActionsContribution.js +13 -13
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/dictation/editorDictation.js +4 -4
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/diffEditorAccessibilityHelp.js +5 -5
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/diffEditorHelper.js +3 -3
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/largeFileOptimizations.js +3 -3
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/saveParticipants.js +4 -4
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleMinimap.js +2 -2
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleMultiCursorModifier.js +4 -4
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleRenderControlCharacter.js +2 -2
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleRenderWhitespace.js +2 -2
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleWordWrap.js +5 -5
- package/vscode/src/vs/workbench/contrib/comments/browser/commentService.service.d.ts +3 -3
- package/vscode/src/vs/workbench/contrib/comments/browser/commentsAccessibility.js +12 -12
- package/vscode/src/vs/workbench/contrib/comments/common/commentContextKeys.js +10 -10
- package/vscode/src/vs/workbench/contrib/debug/common/abstractDebugAdapter.js +1 -1
- package/vscode/src/vs/workbench/contrib/debug/common/debug.js +64 -64
- package/vscode/src/vs/workbench/contrib/debug/common/debug.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/debug/common/debugVisualizers.service.d.ts +2 -2
- package/vscode/src/vs/workbench/contrib/editSessions/common/editSessions.service.d.ts +3 -3
- package/vscode/src/vs/workbench/contrib/extensions/common/extensions.service.d.ts +6 -6
- package/vscode/src/vs/workbench/contrib/files/browser/fileConstants.js +6 -6
- package/vscode/src/vs/workbench/contrib/files/browser/files.service.d.ts +3 -3
- package/vscode/src/vs/workbench/contrib/folding/browser/folding.contribution.js +3 -3
- package/vscode/src/vs/workbench/contrib/format/browser/formatActionsMultiple.js +20 -20
- package/vscode/src/vs/workbench/contrib/format/browser/formatActionsNone.js +4 -4
- package/vscode/src/vs/workbench/contrib/format/browser/formatModified.js +1 -1
- package/vscode/src/vs/workbench/contrib/inlayHints/browser/inlayHintsAccessibilty.js +4 -4
- package/vscode/src/vs/workbench/contrib/list/browser/listResizeColumnAction.js +2 -2
- package/vscode/src/vs/workbench/contrib/list/browser/tableColumnResizeQuickPick.js +5 -5
- package/vscode/src/vs/workbench/contrib/logs/common/defaultLogLevels.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/chatEdit/notebookOriginalCellModelFactory.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/browser/services/notebookEditorService.service.d.ts +5 -5
- package/vscode/src/vs/workbench/contrib/notebook/common/notebookCellStatusBarService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/common/notebookCommon.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/common/notebookEditorModelResolverService.service.d.ts +3 -3
- package/vscode/src/vs/workbench/contrib/notebook/common/notebookExecutionService.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/common/notebookExecutionStateService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/common/notebookService.service.d.ts +7 -7
- package/vscode/src/vs/workbench/contrib/output/common/outputChannelModelService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/scm/browser/diff.service.d.ts +2 -2
- package/vscode/src/vs/workbench/contrib/scm/browser/dirtyDiffSwitcher.js +2 -2
- package/vscode/src/vs/workbench/contrib/scm/browser/dirtydiffDecorator.js +23 -23
- package/vscode/src/vs/workbench/contrib/scm/common/quickDiff.service.d.ts +2 -2
- package/vscode/src/vs/workbench/contrib/scm/common/scm.service.d.ts +3 -4
- package/vscode/src/vs/workbench/contrib/search/browser/replace.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/snippets/browser/snippetCompletionProvider.js +3 -3
- package/vscode/src/vs/workbench/contrib/snippets/browser/snippets.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/snippets/browser/snippetsFile.js +3 -3
- package/vscode/src/vs/workbench/contrib/snippets/browser/snippetsService.js +9 -9
- package/vscode/src/vs/workbench/contrib/speech/common/speechService.js +29 -29
- package/vscode/src/vs/workbench/contrib/tags/common/workspaceTags.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/tasks/common/taskDefinitionRegistry.js +5 -5
- package/vscode/src/vs/workbench/contrib/tasks/common/taskService.service.d.ts +3 -3
- package/vscode/src/vs/workbench/contrib/tasks/common/tasks.js +3 -3
- package/vscode/src/vs/workbench/contrib/terminal/browser/terminal.service.d.ts +10 -11
- package/vscode/src/vs/workbench/contrib/terminal/common/terminal.service.d.ts +4 -5
- package/vscode/src/vs/workbench/contrib/terminalContrib/links/browser/links.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/testing/common/constants.js +11 -11
- package/vscode/src/vs/workbench/contrib/testing/common/testCoverageService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/testing/common/testExplorerFilterState.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/testing/common/testProfileService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/testing/common/testResultService.service.d.ts +2 -2
- package/vscode/src/vs/workbench/contrib/testing/common/testService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/testing/common/testTypes.js +3 -3
- package/vscode/src/vs/workbench/contrib/testing/common/testingDecorations.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/testing/common/testingPeekOpener.service.d.ts +2 -2
- package/vscode/src/vs/workbench/contrib/timeline/common/timeline.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/webview/browser/webview.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewWorkbenchService.service.d.ts +3 -3
- package/vscode/src/vs/workbench/services/configurationResolver/common/configurationResolver.service.d.ts +2 -2
- package/vscode/src/vs/workbench/services/configurationResolver/common/variableResolver.js +15 -15
- package/vscode/src/vs/workbench/services/decorations/common/decorations.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/editor/common/editorGroupsService.service.d.ts +2 -2
- package/vscode/src/vs/workbench/services/editor/common/editorPaneService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/editor/common/editorResolverService.js +1 -1
- package/vscode/src/vs/workbench/services/editor/common/editorResolverService.service.d.ts +2 -2
- package/vscode/src/vs/workbench/services/editor/common/editorService.service.d.ts +6 -6
- package/vscode/src/vs/workbench/services/environment/common/environmentService.service.d.ts +2 -2
- package/vscode/src/vs/workbench/services/environment/common/environmentService.service.js +1 -1
- package/vscode/src/vs/workbench/services/extensionManagement/common/extensionFeatures.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/extensionManagement/common/extensionManagement.service.d.ts +5 -9
- package/vscode/src/vs/workbench/services/extensionManagement/common/extensionManagement.service.js +1 -1
- package/vscode/src/vs/workbench/services/extensionRecommendations/common/extensionRecommendations.service.d.ts +1 -2
- package/vscode/src/vs/workbench/services/extensions/common/extensionManifestPropertiesService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/extensions/common/extensions.d.ts +1 -0
- package/vscode/src/vs/workbench/services/extensions/common/extensions.service.d.ts +2 -2
- package/vscode/src/vs/workbench/services/extensions/common/extensionsRegistry.js +83 -83
- package/vscode/src/vs/workbench/services/files/common/elevatedFileService.service.d.ts +2 -2
- package/vscode/src/vs/workbench/services/filesConfiguration/common/filesConfigurationService.service.d.ts +3 -3
- package/vscode/src/vs/workbench/services/history/common/history.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/host/browser/host.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/language/common/languageService.js +28 -28
- package/vscode/src/vs/workbench/services/layout/browser/layoutService.service.d.ts +5 -4
- package/vscode/src/vs/workbench/services/panecomposite/browser/panecomposite.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/preferences/common/preferences.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/remote/common/remoteAgentService.service.d.ts +2 -2
- package/vscode/src/vs/workbench/services/remote/common/remoteExplorerService.js +8 -8
- package/vscode/src/vs/workbench/services/remote/common/remoteExplorerService.service.d.ts +3 -3
- package/vscode/src/vs/workbench/services/remote/common/tunnelModel.js +6 -6
- package/vscode/src/vs/workbench/services/search/common/queryBuilder.js +1 -1
- package/vscode/src/vs/workbench/services/statusbar/browser/statusbar.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/textMate/browser/textMateTokenizationFeature.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/textfile/common/textEditorService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/textfile/common/textfiles.service.d.ts +4 -4
- package/vscode/src/vs/workbench/services/themes/common/colorExtensionPoint.js +22 -22
- package/vscode/src/vs/workbench/services/themes/common/iconExtensionPoint.js +14 -14
- package/vscode/src/vs/workbench/services/themes/common/productIconThemeSchema.js +8 -8
- package/vscode/src/vs/workbench/services/title/browser/titleService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/userDataProfile/common/userDataProfile.service.d.ts +4 -6
- package/vscode/src/vs/workbench/services/userDataSync/common/userDataSync.js +11 -11
- package/vscode/src/vs/workbench/services/userDataSync/common/userDataSync.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/views/common/viewsService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyBackup.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyEditorService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyFileService.service.d.ts +3 -3
- package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyHistory.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/workspaces/common/workspaceEditing.service.d.ts +1 -1
|
@@ -27,11 +27,11 @@ function WORKBENCH_BACKGROUND(theme) {
|
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
const TAB_ACTIVE_BACKGROUND = registerColor('tab.activeBackground', editorBackground, ( localize(
|
|
30
|
-
|
|
30
|
+
3724,
|
|
31
31
|
"Active tab background color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."
|
|
32
32
|
)));
|
|
33
33
|
const TAB_UNFOCUSED_ACTIVE_BACKGROUND = registerColor('tab.unfocusedActiveBackground', TAB_ACTIVE_BACKGROUND, ( localize(
|
|
34
|
-
|
|
34
|
+
3725,
|
|
35
35
|
"Active tab background color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."
|
|
36
36
|
)));
|
|
37
37
|
const TAB_INACTIVE_BACKGROUND = registerColor('tab.inactiveBackground', {
|
|
@@ -40,11 +40,11 @@ const TAB_INACTIVE_BACKGROUND = registerColor('tab.inactiveBackground', {
|
|
|
40
40
|
hcDark: null,
|
|
41
41
|
hcLight: null,
|
|
42
42
|
}, ( localize(
|
|
43
|
-
|
|
43
|
+
3726,
|
|
44
44
|
"Inactive tab background color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."
|
|
45
45
|
)));
|
|
46
46
|
const TAB_UNFOCUSED_INACTIVE_BACKGROUND = registerColor('tab.unfocusedInactiveBackground', TAB_INACTIVE_BACKGROUND, ( localize(
|
|
47
|
-
|
|
47
|
+
3727,
|
|
48
48
|
"Inactive tab background color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."
|
|
49
49
|
)));
|
|
50
50
|
const TAB_ACTIVE_FOREGROUND = registerColor('tab.activeForeground', {
|
|
@@ -53,7 +53,7 @@ const TAB_ACTIVE_FOREGROUND = registerColor('tab.activeForeground', {
|
|
|
53
53
|
hcDark: Color.white,
|
|
54
54
|
hcLight: '#292929'
|
|
55
55
|
}, ( localize(
|
|
56
|
-
|
|
56
|
+
3728,
|
|
57
57
|
"Active tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."
|
|
58
58
|
)));
|
|
59
59
|
const TAB_INACTIVE_FOREGROUND = registerColor('tab.inactiveForeground', {
|
|
@@ -62,7 +62,7 @@ const TAB_INACTIVE_FOREGROUND = registerColor('tab.inactiveForeground', {
|
|
|
62
62
|
hcDark: Color.white,
|
|
63
63
|
hcLight: '#292929'
|
|
64
64
|
}, ( localize(
|
|
65
|
-
|
|
65
|
+
3729,
|
|
66
66
|
"Inactive tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."
|
|
67
67
|
)));
|
|
68
68
|
const TAB_UNFOCUSED_ACTIVE_FOREGROUND = registerColor('tab.unfocusedActiveForeground', {
|
|
@@ -71,7 +71,7 @@ const TAB_UNFOCUSED_ACTIVE_FOREGROUND = registerColor('tab.unfocusedActiveForegr
|
|
|
71
71
|
hcDark: Color.white,
|
|
72
72
|
hcLight: '#292929'
|
|
73
73
|
}, ( localize(
|
|
74
|
-
|
|
74
|
+
3730,
|
|
75
75
|
"Active tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."
|
|
76
76
|
)));
|
|
77
77
|
registerColor('tab.unfocusedInactiveForeground', {
|
|
@@ -80,11 +80,11 @@ registerColor('tab.unfocusedInactiveForeground', {
|
|
|
80
80
|
hcDark: Color.white,
|
|
81
81
|
hcLight: '#292929'
|
|
82
82
|
}, ( localize(
|
|
83
|
-
|
|
83
|
+
3731,
|
|
84
84
|
"Inactive tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."
|
|
85
85
|
)));
|
|
86
86
|
const TAB_HOVER_BACKGROUND = registerColor('tab.hoverBackground', null, ( localize(
|
|
87
|
-
|
|
87
|
+
3732,
|
|
88
88
|
"Tab background color when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."
|
|
89
89
|
)));
|
|
90
90
|
const TAB_UNFOCUSED_HOVER_BACKGROUND = registerColor('tab.unfocusedHoverBackground', {
|
|
@@ -93,11 +93,11 @@ const TAB_UNFOCUSED_HOVER_BACKGROUND = registerColor('tab.unfocusedHoverBackgrou
|
|
|
93
93
|
hcDark: null,
|
|
94
94
|
hcLight: null
|
|
95
95
|
}, ( localize(
|
|
96
|
-
|
|
96
|
+
3733,
|
|
97
97
|
"Tab background color in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."
|
|
98
98
|
)));
|
|
99
99
|
const TAB_HOVER_FOREGROUND = registerColor('tab.hoverForeground', null, ( localize(
|
|
100
|
-
|
|
100
|
+
3734,
|
|
101
101
|
"Tab foreground color when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."
|
|
102
102
|
)));
|
|
103
103
|
const TAB_UNFOCUSED_HOVER_FOREGROUND = registerColor('tab.unfocusedHoverForeground', {
|
|
@@ -106,7 +106,7 @@ const TAB_UNFOCUSED_HOVER_FOREGROUND = registerColor('tab.unfocusedHoverForegrou
|
|
|
106
106
|
hcDark: null,
|
|
107
107
|
hcLight: null
|
|
108
108
|
}, ( localize(
|
|
109
|
-
|
|
109
|
+
3735,
|
|
110
110
|
"Tab foreground color in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."
|
|
111
111
|
)));
|
|
112
112
|
const TAB_BORDER = registerColor('tab.border', {
|
|
@@ -115,7 +115,7 @@ const TAB_BORDER = registerColor('tab.border', {
|
|
|
115
115
|
hcDark: contrastBorder,
|
|
116
116
|
hcLight: contrastBorder,
|
|
117
117
|
}, ( localize(
|
|
118
|
-
|
|
118
|
+
3736,
|
|
119
119
|
"Border to separate tabs from each other. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."
|
|
120
120
|
)));
|
|
121
121
|
const TAB_LAST_PINNED_BORDER = registerColor('tab.lastPinnedBorder', {
|
|
@@ -124,11 +124,11 @@ const TAB_LAST_PINNED_BORDER = registerColor('tab.lastPinnedBorder', {
|
|
|
124
124
|
hcDark: contrastBorder,
|
|
125
125
|
hcLight: contrastBorder
|
|
126
126
|
}, ( localize(
|
|
127
|
-
|
|
127
|
+
3737,
|
|
128
128
|
"Border to separate pinned tabs from other tabs. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."
|
|
129
129
|
)));
|
|
130
130
|
const TAB_ACTIVE_BORDER = registerColor('tab.activeBorder', null, ( localize(
|
|
131
|
-
|
|
131
|
+
3738,
|
|
132
132
|
"Border on the bottom of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."
|
|
133
133
|
)));
|
|
134
134
|
const TAB_UNFOCUSED_ACTIVE_BORDER = registerColor('tab.unfocusedActiveBorder', {
|
|
@@ -137,7 +137,7 @@ const TAB_UNFOCUSED_ACTIVE_BORDER = registerColor('tab.unfocusedActiveBorder', {
|
|
|
137
137
|
hcDark: null,
|
|
138
138
|
hcLight: null
|
|
139
139
|
}, ( localize(
|
|
140
|
-
|
|
140
|
+
3739,
|
|
141
141
|
"Border on the bottom of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."
|
|
142
142
|
)));
|
|
143
143
|
const TAB_ACTIVE_BORDER_TOP = registerColor('tab.activeBorderTop', {
|
|
@@ -146,7 +146,7 @@ const TAB_ACTIVE_BORDER_TOP = registerColor('tab.activeBorderTop', {
|
|
|
146
146
|
hcDark: null,
|
|
147
147
|
hcLight: '#B5200D'
|
|
148
148
|
}, ( localize(
|
|
149
|
-
|
|
149
|
+
3740,
|
|
150
150
|
"Border to the top of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."
|
|
151
151
|
)));
|
|
152
152
|
const TAB_UNFOCUSED_ACTIVE_BORDER_TOP = registerColor('tab.unfocusedActiveBorderTop', {
|
|
@@ -155,23 +155,23 @@ const TAB_UNFOCUSED_ACTIVE_BORDER_TOP = registerColor('tab.unfocusedActiveBorder
|
|
|
155
155
|
hcDark: null,
|
|
156
156
|
hcLight: '#B5200D'
|
|
157
157
|
}, ( localize(
|
|
158
|
-
|
|
158
|
+
3741,
|
|
159
159
|
"Border to the top of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."
|
|
160
160
|
)));
|
|
161
161
|
const TAB_SELECTED_BORDER_TOP = registerColor('tab.selectedBorderTop', TAB_ACTIVE_BORDER_TOP, ( localize(
|
|
162
|
-
|
|
162
|
+
3742,
|
|
163
163
|
"Border to the top of a selected tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."
|
|
164
164
|
)));
|
|
165
165
|
registerColor('tab.selectedBackground', TAB_ACTIVE_BACKGROUND, ( localize(
|
|
166
|
-
|
|
166
|
+
3743,
|
|
167
167
|
"Background of a selected tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."
|
|
168
168
|
)));
|
|
169
169
|
registerColor('tab.selectedForeground', TAB_ACTIVE_FOREGROUND, ( localize(
|
|
170
|
-
|
|
170
|
+
3744,
|
|
171
171
|
"Foreground of a selected tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."
|
|
172
172
|
)));
|
|
173
173
|
const TAB_HOVER_BORDER = registerColor('tab.hoverBorder', null, ( localize(
|
|
174
|
-
|
|
174
|
+
3745,
|
|
175
175
|
"Border to highlight tabs when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."
|
|
176
176
|
)));
|
|
177
177
|
const TAB_UNFOCUSED_HOVER_BORDER = registerColor('tab.unfocusedHoverBorder', {
|
|
@@ -180,7 +180,7 @@ const TAB_UNFOCUSED_HOVER_BORDER = registerColor('tab.unfocusedHoverBorder', {
|
|
|
180
180
|
hcDark: null,
|
|
181
181
|
hcLight: contrastBorder
|
|
182
182
|
}, ( localize(
|
|
183
|
-
|
|
183
|
+
3746,
|
|
184
184
|
"Border to highlight tabs in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."
|
|
185
185
|
)));
|
|
186
186
|
registerColor('tab.dragAndDropBorder', {
|
|
@@ -189,7 +189,7 @@ registerColor('tab.dragAndDropBorder', {
|
|
|
189
189
|
hcDark: activeContrastBorder,
|
|
190
190
|
hcLight: activeContrastBorder
|
|
191
191
|
}, ( localize(
|
|
192
|
-
|
|
192
|
+
3747,
|
|
193
193
|
"Border between tabs to indicate that a tab can be inserted between two tabs. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."
|
|
194
194
|
)));
|
|
195
195
|
const TAB_ACTIVE_MODIFIED_BORDER = registerColor('tab.activeModifiedBorder', {
|
|
@@ -198,7 +198,7 @@ const TAB_ACTIVE_MODIFIED_BORDER = registerColor('tab.activeModifiedBorder', {
|
|
|
198
198
|
hcDark: null,
|
|
199
199
|
hcLight: contrastBorder
|
|
200
200
|
}, ( localize(
|
|
201
|
-
|
|
201
|
+
3748,
|
|
202
202
|
"Border on the top of modified active tabs in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."
|
|
203
203
|
)));
|
|
204
204
|
const TAB_INACTIVE_MODIFIED_BORDER = registerColor('tab.inactiveModifiedBorder', {
|
|
@@ -207,7 +207,7 @@ const TAB_INACTIVE_MODIFIED_BORDER = registerColor('tab.inactiveModifiedBorder',
|
|
|
207
207
|
hcDark: Color.white,
|
|
208
208
|
hcLight: contrastBorder
|
|
209
209
|
}, ( localize(
|
|
210
|
-
|
|
210
|
+
3749,
|
|
211
211
|
"Border on the top of modified inactive tabs in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."
|
|
212
212
|
)));
|
|
213
213
|
const TAB_UNFOCUSED_ACTIVE_MODIFIED_BORDER = registerColor('tab.unfocusedActiveModifiedBorder', {
|
|
@@ -216,7 +216,7 @@ const TAB_UNFOCUSED_ACTIVE_MODIFIED_BORDER = registerColor('tab.unfocusedActiveM
|
|
|
216
216
|
hcDark: Color.white,
|
|
217
217
|
hcLight: contrastBorder
|
|
218
218
|
}, ( localize(
|
|
219
|
-
|
|
219
|
+
3750,
|
|
220
220
|
"Border on the top of modified active tabs in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."
|
|
221
221
|
)));
|
|
222
222
|
const TAB_UNFOCUSED_INACTIVE_MODIFIED_BORDER = registerColor('tab.unfocusedInactiveModifiedBorder', {
|
|
@@ -225,15 +225,15 @@ const TAB_UNFOCUSED_INACTIVE_MODIFIED_BORDER = registerColor('tab.unfocusedInact
|
|
|
225
225
|
hcDark: Color.white,
|
|
226
226
|
hcLight: contrastBorder
|
|
227
227
|
}, ( localize(
|
|
228
|
-
|
|
228
|
+
3751,
|
|
229
229
|
"Border on the top of modified inactive tabs in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."
|
|
230
230
|
)));
|
|
231
231
|
const EDITOR_PANE_BACKGROUND = registerColor('editorPane.background', editorBackground, ( localize(
|
|
232
|
-
|
|
232
|
+
3752,
|
|
233
233
|
"Background color of the editor pane visible on the left and right side of the centered editor layout."
|
|
234
234
|
)));
|
|
235
235
|
const EDITOR_GROUP_EMPTY_BACKGROUND = registerColor('editorGroup.emptyBackground', null, ( localize(
|
|
236
|
-
|
|
236
|
+
3753,
|
|
237
237
|
"Background color of an empty editor group. Editor groups are the containers of editors."
|
|
238
238
|
)));
|
|
239
239
|
registerColor('editorGroup.focusedEmptyBorder', {
|
|
@@ -242,7 +242,7 @@ registerColor('editorGroup.focusedEmptyBorder', {
|
|
|
242
242
|
hcDark: focusBorder,
|
|
243
243
|
hcLight: focusBorder
|
|
244
244
|
}, ( localize(
|
|
245
|
-
|
|
245
|
+
3754,
|
|
246
246
|
"Border color of an empty editor group that is focused. Editor groups are the containers of editors."
|
|
247
247
|
)));
|
|
248
248
|
const EDITOR_GROUP_HEADER_TABS_BACKGROUND = registerColor('editorGroupHeader.tabsBackground', {
|
|
@@ -251,15 +251,15 @@ const EDITOR_GROUP_HEADER_TABS_BACKGROUND = registerColor('editorGroupHeader.tab
|
|
|
251
251
|
hcDark: null,
|
|
252
252
|
hcLight: null
|
|
253
253
|
}, ( localize(
|
|
254
|
-
|
|
254
|
+
3755,
|
|
255
255
|
"Background color of the editor group title header when tabs are enabled. Editor groups are the containers of editors."
|
|
256
256
|
)));
|
|
257
257
|
const EDITOR_GROUP_HEADER_TABS_BORDER = registerColor('editorGroupHeader.tabsBorder', null, ( localize(
|
|
258
|
-
|
|
258
|
+
3756,
|
|
259
259
|
"Border color of the editor group title header when tabs are enabled. Editor groups are the containers of editors."
|
|
260
260
|
)));
|
|
261
261
|
const EDITOR_GROUP_HEADER_NO_TABS_BACKGROUND = registerColor('editorGroupHeader.noTabsBackground', editorBackground, ( localize(
|
|
262
|
-
|
|
262
|
+
3757,
|
|
263
263
|
"Background color of the editor group title header when (`\"workbench.editor.showTabs\": \"single\"`). Editor groups are the containers of editors."
|
|
264
264
|
)));
|
|
265
265
|
const EDITOR_GROUP_HEADER_BORDER = registerColor('editorGroupHeader.border', {
|
|
@@ -268,7 +268,7 @@ const EDITOR_GROUP_HEADER_BORDER = registerColor('editorGroupHeader.border', {
|
|
|
268
268
|
hcDark: contrastBorder,
|
|
269
269
|
hcLight: contrastBorder
|
|
270
270
|
}, ( localize(
|
|
271
|
-
|
|
271
|
+
3758,
|
|
272
272
|
"Border color of the editor group title header. Editor groups are the containers of editors."
|
|
273
273
|
)));
|
|
274
274
|
const EDITOR_GROUP_BORDER = registerColor('editorGroup.border', {
|
|
@@ -277,7 +277,7 @@ const EDITOR_GROUP_BORDER = registerColor('editorGroup.border', {
|
|
|
277
277
|
hcDark: contrastBorder,
|
|
278
278
|
hcLight: contrastBorder
|
|
279
279
|
}, ( localize(
|
|
280
|
-
|
|
280
|
+
3759,
|
|
281
281
|
"Color to separate multiple editor groups from each other. Editor groups are the containers of editors."
|
|
282
282
|
)));
|
|
283
283
|
const EDITOR_DRAG_AND_DROP_BACKGROUND = registerColor('editorGroup.dropBackground', {
|
|
@@ -286,15 +286,15 @@ const EDITOR_DRAG_AND_DROP_BACKGROUND = registerColor('editorGroup.dropBackgroun
|
|
|
286
286
|
hcDark: null,
|
|
287
287
|
hcLight: ( ( Color.fromHex('#0F4A85')).transparent(0.50))
|
|
288
288
|
}, ( localize(
|
|
289
|
-
|
|
289
|
+
3760,
|
|
290
290
|
"Background color when dragging editors around. The color should have transparency so that the editor contents can still shine through."
|
|
291
291
|
)));
|
|
292
292
|
const EDITOR_DROP_INTO_PROMPT_FOREGROUND = registerColor('editorGroup.dropIntoPromptForeground', editorWidgetForeground, ( localize(
|
|
293
|
-
|
|
293
|
+
3761,
|
|
294
294
|
"Foreground color of text shown over editors when dragging files. This text informs the user that they can hold shift to drop into the editor."
|
|
295
295
|
)));
|
|
296
296
|
const EDITOR_DROP_INTO_PROMPT_BACKGROUND = registerColor('editorGroup.dropIntoPromptBackground', editorWidgetBackground, ( localize(
|
|
297
|
-
|
|
297
|
+
3762,
|
|
298
298
|
"Background color of text shown over editors when dragging files. This text informs the user that they can hold shift to drop into the editor."
|
|
299
299
|
)));
|
|
300
300
|
const EDITOR_DROP_INTO_PROMPT_BORDER = registerColor('editorGroup.dropIntoPromptBorder', {
|
|
@@ -303,19 +303,19 @@ const EDITOR_DROP_INTO_PROMPT_BORDER = registerColor('editorGroup.dropIntoPrompt
|
|
|
303
303
|
hcDark: contrastBorder,
|
|
304
304
|
hcLight: contrastBorder
|
|
305
305
|
}, ( localize(
|
|
306
|
-
|
|
306
|
+
3763,
|
|
307
307
|
"Border color of text shown over editors when dragging files. This text informs the user that they can hold shift to drop into the editor."
|
|
308
308
|
)));
|
|
309
309
|
const SIDE_BY_SIDE_EDITOR_HORIZONTAL_BORDER = registerColor('sideBySideEditor.horizontalBorder', EDITOR_GROUP_BORDER, ( localize(
|
|
310
|
-
|
|
310
|
+
3764,
|
|
311
311
|
"Color to separate two editors from each other when shown side by side in an editor group from top to bottom."
|
|
312
312
|
)));
|
|
313
313
|
const SIDE_BY_SIDE_EDITOR_VERTICAL_BORDER = registerColor('sideBySideEditor.verticalBorder', EDITOR_GROUP_BORDER, ( localize(
|
|
314
|
-
|
|
314
|
+
3765,
|
|
315
315
|
"Color to separate two editors from each other when shown side by side in an editor group from left to right."
|
|
316
316
|
)));
|
|
317
317
|
const PANEL_BACKGROUND = registerColor('panel.background', editorBackground, ( localize(
|
|
318
|
-
|
|
318
|
+
3766,
|
|
319
319
|
"Panel background color. Panels are shown below the editor area and contain views like output and integrated terminal."
|
|
320
320
|
)));
|
|
321
321
|
const PANEL_BORDER = registerColor('panel.border', {
|
|
@@ -324,7 +324,7 @@ const PANEL_BORDER = registerColor('panel.border', {
|
|
|
324
324
|
hcDark: contrastBorder,
|
|
325
325
|
hcLight: contrastBorder
|
|
326
326
|
}, ( localize(
|
|
327
|
-
|
|
327
|
+
3767,
|
|
328
328
|
"Panel border color to separate the panel from the editor. Panels are shown below the editor area and contain views like output and integrated terminal."
|
|
329
329
|
)));
|
|
330
330
|
const PANEL_TITLE_BORDER = registerColor('panelTitle.border', {
|
|
@@ -333,7 +333,7 @@ const PANEL_TITLE_BORDER = registerColor('panelTitle.border', {
|
|
|
333
333
|
hcDark: PANEL_BORDER,
|
|
334
334
|
hcLight: PANEL_BORDER
|
|
335
335
|
}, ( localize(
|
|
336
|
-
|
|
336
|
+
3768,
|
|
337
337
|
"Panel title border color on the bottom, separating the title from the views. Panels are shown below the editor area and contain views like output and integrated terminal."
|
|
338
338
|
)));
|
|
339
339
|
const PANEL_ACTIVE_TITLE_FOREGROUND = registerColor('panelTitle.activeForeground', {
|
|
@@ -342,7 +342,7 @@ const PANEL_ACTIVE_TITLE_FOREGROUND = registerColor('panelTitle.activeForeground
|
|
|
342
342
|
hcDark: Color.white,
|
|
343
343
|
hcLight: editorForeground
|
|
344
344
|
}, ( localize(
|
|
345
|
-
|
|
345
|
+
3769,
|
|
346
346
|
"Title color for the active panel. Panels are shown below the editor area and contain views like output and integrated terminal."
|
|
347
347
|
)));
|
|
348
348
|
const PANEL_INACTIVE_TITLE_FOREGROUND = registerColor('panelTitle.inactiveForeground', {
|
|
@@ -351,7 +351,7 @@ const PANEL_INACTIVE_TITLE_FOREGROUND = registerColor('panelTitle.inactiveForegr
|
|
|
351
351
|
hcDark: Color.white,
|
|
352
352
|
hcLight: editorForeground
|
|
353
353
|
}, ( localize(
|
|
354
|
-
|
|
354
|
+
3770,
|
|
355
355
|
"Title color for the inactive panel. Panels are shown below the editor area and contain views like output and integrated terminal."
|
|
356
356
|
)));
|
|
357
357
|
const PANEL_ACTIVE_TITLE_BORDER = registerColor('panelTitle.activeBorder', {
|
|
@@ -360,7 +360,7 @@ const PANEL_ACTIVE_TITLE_BORDER = registerColor('panelTitle.activeBorder', {
|
|
|
360
360
|
hcDark: contrastBorder,
|
|
361
361
|
hcLight: '#B5200D'
|
|
362
362
|
}, ( localize(
|
|
363
|
-
|
|
363
|
+
3771,
|
|
364
364
|
"Border color for the active panel title. Panels are shown below the editor area and contain views like output and integrated terminal."
|
|
365
365
|
)));
|
|
366
366
|
registerColor('panelInput.border', {
|
|
@@ -368,13 +368,13 @@ registerColor('panelInput.border', {
|
|
|
368
368
|
light: ( Color.fromHex('#ddd')),
|
|
369
369
|
hcDark: inputBorder,
|
|
370
370
|
hcLight: inputBorder
|
|
371
|
-
}, ( localize(
|
|
371
|
+
}, ( localize(3772, "Input box border for inputs in the panel.")));
|
|
372
372
|
const PANEL_DRAG_AND_DROP_BORDER = registerColor('panel.dropBorder', PANEL_ACTIVE_TITLE_FOREGROUND, ( localize(
|
|
373
|
-
|
|
373
|
+
3773,
|
|
374
374
|
"Drag and drop feedback color for the panel titles. Panels are shown below the editor area and contain views like output and integrated terminal."
|
|
375
375
|
)));
|
|
376
376
|
const PANEL_SECTION_DRAG_AND_DROP_BACKGROUND = registerColor('panelSection.dropBackground', EDITOR_DRAG_AND_DROP_BACKGROUND, ( localize(
|
|
377
|
-
|
|
377
|
+
3774,
|
|
378
378
|
"Drag and drop feedback color for the panel sections. The color should have transparency so that the panel sections can still shine through. Panels are shown below the editor area and contain views like output and integrated terminal. Panel sections are views nested within the panels."
|
|
379
379
|
)));
|
|
380
380
|
const PANEL_SECTION_HEADER_BACKGROUND = registerColor('panelSectionHeader.background', {
|
|
@@ -383,41 +383,41 @@ const PANEL_SECTION_HEADER_BACKGROUND = registerColor('panelSectionHeader.backgr
|
|
|
383
383
|
hcDark: null,
|
|
384
384
|
hcLight: null,
|
|
385
385
|
}, ( localize(
|
|
386
|
-
|
|
386
|
+
3775,
|
|
387
387
|
"Panel section header background color. Panels are shown below the editor area and contain views like output and integrated terminal. Panel sections are views nested within the panels."
|
|
388
388
|
)));
|
|
389
389
|
const PANEL_SECTION_HEADER_FOREGROUND = registerColor('panelSectionHeader.foreground', null, ( localize(
|
|
390
|
-
|
|
390
|
+
3776,
|
|
391
391
|
"Panel section header foreground color. Panels are shown below the editor area and contain views like output and integrated terminal. Panel sections are views nested within the panels."
|
|
392
392
|
)));
|
|
393
393
|
const PANEL_SECTION_HEADER_BORDER = registerColor('panelSectionHeader.border', contrastBorder, ( localize(
|
|
394
|
-
|
|
394
|
+
3777,
|
|
395
395
|
"Panel section header border color used when multiple views are stacked vertically in the panel. Panels are shown below the editor area and contain views like output and integrated terminal. Panel sections are views nested within the panels."
|
|
396
396
|
)));
|
|
397
397
|
const PANEL_SECTION_BORDER = registerColor('panelSection.border', PANEL_BORDER, ( localize(
|
|
398
|
-
|
|
398
|
+
3778,
|
|
399
399
|
"Panel section border color used when multiple views are stacked horizontally in the panel. Panels are shown below the editor area and contain views like output and integrated terminal. Panel sections are views nested within the panels."
|
|
400
400
|
)));
|
|
401
|
-
const PANEL_STICKY_SCROLL_BACKGROUND = registerColor('panelStickyScroll.background', PANEL_BACKGROUND, ( localize(
|
|
402
|
-
const PANEL_STICKY_SCROLL_BORDER = registerColor('panelStickyScroll.border', null, ( localize(
|
|
403
|
-
const PANEL_STICKY_SCROLL_SHADOW = registerColor('panelStickyScroll.shadow', scrollbarShadow, ( localize(
|
|
404
|
-
const OUTPUT_VIEW_BACKGROUND = registerColor('outputView.background', null, ( localize(
|
|
405
|
-
registerColor('outputViewStickyScroll.background', OUTPUT_VIEW_BACKGROUND, ( localize(
|
|
401
|
+
const PANEL_STICKY_SCROLL_BACKGROUND = registerColor('panelStickyScroll.background', PANEL_BACKGROUND, ( localize(3779, "Background color of sticky scroll in the panel.")));
|
|
402
|
+
const PANEL_STICKY_SCROLL_BORDER = registerColor('panelStickyScroll.border', null, ( localize(3780, "Border color of sticky scroll in the panel.")));
|
|
403
|
+
const PANEL_STICKY_SCROLL_SHADOW = registerColor('panelStickyScroll.shadow', scrollbarShadow, ( localize(3781, "Shadow color of sticky scroll in the panel.")));
|
|
404
|
+
const OUTPUT_VIEW_BACKGROUND = registerColor('outputView.background', null, ( localize(3782, "Output view background color.")));
|
|
405
|
+
registerColor('outputViewStickyScroll.background', OUTPUT_VIEW_BACKGROUND, ( localize(3783, "Output view sticky scroll background color.")));
|
|
406
406
|
registerColor('banner.background', {
|
|
407
407
|
dark: listActiveSelectionBackground,
|
|
408
408
|
light: ( darken(listActiveSelectionBackground, 0.3)),
|
|
409
409
|
hcDark: listActiveSelectionBackground,
|
|
410
410
|
hcLight: listActiveSelectionBackground
|
|
411
411
|
}, ( localize(
|
|
412
|
-
|
|
412
|
+
3784,
|
|
413
413
|
"Banner background color. The banner is shown under the title bar of the window."
|
|
414
414
|
)));
|
|
415
415
|
registerColor('banner.foreground', listActiveSelectionForeground, ( localize(
|
|
416
|
-
|
|
416
|
+
3785,
|
|
417
417
|
"Banner foreground color. The banner is shown under the title bar of the window."
|
|
418
418
|
)));
|
|
419
419
|
registerColor('banner.iconForeground', editorInfoForeground, ( localize(
|
|
420
|
-
|
|
420
|
+
3786,
|
|
421
421
|
"Banner icon color. The banner is shown under the title bar of the window."
|
|
422
422
|
)));
|
|
423
423
|
const STATUS_BAR_FOREGROUND = registerColor('statusBar.foreground', {
|
|
@@ -426,11 +426,11 @@ const STATUS_BAR_FOREGROUND = registerColor('statusBar.foreground', {
|
|
|
426
426
|
hcDark: '#FFFFFF',
|
|
427
427
|
hcLight: editorForeground
|
|
428
428
|
}, ( localize(
|
|
429
|
-
|
|
429
|
+
3787,
|
|
430
430
|
"Status bar foreground color when a workspace or folder is opened. The status bar is shown in the bottom of the window."
|
|
431
431
|
)));
|
|
432
432
|
const STATUS_BAR_NO_FOLDER_FOREGROUND = registerColor('statusBar.noFolderForeground', STATUS_BAR_FOREGROUND, ( localize(
|
|
433
|
-
|
|
433
|
+
3788,
|
|
434
434
|
"Status bar foreground color when no folder is opened. The status bar is shown in the bottom of the window."
|
|
435
435
|
)));
|
|
436
436
|
const STATUS_BAR_BACKGROUND = registerColor('statusBar.background', {
|
|
@@ -439,7 +439,7 @@ const STATUS_BAR_BACKGROUND = registerColor('statusBar.background', {
|
|
|
439
439
|
hcDark: null,
|
|
440
440
|
hcLight: null,
|
|
441
441
|
}, ( localize(
|
|
442
|
-
|
|
442
|
+
3789,
|
|
443
443
|
"Status bar background color when a workspace or folder is opened. The status bar is shown in the bottom of the window."
|
|
444
444
|
)));
|
|
445
445
|
const STATUS_BAR_NO_FOLDER_BACKGROUND = registerColor('statusBar.noFolderBackground', {
|
|
@@ -448,7 +448,7 @@ const STATUS_BAR_NO_FOLDER_BACKGROUND = registerColor('statusBar.noFolderBackgro
|
|
|
448
448
|
hcDark: null,
|
|
449
449
|
hcLight: null,
|
|
450
450
|
}, ( localize(
|
|
451
|
-
|
|
451
|
+
3790,
|
|
452
452
|
"Status bar background color when no folder is opened. The status bar is shown in the bottom of the window."
|
|
453
453
|
)));
|
|
454
454
|
const STATUS_BAR_BORDER = registerColor('statusBar.border', {
|
|
@@ -457,7 +457,7 @@ const STATUS_BAR_BORDER = registerColor('statusBar.border', {
|
|
|
457
457
|
hcDark: contrastBorder,
|
|
458
458
|
hcLight: contrastBorder
|
|
459
459
|
}, ( localize(
|
|
460
|
-
|
|
460
|
+
3791,
|
|
461
461
|
"Status bar border color separating to the sidebar and editor. The status bar is shown in the bottom of the window."
|
|
462
462
|
)));
|
|
463
463
|
const STATUS_BAR_FOCUS_BORDER = registerColor('statusBar.focusBorder', {
|
|
@@ -466,11 +466,11 @@ const STATUS_BAR_FOCUS_BORDER = registerColor('statusBar.focusBorder', {
|
|
|
466
466
|
hcDark: null,
|
|
467
467
|
hcLight: STATUS_BAR_FOREGROUND
|
|
468
468
|
}, ( localize(
|
|
469
|
-
|
|
469
|
+
3792,
|
|
470
470
|
"Status bar border color when focused on keyboard navigation. The status bar is shown in the bottom of the window."
|
|
471
471
|
)));
|
|
472
472
|
const STATUS_BAR_NO_FOLDER_BORDER = registerColor('statusBar.noFolderBorder', STATUS_BAR_BORDER, ( localize(
|
|
473
|
-
|
|
473
|
+
3793,
|
|
474
474
|
"Status bar border color separating to the sidebar and editor when no folder is opened. The status bar is shown in the bottom of the window."
|
|
475
475
|
)));
|
|
476
476
|
registerColor('statusBarItem.activeBackground', {
|
|
@@ -479,7 +479,7 @@ registerColor('statusBarItem.activeBackground', {
|
|
|
479
479
|
hcDark: ( Color.white.transparent(0.18)),
|
|
480
480
|
hcLight: ( Color.black.transparent(0.18))
|
|
481
481
|
}, ( localize(
|
|
482
|
-
|
|
482
|
+
3794,
|
|
483
483
|
"Status bar item background color when clicking. The status bar is shown in the bottom of the window."
|
|
484
484
|
)));
|
|
485
485
|
const STATUS_BAR_ITEM_FOCUS_BORDER = registerColor('statusBarItem.focusBorder', {
|
|
@@ -488,7 +488,7 @@ const STATUS_BAR_ITEM_FOCUS_BORDER = registerColor('statusBarItem.focusBorder',
|
|
|
488
488
|
hcDark: null,
|
|
489
489
|
hcLight: activeContrastBorder
|
|
490
490
|
}, ( localize(
|
|
491
|
-
|
|
491
|
+
3795,
|
|
492
492
|
"Status bar item border color when focused on keyboard navigation. The status bar is shown in the bottom of the window."
|
|
493
493
|
)));
|
|
494
494
|
const STATUS_BAR_ITEM_HOVER_BACKGROUND = registerColor('statusBarItem.hoverBackground', {
|
|
@@ -497,11 +497,11 @@ const STATUS_BAR_ITEM_HOVER_BACKGROUND = registerColor('statusBarItem.hoverBackg
|
|
|
497
497
|
hcDark: ( Color.white.transparent(0.12)),
|
|
498
498
|
hcLight: ( Color.black.transparent(0.12))
|
|
499
499
|
}, ( localize(
|
|
500
|
-
|
|
500
|
+
3796,
|
|
501
501
|
"Status bar item background color when hovering. The status bar is shown in the bottom of the window."
|
|
502
502
|
)));
|
|
503
503
|
const STATUS_BAR_ITEM_HOVER_FOREGROUND = registerColor('statusBarItem.hoverForeground', STATUS_BAR_FOREGROUND, ( localize(
|
|
504
|
-
|
|
504
|
+
3797,
|
|
505
505
|
"Status bar item foreground color when hovering. The status bar is shown in the bottom of the window."
|
|
506
506
|
)));
|
|
507
507
|
const STATUS_BAR_ITEM_COMPACT_HOVER_BACKGROUND = registerColor('statusBarItem.compactHoverBackground', {
|
|
@@ -510,19 +510,19 @@ const STATUS_BAR_ITEM_COMPACT_HOVER_BACKGROUND = registerColor('statusBarItem.co
|
|
|
510
510
|
hcDark: ( Color.white.transparent(0.20)),
|
|
511
511
|
hcLight: ( Color.black.transparent(0.20))
|
|
512
512
|
}, ( localize(
|
|
513
|
-
|
|
513
|
+
3798,
|
|
514
514
|
"Status bar item background color when hovering an item that contains two hovers. The status bar is shown in the bottom of the window."
|
|
515
515
|
)));
|
|
516
516
|
registerColor('statusBarItem.prominentForeground', STATUS_BAR_FOREGROUND, ( localize(
|
|
517
|
-
|
|
517
|
+
3799,
|
|
518
518
|
"Status bar prominent items foreground color. Prominent items stand out from other status bar entries to indicate importance. The status bar is shown in the bottom of the window."
|
|
519
519
|
)));
|
|
520
520
|
registerColor('statusBarItem.prominentBackground', ( Color.black.transparent(0.5)), ( localize(
|
|
521
|
-
|
|
521
|
+
3800,
|
|
522
522
|
"Status bar prominent items background color. Prominent items stand out from other status bar entries to indicate importance. The status bar is shown in the bottom of the window."
|
|
523
523
|
)));
|
|
524
524
|
registerColor('statusBarItem.prominentHoverForeground', STATUS_BAR_ITEM_HOVER_FOREGROUND, ( localize(
|
|
525
|
-
|
|
525
|
+
3801,
|
|
526
526
|
"Status bar prominent items foreground color when hovering. Prominent items stand out from other status bar entries to indicate importance. The status bar is shown in the bottom of the window."
|
|
527
527
|
)));
|
|
528
528
|
registerColor('statusBarItem.prominentHoverBackground', {
|
|
@@ -531,7 +531,7 @@ registerColor('statusBarItem.prominentHoverBackground', {
|
|
|
531
531
|
hcDark: ( Color.black.transparent(0.3)),
|
|
532
532
|
hcLight: null
|
|
533
533
|
}, ( localize(
|
|
534
|
-
|
|
534
|
+
3802,
|
|
535
535
|
"Status bar prominent items background color when hovering. Prominent items stand out from other status bar entries to indicate importance. The status bar is shown in the bottom of the window."
|
|
536
536
|
)));
|
|
537
537
|
const STATUS_BAR_ERROR_ITEM_BACKGROUND = registerColor('statusBarItem.errorBackground', {
|
|
@@ -540,19 +540,19 @@ const STATUS_BAR_ERROR_ITEM_BACKGROUND = registerColor('statusBarItem.errorBackg
|
|
|
540
540
|
hcDark: null,
|
|
541
541
|
hcLight: '#B5200D'
|
|
542
542
|
}, ( localize(
|
|
543
|
-
|
|
543
|
+
3803,
|
|
544
544
|
"Status bar error items background color. Error items stand out from other status bar entries to indicate error conditions. The status bar is shown in the bottom of the window."
|
|
545
545
|
)));
|
|
546
546
|
registerColor('statusBarItem.errorForeground', Color.white, ( localize(
|
|
547
|
-
|
|
547
|
+
3804,
|
|
548
548
|
"Status bar error items foreground color. Error items stand out from other status bar entries to indicate error conditions. The status bar is shown in the bottom of the window."
|
|
549
549
|
)));
|
|
550
550
|
registerColor('statusBarItem.errorHoverForeground', STATUS_BAR_ITEM_HOVER_FOREGROUND, ( localize(
|
|
551
|
-
|
|
551
|
+
3805,
|
|
552
552
|
"Status bar error items foreground color when hovering. Error items stand out from other status bar entries to indicate error conditions. The status bar is shown in the bottom of the window."
|
|
553
553
|
)));
|
|
554
554
|
registerColor('statusBarItem.errorHoverBackground', STATUS_BAR_ITEM_HOVER_BACKGROUND, ( localize(
|
|
555
|
-
|
|
555
|
+
3806,
|
|
556
556
|
"Status bar error items background color when hovering. Error items stand out from other status bar entries to indicate error conditions. The status bar is shown in the bottom of the window."
|
|
557
557
|
)));
|
|
558
558
|
const STATUS_BAR_WARNING_ITEM_BACKGROUND = registerColor('statusBarItem.warningBackground', {
|
|
@@ -561,19 +561,19 @@ const STATUS_BAR_WARNING_ITEM_BACKGROUND = registerColor('statusBarItem.warningB
|
|
|
561
561
|
hcDark: null,
|
|
562
562
|
hcLight: '#895503'
|
|
563
563
|
}, ( localize(
|
|
564
|
-
|
|
564
|
+
3807,
|
|
565
565
|
"Status bar warning items background color. Warning items stand out from other status bar entries to indicate warning conditions. The status bar is shown in the bottom of the window."
|
|
566
566
|
)));
|
|
567
567
|
registerColor('statusBarItem.warningForeground', Color.white, ( localize(
|
|
568
|
-
|
|
568
|
+
3808,
|
|
569
569
|
"Status bar warning items foreground color. Warning items stand out from other status bar entries to indicate warning conditions. The status bar is shown in the bottom of the window."
|
|
570
570
|
)));
|
|
571
571
|
registerColor('statusBarItem.warningHoverForeground', STATUS_BAR_ITEM_HOVER_FOREGROUND, ( localize(
|
|
572
|
-
|
|
572
|
+
3809,
|
|
573
573
|
"Status bar warning items foreground color when hovering. Warning items stand out from other status bar entries to indicate warning conditions. The status bar is shown in the bottom of the window."
|
|
574
574
|
)));
|
|
575
575
|
registerColor('statusBarItem.warningHoverBackground', STATUS_BAR_ITEM_HOVER_BACKGROUND, ( localize(
|
|
576
|
-
|
|
576
|
+
3810,
|
|
577
577
|
"Status bar warning items background color when hovering. Warning items stand out from other status bar entries to indicate warning conditions. The status bar is shown in the bottom of the window."
|
|
578
578
|
)));
|
|
579
579
|
const ACTIVITY_BAR_BACKGROUND = registerColor('activityBar.background', {
|
|
@@ -582,7 +582,7 @@ const ACTIVITY_BAR_BACKGROUND = registerColor('activityBar.background', {
|
|
|
582
582
|
hcDark: '#000000',
|
|
583
583
|
hcLight: '#FFFFFF'
|
|
584
584
|
}, ( localize(
|
|
585
|
-
|
|
585
|
+
3811,
|
|
586
586
|
"Activity bar background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar."
|
|
587
587
|
)));
|
|
588
588
|
const ACTIVITY_BAR_FOREGROUND = registerColor('activityBar.foreground', {
|
|
@@ -591,7 +591,7 @@ const ACTIVITY_BAR_FOREGROUND = registerColor('activityBar.foreground', {
|
|
|
591
591
|
hcDark: Color.white,
|
|
592
592
|
hcLight: editorForeground
|
|
593
593
|
}, ( localize(
|
|
594
|
-
|
|
594
|
+
3812,
|
|
595
595
|
"Activity bar item foreground color when it is active. The activity bar is showing on the far left or right and allows to switch between views of the side bar."
|
|
596
596
|
)));
|
|
597
597
|
const ACTIVITY_BAR_INACTIVE_FOREGROUND = registerColor('activityBar.inactiveForeground', {
|
|
@@ -600,7 +600,7 @@ const ACTIVITY_BAR_INACTIVE_FOREGROUND = registerColor('activityBar.inactiveFore
|
|
|
600
600
|
hcDark: Color.white,
|
|
601
601
|
hcLight: editorForeground
|
|
602
602
|
}, ( localize(
|
|
603
|
-
|
|
603
|
+
3813,
|
|
604
604
|
"Activity bar item foreground color when it is inactive. The activity bar is showing on the far left or right and allows to switch between views of the side bar."
|
|
605
605
|
)));
|
|
606
606
|
const ACTIVITY_BAR_BORDER = registerColor('activityBar.border', {
|
|
@@ -609,7 +609,7 @@ const ACTIVITY_BAR_BORDER = registerColor('activityBar.border', {
|
|
|
609
609
|
hcDark: contrastBorder,
|
|
610
610
|
hcLight: contrastBorder
|
|
611
611
|
}, ( localize(
|
|
612
|
-
|
|
612
|
+
3814,
|
|
613
613
|
"Activity bar border color separating to the side bar. The activity bar is showing on the far left or right and allows to switch between views of the side bar."
|
|
614
614
|
)));
|
|
615
615
|
const ACTIVITY_BAR_ACTIVE_BORDER = registerColor('activityBar.activeBorder', {
|
|
@@ -618,7 +618,7 @@ const ACTIVITY_BAR_ACTIVE_BORDER = registerColor('activityBar.activeBorder', {
|
|
|
618
618
|
hcDark: contrastBorder,
|
|
619
619
|
hcLight: contrastBorder
|
|
620
620
|
}, ( localize(
|
|
621
|
-
|
|
621
|
+
3815,
|
|
622
622
|
"Activity bar border color for the active item. The activity bar is showing on the far left or right and allows to switch between views of the side bar."
|
|
623
623
|
)));
|
|
624
624
|
const ACTIVITY_BAR_ACTIVE_FOCUS_BORDER = registerColor('activityBar.activeFocusBorder', {
|
|
@@ -627,11 +627,11 @@ const ACTIVITY_BAR_ACTIVE_FOCUS_BORDER = registerColor('activityBar.activeFocusB
|
|
|
627
627
|
hcDark: null,
|
|
628
628
|
hcLight: '#B5200D'
|
|
629
629
|
}, ( localize(
|
|
630
|
-
|
|
630
|
+
3816,
|
|
631
631
|
"Activity bar focus border color for the active item. The activity bar is showing on the far left or right and allows to switch between views of the side bar."
|
|
632
632
|
)));
|
|
633
633
|
const ACTIVITY_BAR_ACTIVE_BACKGROUND = registerColor('activityBar.activeBackground', null, ( localize(
|
|
634
|
-
|
|
634
|
+
3817,
|
|
635
635
|
"Activity bar background color for the active item. The activity bar is showing on the far left or right and allows to switch between views of the side bar."
|
|
636
636
|
)));
|
|
637
637
|
const ACTIVITY_BAR_DRAG_AND_DROP_BORDER = registerColor('activityBar.dropBorder', {
|
|
@@ -640,7 +640,7 @@ const ACTIVITY_BAR_DRAG_AND_DROP_BORDER = registerColor('activityBar.dropBorder'
|
|
|
640
640
|
hcDark: null,
|
|
641
641
|
hcLight: null,
|
|
642
642
|
}, ( localize(
|
|
643
|
-
|
|
643
|
+
3818,
|
|
644
644
|
"Drag and drop feedback color for the activity bar items. The activity bar is showing on the far left or right and allows to switch between views of the side bar."
|
|
645
645
|
)));
|
|
646
646
|
const ACTIVITY_BAR_BADGE_BACKGROUND = registerColor('activityBarBadge.background', {
|
|
@@ -649,11 +649,11 @@ const ACTIVITY_BAR_BADGE_BACKGROUND = registerColor('activityBarBadge.background
|
|
|
649
649
|
hcDark: '#000000',
|
|
650
650
|
hcLight: '#0F4A85'
|
|
651
651
|
}, ( localize(
|
|
652
|
-
|
|
652
|
+
3819,
|
|
653
653
|
"Activity notification badge background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar."
|
|
654
654
|
)));
|
|
655
655
|
const ACTIVITY_BAR_BADGE_FOREGROUND = registerColor('activityBarBadge.foreground', Color.white, ( localize(
|
|
656
|
-
|
|
656
|
+
3820,
|
|
657
657
|
"Activity notification badge foreground color. The activity bar is showing on the far left or right and allows to switch between views of the side bar."
|
|
658
658
|
)));
|
|
659
659
|
const ACTIVITY_BAR_TOP_FOREGROUND = registerColor('activityBarTop.foreground', {
|
|
@@ -662,7 +662,7 @@ const ACTIVITY_BAR_TOP_FOREGROUND = registerColor('activityBarTop.foreground', {
|
|
|
662
662
|
hcDark: Color.white,
|
|
663
663
|
hcLight: editorForeground
|
|
664
664
|
}, ( localize(
|
|
665
|
-
|
|
665
|
+
3821,
|
|
666
666
|
"Active foreground color of the item in the Activity bar when it is on top / bottom. The activity allows to switch between views of the side bar."
|
|
667
667
|
)));
|
|
668
668
|
const ACTIVITY_BAR_TOP_ACTIVE_BORDER = registerColor('activityBarTop.activeBorder', {
|
|
@@ -671,11 +671,11 @@ const ACTIVITY_BAR_TOP_ACTIVE_BORDER = registerColor('activityBarTop.activeBorde
|
|
|
671
671
|
hcDark: contrastBorder,
|
|
672
672
|
hcLight: '#B5200D'
|
|
673
673
|
}, ( localize(
|
|
674
|
-
|
|
674
|
+
3822,
|
|
675
675
|
"Focus border color for the active item in the Activity bar when it is on top / bottom. The activity allows to switch between views of the side bar."
|
|
676
676
|
)));
|
|
677
677
|
registerColor('activityBarTop.activeBackground', null, ( localize(
|
|
678
|
-
|
|
678
|
+
3823,
|
|
679
679
|
"Background color for the active item in the Activity bar when it is on top / bottom. The activity allows to switch between views of the side bar."
|
|
680
680
|
)));
|
|
681
681
|
const ACTIVITY_BAR_TOP_INACTIVE_FOREGROUND = registerColor('activityBarTop.inactiveForeground', {
|
|
@@ -684,21 +684,21 @@ const ACTIVITY_BAR_TOP_INACTIVE_FOREGROUND = registerColor('activityBarTop.inact
|
|
|
684
684
|
hcDark: Color.white,
|
|
685
685
|
hcLight: editorForeground
|
|
686
686
|
}, ( localize(
|
|
687
|
-
|
|
687
|
+
3824,
|
|
688
688
|
"Inactive foreground color of the item in the Activity bar when it is on top / bottom. The activity allows to switch between views of the side bar."
|
|
689
689
|
)));
|
|
690
690
|
const ACTIVITY_BAR_TOP_DRAG_AND_DROP_BORDER = registerColor('activityBarTop.dropBorder', ACTIVITY_BAR_TOP_FOREGROUND, ( localize(
|
|
691
|
-
|
|
691
|
+
3825,
|
|
692
692
|
"Drag and drop feedback color for the items in the Activity bar when it is on top / bottom. The activity allows to switch between views of the side bar."
|
|
693
693
|
)));
|
|
694
|
-
registerColor('activityBarTop.background', null, ( localize(
|
|
694
|
+
registerColor('activityBarTop.background', null, ( localize(3826, "Background color of the activity bar when set to top / bottom.")));
|
|
695
695
|
registerColor('profileBadge.background', {
|
|
696
696
|
dark: '#4D4D4D',
|
|
697
697
|
light: '#C4C4C4',
|
|
698
698
|
hcDark: Color.white,
|
|
699
699
|
hcLight: Color.black
|
|
700
700
|
}, ( localize(
|
|
701
|
-
|
|
701
|
+
3827,
|
|
702
702
|
"Profile badge background color. The profile badge shows on top of the settings gear icon in the activity bar."
|
|
703
703
|
)));
|
|
704
704
|
registerColor('profileBadge.foreground', {
|
|
@@ -707,13 +707,13 @@ registerColor('profileBadge.foreground', {
|
|
|
707
707
|
hcDark: Color.black,
|
|
708
708
|
hcLight: Color.white
|
|
709
709
|
}, ( localize(
|
|
710
|
-
|
|
710
|
+
3828,
|
|
711
711
|
"Profile badge foreground color. The profile badge shows on top of the settings gear icon in the activity bar."
|
|
712
712
|
)));
|
|
713
|
-
const STATUS_BAR_REMOTE_ITEM_BACKGROUND = registerColor('statusBarItem.remoteBackground', ACTIVITY_BAR_BADGE_BACKGROUND, ( localize(
|
|
714
|
-
const STATUS_BAR_REMOTE_ITEM_FOREGROUND = registerColor('statusBarItem.remoteForeground', ACTIVITY_BAR_BADGE_FOREGROUND, ( localize(
|
|
713
|
+
const STATUS_BAR_REMOTE_ITEM_BACKGROUND = registerColor('statusBarItem.remoteBackground', ACTIVITY_BAR_BADGE_BACKGROUND, ( localize(3829, "Background color for the remote indicator on the status bar.")));
|
|
714
|
+
const STATUS_BAR_REMOTE_ITEM_FOREGROUND = registerColor('statusBarItem.remoteForeground', ACTIVITY_BAR_BADGE_FOREGROUND, ( localize(3830, "Foreground color for the remote indicator on the status bar.")));
|
|
715
715
|
registerColor('statusBarItem.remoteHoverForeground', STATUS_BAR_ITEM_HOVER_FOREGROUND, ( localize(
|
|
716
|
-
|
|
716
|
+
3831,
|
|
717
717
|
"Foreground color for the remote indicator on the status bar when hovering."
|
|
718
718
|
)));
|
|
719
719
|
registerColor('statusBarItem.remoteHoverBackground', {
|
|
@@ -722,13 +722,13 @@ registerColor('statusBarItem.remoteHoverBackground', {
|
|
|
722
722
|
hcDark: STATUS_BAR_ITEM_HOVER_BACKGROUND,
|
|
723
723
|
hcLight: null
|
|
724
724
|
}, ( localize(
|
|
725
|
-
|
|
725
|
+
3832,
|
|
726
726
|
"Background color for the remote indicator on the status bar when hovering."
|
|
727
727
|
)));
|
|
728
|
-
registerColor('statusBarItem.offlineBackground', '#6c1717', ( localize(
|
|
729
|
-
registerColor('statusBarItem.offlineForeground', STATUS_BAR_REMOTE_ITEM_FOREGROUND, ( localize(
|
|
728
|
+
registerColor('statusBarItem.offlineBackground', '#6c1717', ( localize(3833, "Status bar item background color when the workbench is offline.")));
|
|
729
|
+
registerColor('statusBarItem.offlineForeground', STATUS_BAR_REMOTE_ITEM_FOREGROUND, ( localize(3834, "Status bar item foreground color when the workbench is offline.")));
|
|
730
730
|
registerColor('statusBarItem.offlineHoverForeground', STATUS_BAR_ITEM_HOVER_FOREGROUND, ( localize(
|
|
731
|
-
|
|
731
|
+
3835,
|
|
732
732
|
"Status bar item foreground hover color when the workbench is offline."
|
|
733
733
|
)));
|
|
734
734
|
registerColor('statusBarItem.offlineHoverBackground', {
|
|
@@ -737,22 +737,22 @@ registerColor('statusBarItem.offlineHoverBackground', {
|
|
|
737
737
|
hcDark: STATUS_BAR_ITEM_HOVER_BACKGROUND,
|
|
738
738
|
hcLight: null
|
|
739
739
|
}, ( localize(
|
|
740
|
-
|
|
740
|
+
3836,
|
|
741
741
|
"Status bar item background hover color when the workbench is offline."
|
|
742
742
|
)));
|
|
743
|
-
const EXTENSION_BADGE_REMOTE_BACKGROUND = registerColor('extensionBadge.remoteBackground', ACTIVITY_BAR_BADGE_BACKGROUND, ( localize(
|
|
744
|
-
const EXTENSION_BADGE_REMOTE_FOREGROUND = registerColor('extensionBadge.remoteForeground', ACTIVITY_BAR_BADGE_FOREGROUND, ( localize(
|
|
743
|
+
const EXTENSION_BADGE_REMOTE_BACKGROUND = registerColor('extensionBadge.remoteBackground', ACTIVITY_BAR_BADGE_BACKGROUND, ( localize(3837, "Background color for the remote badge in the extensions view.")));
|
|
744
|
+
const EXTENSION_BADGE_REMOTE_FOREGROUND = registerColor('extensionBadge.remoteForeground', ACTIVITY_BAR_BADGE_FOREGROUND, ( localize(3838, "Foreground color for the remote badge in the extensions view.")));
|
|
745
745
|
const SIDE_BAR_BACKGROUND = registerColor('sideBar.background', {
|
|
746
746
|
dark: '#252526',
|
|
747
747
|
light: '#F3F3F3',
|
|
748
748
|
hcDark: '#000000',
|
|
749
749
|
hcLight: '#FFFFFF'
|
|
750
750
|
}, ( localize(
|
|
751
|
-
|
|
751
|
+
3839,
|
|
752
752
|
"Side bar background color. The side bar is the container for views like explorer and search."
|
|
753
753
|
)));
|
|
754
754
|
const SIDE_BAR_FOREGROUND = registerColor('sideBar.foreground', null, ( localize(
|
|
755
|
-
|
|
755
|
+
3840,
|
|
756
756
|
"Side bar foreground color. The side bar is the container for views like explorer and search."
|
|
757
757
|
)));
|
|
758
758
|
const SIDE_BAR_BORDER = registerColor('sideBar.border', {
|
|
@@ -761,15 +761,15 @@ const SIDE_BAR_BORDER = registerColor('sideBar.border', {
|
|
|
761
761
|
hcDark: contrastBorder,
|
|
762
762
|
hcLight: contrastBorder
|
|
763
763
|
}, ( localize(
|
|
764
|
-
|
|
764
|
+
3841,
|
|
765
765
|
"Side bar border color on the side separating to the editor. The side bar is the container for views like explorer and search."
|
|
766
766
|
)));
|
|
767
767
|
registerColor('sideBarTitle.background', SIDE_BAR_BACKGROUND, ( localize(
|
|
768
|
-
|
|
768
|
+
3842,
|
|
769
769
|
"Side bar title background color. The side bar is the container for views like explorer and search."
|
|
770
770
|
)));
|
|
771
771
|
const SIDE_BAR_TITLE_FOREGROUND = registerColor('sideBarTitle.foreground', SIDE_BAR_FOREGROUND, ( localize(
|
|
772
|
-
|
|
772
|
+
3843,
|
|
773
773
|
"Side bar title foreground color. The side bar is the container for views like explorer and search."
|
|
774
774
|
)));
|
|
775
775
|
const SIDE_BAR_TITLE_BORDER = registerColor('sideBarTitle.border', {
|
|
@@ -778,11 +778,11 @@ const SIDE_BAR_TITLE_BORDER = registerColor('sideBarTitle.border', {
|
|
|
778
778
|
hcDark: SIDE_BAR_BORDER,
|
|
779
779
|
hcLight: SIDE_BAR_BORDER
|
|
780
780
|
}, ( localize(
|
|
781
|
-
|
|
781
|
+
3844,
|
|
782
782
|
"Side bar title border color on the bottom, separating the title from the views. The side bar is the container for views like explorer and search."
|
|
783
783
|
)));
|
|
784
784
|
const SIDE_BAR_DRAG_AND_DROP_BACKGROUND = registerColor('sideBar.dropBackground', EDITOR_DRAG_AND_DROP_BACKGROUND, ( localize(
|
|
785
|
-
|
|
785
|
+
3845,
|
|
786
786
|
"Drag and drop feedback color for the side bar sections. The color should have transparency so that the side bar sections can still shine through. The side bar is the container for views like explorer and search. Side bar sections are views nested within the side bar."
|
|
787
787
|
)));
|
|
788
788
|
const SIDE_BAR_SECTION_HEADER_BACKGROUND = registerColor('sideBarSectionHeader.background', {
|
|
@@ -791,82 +791,82 @@ const SIDE_BAR_SECTION_HEADER_BACKGROUND = registerColor('sideBarSectionHeader.b
|
|
|
791
791
|
hcDark: null,
|
|
792
792
|
hcLight: null
|
|
793
793
|
}, ( localize(
|
|
794
|
-
|
|
794
|
+
3846,
|
|
795
795
|
"Side bar section header background color. The side bar is the container for views like explorer and search. Side bar sections are views nested within the side bar."
|
|
796
796
|
)));
|
|
797
797
|
const SIDE_BAR_SECTION_HEADER_FOREGROUND = registerColor('sideBarSectionHeader.foreground', SIDE_BAR_FOREGROUND, ( localize(
|
|
798
|
-
|
|
798
|
+
3847,
|
|
799
799
|
"Side bar section header foreground color. The side bar is the container for views like explorer and search. Side bar sections are views nested within the side bar."
|
|
800
800
|
)));
|
|
801
801
|
const SIDE_BAR_SECTION_HEADER_BORDER = registerColor('sideBarSectionHeader.border', contrastBorder, ( localize(
|
|
802
|
-
|
|
802
|
+
3848,
|
|
803
803
|
"Side bar section header border color. The side bar is the container for views like explorer and search. Side bar sections are views nested within the side bar."
|
|
804
804
|
)));
|
|
805
805
|
registerColor('sideBarActivityBarTop.border', SIDE_BAR_SECTION_HEADER_BORDER, ( localize(
|
|
806
|
-
|
|
806
|
+
3849,
|
|
807
807
|
"Border color between the activity bar at the top/bottom and the views."
|
|
808
808
|
)));
|
|
809
|
-
const SIDE_BAR_STICKY_SCROLL_BACKGROUND = registerColor('sideBarStickyScroll.background', SIDE_BAR_BACKGROUND, ( localize(
|
|
810
|
-
const SIDE_BAR_STICKY_SCROLL_BORDER = registerColor('sideBarStickyScroll.border', null, ( localize(
|
|
811
|
-
const SIDE_BAR_STICKY_SCROLL_SHADOW = registerColor('sideBarStickyScroll.shadow', scrollbarShadow, ( localize(
|
|
809
|
+
const SIDE_BAR_STICKY_SCROLL_BACKGROUND = registerColor('sideBarStickyScroll.background', SIDE_BAR_BACKGROUND, ( localize(3850, "Background color of sticky scroll in the side bar.")));
|
|
810
|
+
const SIDE_BAR_STICKY_SCROLL_BORDER = registerColor('sideBarStickyScroll.border', null, ( localize(3851, "Border color of sticky scroll in the side bar.")));
|
|
811
|
+
const SIDE_BAR_STICKY_SCROLL_SHADOW = registerColor('sideBarStickyScroll.shadow', scrollbarShadow, ( localize(3852, "Shadow color of sticky scroll in the side bar.")));
|
|
812
812
|
const TITLE_BAR_ACTIVE_FOREGROUND = registerColor('titleBar.activeForeground', {
|
|
813
813
|
dark: '#CCCCCC',
|
|
814
814
|
light: '#333333',
|
|
815
815
|
hcDark: '#FFFFFF',
|
|
816
816
|
hcLight: '#292929'
|
|
817
|
-
}, ( localize(
|
|
817
|
+
}, ( localize(3853, "Title bar foreground when the window is active.")));
|
|
818
818
|
const TITLE_BAR_INACTIVE_FOREGROUND = registerColor('titleBar.inactiveForeground', {
|
|
819
819
|
dark: ( transparent(TITLE_BAR_ACTIVE_FOREGROUND, 0.6)),
|
|
820
820
|
light: ( transparent(TITLE_BAR_ACTIVE_FOREGROUND, 0.6)),
|
|
821
821
|
hcDark: null,
|
|
822
822
|
hcLight: '#292929'
|
|
823
|
-
}, ( localize(
|
|
823
|
+
}, ( localize(3854, "Title bar foreground when the window is inactive.")));
|
|
824
824
|
const TITLE_BAR_ACTIVE_BACKGROUND = registerColor('titleBar.activeBackground', {
|
|
825
825
|
dark: '#3C3C3C',
|
|
826
826
|
light: '#DDDDDD',
|
|
827
827
|
hcDark: '#000000',
|
|
828
828
|
hcLight: '#FFFFFF'
|
|
829
|
-
}, ( localize(
|
|
829
|
+
}, ( localize(3855, "Title bar background when the window is active.")));
|
|
830
830
|
const TITLE_BAR_INACTIVE_BACKGROUND = registerColor('titleBar.inactiveBackground', {
|
|
831
831
|
dark: ( transparent(TITLE_BAR_ACTIVE_BACKGROUND, 0.6)),
|
|
832
832
|
light: ( transparent(TITLE_BAR_ACTIVE_BACKGROUND, 0.6)),
|
|
833
833
|
hcDark: null,
|
|
834
834
|
hcLight: null,
|
|
835
|
-
}, ( localize(
|
|
835
|
+
}, ( localize(3856, "Title bar background when the window is inactive.")));
|
|
836
836
|
const TITLE_BAR_BORDER = registerColor('titleBar.border', {
|
|
837
837
|
dark: null,
|
|
838
838
|
light: null,
|
|
839
839
|
hcDark: contrastBorder,
|
|
840
840
|
hcLight: contrastBorder
|
|
841
|
-
}, ( localize(
|
|
842
|
-
const MENUBAR_SELECTION_FOREGROUND = registerColor('menubar.selectionForeground', TITLE_BAR_ACTIVE_FOREGROUND, ( localize(
|
|
841
|
+
}, ( localize(3857, "Title bar border color.")));
|
|
842
|
+
const MENUBAR_SELECTION_FOREGROUND = registerColor('menubar.selectionForeground', TITLE_BAR_ACTIVE_FOREGROUND, ( localize(3858, "Foreground color of the selected menu item in the menubar.")));
|
|
843
843
|
const MENUBAR_SELECTION_BACKGROUND = registerColor('menubar.selectionBackground', {
|
|
844
844
|
dark: toolbarHoverBackground,
|
|
845
845
|
light: toolbarHoverBackground,
|
|
846
846
|
hcDark: null,
|
|
847
847
|
hcLight: null,
|
|
848
|
-
}, ( localize(
|
|
848
|
+
}, ( localize(3859, "Background color of the selected menu item in the menubar.")));
|
|
849
849
|
registerColor('menubar.selectionBorder', {
|
|
850
850
|
dark: null,
|
|
851
851
|
light: null,
|
|
852
852
|
hcDark: activeContrastBorder,
|
|
853
853
|
hcLight: activeContrastBorder,
|
|
854
|
-
}, ( localize(
|
|
855
|
-
registerColor('commandCenter.foreground', TITLE_BAR_ACTIVE_FOREGROUND, ( localize(
|
|
856
|
-
registerColor('commandCenter.activeForeground', MENUBAR_SELECTION_FOREGROUND, ( localize(
|
|
857
|
-
registerColor('commandCenter.inactiveForeground', TITLE_BAR_INACTIVE_FOREGROUND, ( localize(
|
|
858
|
-
const COMMAND_CENTER_BACKGROUND = registerColor('commandCenter.background', { dark: ( Color.white.transparent(0.05)), hcDark: null, light: ( Color.black.transparent(0.05)), hcLight: null }, ( localize(
|
|
859
|
-
registerColor('commandCenter.activeBackground', { dark: ( Color.white.transparent(0.08)), hcDark: MENUBAR_SELECTION_BACKGROUND, light: ( Color.black.transparent(0.08)), hcLight: MENUBAR_SELECTION_BACKGROUND }, ( localize(
|
|
860
|
-
registerColor('commandCenter.border', { dark: ( transparent(TITLE_BAR_ACTIVE_FOREGROUND, .20)), hcDark: contrastBorder, light: ( transparent(TITLE_BAR_ACTIVE_FOREGROUND, .20)), hcLight: contrastBorder }, ( localize(
|
|
861
|
-
registerColor('commandCenter.activeBorder', { dark: ( transparent(TITLE_BAR_ACTIVE_FOREGROUND, .30)), hcDark: TITLE_BAR_ACTIVE_FOREGROUND, light: ( transparent(TITLE_BAR_ACTIVE_FOREGROUND, .30)), hcLight: TITLE_BAR_ACTIVE_FOREGROUND }, ( localize(
|
|
862
|
-
registerColor('commandCenter.inactiveBorder', ( transparent(TITLE_BAR_INACTIVE_FOREGROUND, .25)), ( localize(
|
|
854
|
+
}, ( localize(3860, "Border color of the selected menu item in the menubar.")));
|
|
855
|
+
registerColor('commandCenter.foreground', TITLE_BAR_ACTIVE_FOREGROUND, ( localize(3861, "Foreground color of the command center")), false);
|
|
856
|
+
registerColor('commandCenter.activeForeground', MENUBAR_SELECTION_FOREGROUND, ( localize(3862, "Active foreground color of the command center")), false);
|
|
857
|
+
registerColor('commandCenter.inactiveForeground', TITLE_BAR_INACTIVE_FOREGROUND, ( localize(3863, "Foreground color of the command center when the window is inactive")), false);
|
|
858
|
+
const COMMAND_CENTER_BACKGROUND = registerColor('commandCenter.background', { dark: ( Color.white.transparent(0.05)), hcDark: null, light: ( Color.black.transparent(0.05)), hcLight: null }, ( localize(3864, "Background color of the command center")), false);
|
|
859
|
+
registerColor('commandCenter.activeBackground', { dark: ( Color.white.transparent(0.08)), hcDark: MENUBAR_SELECTION_BACKGROUND, light: ( Color.black.transparent(0.08)), hcLight: MENUBAR_SELECTION_BACKGROUND }, ( localize(3865, "Active background color of the command center")), false);
|
|
860
|
+
registerColor('commandCenter.border', { dark: ( transparent(TITLE_BAR_ACTIVE_FOREGROUND, .20)), hcDark: contrastBorder, light: ( transparent(TITLE_BAR_ACTIVE_FOREGROUND, .20)), hcLight: contrastBorder }, ( localize(3866, "Border color of the command center")), false);
|
|
861
|
+
registerColor('commandCenter.activeBorder', { dark: ( transparent(TITLE_BAR_ACTIVE_FOREGROUND, .30)), hcDark: TITLE_BAR_ACTIVE_FOREGROUND, light: ( transparent(TITLE_BAR_ACTIVE_FOREGROUND, .30)), hcLight: TITLE_BAR_ACTIVE_FOREGROUND }, ( localize(3867, "Active border color of the command center")), false);
|
|
862
|
+
registerColor('commandCenter.inactiveBorder', ( transparent(TITLE_BAR_INACTIVE_FOREGROUND, .25)), ( localize(3868, "Border color of the command center when the window is inactive")), false);
|
|
863
863
|
const NOTIFICATIONS_CENTER_BORDER = registerColor('notificationCenter.border', {
|
|
864
864
|
dark: widgetBorder,
|
|
865
865
|
light: widgetBorder,
|
|
866
866
|
hcDark: contrastBorder,
|
|
867
867
|
hcLight: contrastBorder
|
|
868
868
|
}, ( localize(
|
|
869
|
-
|
|
869
|
+
3869,
|
|
870
870
|
"Notifications center border color. Notifications slide in from the bottom right of the window."
|
|
871
871
|
)));
|
|
872
872
|
const NOTIFICATIONS_TOAST_BORDER = registerColor('notificationToast.border', {
|
|
@@ -875,23 +875,23 @@ const NOTIFICATIONS_TOAST_BORDER = registerColor('notificationToast.border', {
|
|
|
875
875
|
hcDark: contrastBorder,
|
|
876
876
|
hcLight: contrastBorder
|
|
877
877
|
}, ( localize(
|
|
878
|
-
|
|
878
|
+
3870,
|
|
879
879
|
"Notification toast border color. Notifications slide in from the bottom right of the window."
|
|
880
880
|
)));
|
|
881
881
|
registerColor('notifications.foreground', editorWidgetForeground, ( localize(
|
|
882
|
-
|
|
882
|
+
3871,
|
|
883
883
|
"Notifications foreground color. Notifications slide in from the bottom right of the window."
|
|
884
884
|
)));
|
|
885
885
|
const NOTIFICATIONS_BACKGROUND = registerColor('notifications.background', editorWidgetBackground, ( localize(
|
|
886
|
-
|
|
886
|
+
3872,
|
|
887
887
|
"Notifications background color. Notifications slide in from the bottom right of the window."
|
|
888
888
|
)));
|
|
889
889
|
registerColor('notificationLink.foreground', textLinkForeground, ( localize(
|
|
890
|
-
|
|
890
|
+
3873,
|
|
891
891
|
"Notification links foreground color. Notifications slide in from the bottom right of the window."
|
|
892
892
|
)));
|
|
893
893
|
const NOTIFICATIONS_CENTER_HEADER_FOREGROUND = registerColor('notificationCenterHeader.foreground', null, ( localize(
|
|
894
|
-
|
|
894
|
+
3874,
|
|
895
895
|
"Notifications center header foreground color. Notifications slide in from the bottom right of the window."
|
|
896
896
|
)));
|
|
897
897
|
const NOTIFICATIONS_CENTER_HEADER_BACKGROUND = registerColor('notificationCenterHeader.background', {
|
|
@@ -900,23 +900,23 @@ const NOTIFICATIONS_CENTER_HEADER_BACKGROUND = registerColor('notificationCenter
|
|
|
900
900
|
hcDark: NOTIFICATIONS_BACKGROUND,
|
|
901
901
|
hcLight: NOTIFICATIONS_BACKGROUND
|
|
902
902
|
}, ( localize(
|
|
903
|
-
|
|
903
|
+
3875,
|
|
904
904
|
"Notifications center header background color. Notifications slide in from the bottom right of the window."
|
|
905
905
|
)));
|
|
906
906
|
registerColor('notifications.border', NOTIFICATIONS_CENTER_HEADER_BACKGROUND, ( localize(
|
|
907
|
-
|
|
907
|
+
3876,
|
|
908
908
|
"Notifications border color separating from other notifications in the notifications center. Notifications slide in from the bottom right of the window."
|
|
909
909
|
)));
|
|
910
910
|
registerColor('notificationsErrorIcon.foreground', editorErrorForeground, ( localize(
|
|
911
|
-
|
|
911
|
+
3877,
|
|
912
912
|
"The color used for the icon of error notifications. Notifications slide in from the bottom right of the window."
|
|
913
913
|
)));
|
|
914
914
|
registerColor('notificationsWarningIcon.foreground', editorWarningForeground, ( localize(
|
|
915
|
-
|
|
915
|
+
3878,
|
|
916
916
|
"The color used for the icon of warning notifications. Notifications slide in from the bottom right of the window."
|
|
917
917
|
)));
|
|
918
918
|
registerColor('notificationsInfoIcon.foreground', editorInfoForeground, ( localize(
|
|
919
|
-
|
|
919
|
+
3879,
|
|
920
920
|
"The color used for the icon of info notifications. Notifications slide in from the bottom right of the window."
|
|
921
921
|
)));
|
|
922
922
|
const WINDOW_ACTIVE_BORDER = registerColor('window.activeBorder', {
|
|
@@ -925,7 +925,7 @@ const WINDOW_ACTIVE_BORDER = registerColor('window.activeBorder', {
|
|
|
925
925
|
hcDark: contrastBorder,
|
|
926
926
|
hcLight: contrastBorder
|
|
927
927
|
}, ( localize(
|
|
928
|
-
|
|
928
|
+
3880,
|
|
929
929
|
"The color used for the border of the window when it is active. Only supported in the macOS and Linux desktop client when using the custom title bar."
|
|
930
930
|
)));
|
|
931
931
|
const WINDOW_INACTIVE_BORDER = registerColor('window.inactiveBorder', {
|
|
@@ -934,7 +934,7 @@ const WINDOW_INACTIVE_BORDER = registerColor('window.inactiveBorder', {
|
|
|
934
934
|
hcDark: contrastBorder,
|
|
935
935
|
hcLight: contrastBorder
|
|
936
936
|
}, ( localize(
|
|
937
|
-
|
|
937
|
+
3881,
|
|
938
938
|
"The color used for the border of the window when it is inactive. Only supported in the macOS and Linux desktop client when using the custom title bar."
|
|
939
939
|
)));
|
|
940
940
|
|