monaco-editor 0.55.0-dev-20251021 → 0.55.0-dev-20251022

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.
Files changed (259) hide show
  1. package/dev/vs/assets/{css.worker-BdF74HVr.js → css.worker-CNVxDEHL.js} +57 -56
  2. package/dev/vs/assets/{editor.worker-Ci2aWZp5.js → editor.worker-CxT_Qhsk.js} +57 -56
  3. package/dev/vs/assets/{html.worker-PHv_zBMJ.js → html.worker-BkUmTRjE.js} +57 -56
  4. package/dev/vs/assets/{json.worker-Bu5ZSywK.js → json.worker-DK-97m-d.js} +57 -56
  5. package/dev/vs/assets/{ts.worker-DvEf1R_D.js → ts.worker-cHRPyRgi.js} +57 -56
  6. package/dev/vs/basic-languages/monaco.contribution.js +18 -18
  7. package/dev/vs/{cssMode-Bwd5iTwO.js → cssMode-D2ACZpcd.js} +2 -2
  8. package/dev/vs/editor/editor.main.css +3 -4
  9. package/dev/vs/editor/editor.main.js +6 -6
  10. package/dev/vs/{editor.api-DtdJriTE.js → editor.api-CMtrd0pO.js} +1917 -1944
  11. package/dev/vs/{freemarker2-vzq7IT1V.js → freemarker2-CnYj74J4.js} +1 -1
  12. package/dev/vs/{handlebars-voSBoDYq.js → handlebars-DExk9yf4.js} +1 -1
  13. package/dev/vs/{html-DgBvMxaw.js → html-Dql17k62.js} +1 -1
  14. package/dev/vs/{htmlMode-B73e0LQu.js → htmlMode-CCEnhGm2.js} +2 -2
  15. package/dev/vs/{javascript-B456O1TJ.js → javascript-CqoKoqPi.js} +1 -1
  16. package/dev/vs/{jsonMode-0j9Sufcy.js → jsonMode-Cz5IbqId.js} +2 -2
  17. package/dev/vs/language/css/monaco.contribution.js +1 -1
  18. package/dev/vs/language/html/monaco.contribution.js +1 -1
  19. package/dev/vs/language/json/monaco.contribution.js +1 -1
  20. package/dev/vs/language/typescript/monaco.contribution.js +1 -1
  21. package/dev/vs/{liquid-DtsObjyU.js → liquid-DxCkw3Wy.js} +1 -1
  22. package/dev/vs/{lspLanguageFeatures-BOGx43ac.js → lspLanguageFeatures-BQO5gQ_I.js} +1 -1
  23. package/dev/vs/{mdx-CpdAOlbp.js → mdx-DZF1Tct2.js} +1 -1
  24. package/dev/vs/{monaco.contribution-DgD6w475.js → monaco.contribution-BIhJP-zM.js} +2 -2
  25. package/dev/vs/{monaco.contribution-96LxvCLa.js → monaco.contribution-BLcNO6tV.js} +2 -2
  26. package/dev/vs/{monaco.contribution-BNV_Bhhz.js → monaco.contribution-Bpf9llGo.js} +2 -2
  27. package/dev/vs/{monaco.contribution-CLECD6oi.js → monaco.contribution-D1GYx7Ac.js} +2 -2
  28. package/dev/vs/nls.messages.cs.js +2 -2
  29. package/dev/vs/nls.messages.de.js +2 -2
  30. package/dev/vs/nls.messages.es.js +2 -2
  31. package/dev/vs/nls.messages.fr.js +2 -2
  32. package/dev/vs/nls.messages.it.js +2 -2
  33. package/dev/vs/nls.messages.ja.js +2 -2
  34. package/dev/vs/nls.messages.ko.js +2 -2
  35. package/dev/vs/nls.messages.pl.js +2 -2
  36. package/dev/vs/nls.messages.pt-br.js +2 -2
  37. package/dev/vs/nls.messages.ru.js +2 -2
  38. package/dev/vs/nls.messages.tr.js +2 -2
  39. package/dev/vs/nls.messages.zh-cn.js +2 -2
  40. package/dev/vs/nls.messages.zh-tw.js +2 -2
  41. package/dev/vs/{python-Bdcmm8So.js → python-DtVp4js9.js} +1 -1
  42. package/dev/vs/{razor-C2m7Vs0-.js → razor-C3g5CXT6.js} +1 -1
  43. package/dev/vs/{tsMode-qQDYDzQT.js → tsMode-B63tFZWa.js} +2 -2
  44. package/dev/vs/{typescript-BoBnM-0b.js → typescript-YutvBaV7.js} +1 -1
  45. package/dev/vs/{workers-B1DA8fIt.js → workers-D12Uf0L2.js} +1 -1
  46. package/dev/vs/{xml-DmpITxBR.js → xml-D1v3XWzg.js} +1 -1
  47. package/dev/vs/{yaml-Pd4qqIOC.js → yaml-D29Ou18G.js} +1 -1
  48. package/esm/vs/base/browser/ui/codicons/codicon/codicon.ttf +0 -0
  49. package/esm/vs/base/browser/ui/iconLabel/iconlabel.css +2 -3
  50. package/esm/vs/base/common/codiconsLibrary.js +1 -0
  51. package/esm/vs/editor/browser/controller/editContext/native/screenReaderSupport.js +1 -1
  52. package/esm/vs/editor/browser/controller/editContext/screenReaderUtils.js +4 -4
  53. package/esm/vs/editor/browser/controller/editContext/textArea/textAreaEditContext.js +1 -1
  54. package/esm/vs/editor/browser/coreCommands.js +3 -3
  55. package/esm/vs/editor/browser/editorExtensions.js +9 -9
  56. package/esm/vs/editor/browser/gpu/viewGpuContext.js +1 -1
  57. package/esm/vs/editor/browser/services/hoverService/hoverWidget.js +1 -1
  58. package/esm/vs/editor/browser/services/hoverService/updatableHoverWidget.js +1 -1
  59. package/esm/vs/editor/browser/services/inlineCompletionsService.js +4 -4
  60. package/esm/vs/editor/browser/widget/codeEditor/codeEditorWidget.js +2 -2
  61. package/esm/vs/editor/browser/widget/diffEditor/commands.js +12 -12
  62. package/esm/vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer.js +14 -14
  63. package/esm/vs/editor/browser/widget/diffEditor/components/diffEditorEditors.js +1 -1
  64. package/esm/vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/copySelection.js +1 -1
  65. package/esm/vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/inlineDiffDeletedCodeMargin.js +7 -7
  66. package/esm/vs/editor/browser/widget/diffEditor/diffEditor.contribution.js +5 -5
  67. package/esm/vs/editor/browser/widget/diffEditor/features/hideUnchangedRegionsFeature.js +7 -7
  68. package/esm/vs/editor/browser/widget/diffEditor/features/movedBlocksLinesFeature.js +2 -2
  69. package/esm/vs/editor/browser/widget/diffEditor/features/revertButtonsFeature.js +2 -2
  70. package/esm/vs/editor/browser/widget/diffEditor/registrations.contribution.js +5 -5
  71. package/esm/vs/editor/browser/widget/multiDiffEditor/colors.js +3 -3
  72. package/esm/vs/editor/browser/widget/multiDiffEditor/multiDiffEditorWidgetImpl.js +2 -2
  73. package/esm/vs/editor/common/config/editorConfigurationSchema.js +54 -54
  74. package/esm/vs/editor/common/config/editorOptions.js +406 -406
  75. package/esm/vs/editor/common/core/editorColorRegistry.js +68 -68
  76. package/esm/vs/editor/common/editorContextKeys.js +46 -46
  77. package/esm/vs/editor/common/languages/modesRegistry.js +1 -1
  78. package/esm/vs/editor/common/languages.js +56 -56
  79. package/esm/vs/editor/common/model/editStack.js +1 -1
  80. package/esm/vs/editor/common/standaloneStrings.js +10 -10
  81. package/esm/vs/editor/common/viewLayout/viewLineRenderer.js +2 -2
  82. package/esm/vs/editor/contrib/anchorSelect/browser/anchorSelect.js +6 -6
  83. package/esm/vs/editor/contrib/bracketMatching/browser/bracketMatching.js +6 -6
  84. package/esm/vs/editor/contrib/caretOperations/browser/caretOperations.js +2 -2
  85. package/esm/vs/editor/contrib/caretOperations/browser/transpose.js +1 -1
  86. package/esm/vs/editor/contrib/clipboard/browser/clipboard.js +17 -17
  87. package/esm/vs/editor/contrib/codeAction/browser/codeAction.js +1 -1
  88. package/esm/vs/editor/contrib/codeAction/browser/codeActionCommands.js +29 -29
  89. package/esm/vs/editor/contrib/codeAction/browser/codeActionContributions.js +3 -3
  90. package/esm/vs/editor/contrib/codeAction/browser/codeActionController.js +3 -3
  91. package/esm/vs/editor/contrib/codeAction/browser/codeActionMenu.js +8 -8
  92. package/esm/vs/editor/contrib/codeAction/browser/lightBulbWidget.js +9 -9
  93. package/esm/vs/editor/contrib/codelens/browser/codelensController.js +2 -2
  94. package/esm/vs/editor/contrib/colorPicker/browser/colorPickerParts/colorPickerCloseButton.js +1 -1
  95. package/esm/vs/editor/contrib/colorPicker/browser/colorPickerParts/colorPickerHeader.js +1 -1
  96. package/esm/vs/editor/contrib/colorPicker/browser/standaloneColorPicker/standaloneColorPickerActions.js +7 -7
  97. package/esm/vs/editor/contrib/comment/browser/comment.js +6 -6
  98. package/esm/vs/editor/contrib/contextmenu/browser/contextmenu.js +10 -10
  99. package/esm/vs/editor/contrib/cursorUndo/browser/cursorUndo.js +2 -2
  100. package/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution.js +4 -4
  101. package/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteController.js +9 -9
  102. package/esm/vs/editor/contrib/dropOrPasteInto/browser/defaultProviders.js +8 -8
  103. package/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController.js +3 -3
  104. package/esm/vs/editor/contrib/dropOrPasteInto/browser/postEditWidget.js +2 -2
  105. package/esm/vs/editor/contrib/editorState/browser/keybindingCancellation.js +1 -1
  106. package/esm/vs/editor/contrib/find/browser/findController.js +16 -16
  107. package/esm/vs/editor/contrib/find/browser/findWidget.js +26 -26
  108. package/esm/vs/editor/contrib/folding/browser/folding.js +20 -20
  109. package/esm/vs/editor/contrib/folding/browser/foldingDecorations.js +9 -9
  110. package/esm/vs/editor/contrib/fontZoom/browser/fontZoom.js +3 -3
  111. package/esm/vs/editor/contrib/format/browser/formatActions.js +2 -2
  112. package/esm/vs/editor/contrib/gotoError/browser/gotoError.js +8 -8
  113. package/esm/vs/editor/contrib/gotoError/browser/gotoErrorWidget.js +14 -14
  114. package/esm/vs/editor/contrib/gotoSymbol/browser/goToCommands.js +39 -39
  115. package/esm/vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition.js +1 -1
  116. package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesController.js +3 -3
  117. package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesTree.js +3 -3
  118. package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget.js +3 -3
  119. package/esm/vs/editor/contrib/gotoSymbol/browser/referencesModel.js +8 -8
  120. package/esm/vs/editor/contrib/gotoSymbol/browser/symbolNavigation.js +3 -3
  121. package/esm/vs/editor/contrib/gpu/browser/gpuActions.js +4 -4
  122. package/esm/vs/editor/contrib/hover/browser/hoverActionIds.js +2 -2
  123. package/esm/vs/editor/contrib/hover/browser/hoverActions.js +24 -24
  124. package/esm/vs/editor/contrib/hover/browser/markdownHoverParticipant.js +9 -9
  125. package/esm/vs/editor/contrib/hover/browser/markerHoverParticipant.js +5 -5
  126. package/esm/vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace.js +2 -2
  127. package/esm/vs/editor/contrib/indentation/browser/indentation.js +20 -20
  128. package/esm/vs/editor/contrib/inlayHints/browser/inlayHintsHover.js +8 -8
  129. package/esm/vs/editor/contrib/inlineCompletions/browser/controller/commands.js +19 -52
  130. package/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionContextKeys.js +12 -12
  131. package/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionsController.js +1 -1
  132. package/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/hoverParticipant.js +1 -1
  133. package/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget.js +5 -5
  134. package/esm/vs/editor/contrib/inlineCompletions/browser/inlineCompletions.contribution.js +2 -4
  135. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/components/gutterIndicatorMenu.js +6 -6
  136. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsModel.js +1 -1
  137. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/theme.js +20 -20
  138. package/esm/vs/editor/contrib/insertFinalNewLine/browser/insertFinalNewLine.js +1 -1
  139. package/esm/vs/editor/contrib/lineSelection/browser/lineSelection.js +1 -1
  140. package/esm/vs/editor/contrib/linesOperations/browser/linesOperations.js +31 -31
  141. package/esm/vs/editor/contrib/linkedEditing/browser/linkedEditing.js +2 -2
  142. package/esm/vs/editor/contrib/links/browser/links.js +10 -10
  143. package/esm/vs/editor/contrib/message/browser/messageController.js +1 -1
  144. package/esm/vs/editor/contrib/multicursor/browser/multicursor.js +22 -22
  145. package/esm/vs/editor/contrib/parameterHints/browser/parameterHints.js +1 -1
  146. package/esm/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.js +4 -4
  147. package/esm/vs/editor/contrib/peekView/browser/peekView.js +18 -18
  148. package/esm/vs/editor/contrib/placeholderText/browser/placeholderText.contribution.js +1 -1
  149. package/esm/vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess.js +35 -28
  150. package/esm/vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess.js +32 -32
  151. package/esm/vs/editor/contrib/readOnlyMessage/browser/contribution.js +2 -2
  152. package/esm/vs/editor/contrib/rename/browser/rename.js +11 -11
  153. package/esm/vs/editor/contrib/rename/browser/renameWidget.js +7 -7
  154. package/esm/vs/editor/contrib/smartSelect/browser/smartSelect.js +4 -4
  155. package/esm/vs/editor/contrib/snippet/browser/snippetController2.js +4 -4
  156. package/esm/vs/editor/contrib/snippet/browser/snippetVariables.js +4 -4
  157. package/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollActions.js +11 -11
  158. package/esm/vs/editor/contrib/suggest/browser/suggest.js +8 -8
  159. package/esm/vs/editor/contrib/suggest/browser/suggestController.js +10 -10
  160. package/esm/vs/editor/contrib/suggest/browser/suggestWidget.js +17 -17
  161. package/esm/vs/editor/contrib/suggest/browser/suggestWidgetDetails.js +2 -2
  162. package/esm/vs/editor/contrib/suggest/browser/suggestWidgetRenderer.js +2 -2
  163. package/esm/vs/editor/contrib/suggest/browser/wordContextKey.js +1 -1
  164. package/esm/vs/editor/contrib/symbolIcons/browser/symbolIcons.js +33 -33
  165. package/esm/vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode.js +4 -4
  166. package/esm/vs/editor/contrib/tokenization/browser/tokenization.js +1 -1
  167. package/esm/vs/editor/contrib/unicodeHighlighter/browser/bannerController.js +1 -1
  168. package/esm/vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.js +24 -24
  169. package/esm/vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators.js +5 -5
  170. package/esm/vs/editor/contrib/wordHighlighter/browser/highlightDecorations.js +9 -9
  171. package/esm/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.js +3 -3
  172. package/esm/vs/editor/contrib/wordOperations/browser/wordOperations.js +1 -1
  173. package/esm/vs/platform/accessibilitySignal/browser/accessibilitySignalService.js +62 -62
  174. package/esm/vs/platform/action/common/actionCommonCategories.js +6 -6
  175. package/esm/vs/platform/actionWidget/browser/actionList.js +4 -4
  176. package/esm/vs/platform/actionWidget/browser/actionWidget.js +7 -7
  177. package/esm/vs/platform/actions/browser/menuEntryActionViewItem.js +5 -5
  178. package/esm/vs/platform/actions/browser/toolbar.js +2 -2
  179. package/esm/vs/platform/actions/common/menuService.js +2 -2
  180. package/esm/vs/platform/configuration/common/configurationRegistry.js +10 -10
  181. package/esm/vs/platform/contextkey/browser/contextKeyService.js +1 -1
  182. package/esm/vs/platform/contextkey/common/contextkey.js +9 -9
  183. package/esm/vs/platform/contextkey/common/contextkeys.js +9 -9
  184. package/esm/vs/platform/contextkey/common/scanner.js +5 -5
  185. package/esm/vs/platform/history/browser/contextScopedHistoryWidget.js +1 -1
  186. package/esm/vs/platform/keybinding/common/abstractKeybindingService.js +4 -4
  187. package/esm/vs/platform/list/browser/listService.js +27 -27
  188. package/esm/vs/platform/markers/common/markerService.js +2 -2
  189. package/esm/vs/platform/markers/common/markers.js +6 -6
  190. package/esm/vs/platform/quickinput/browser/commandsQuickAccess.js +7 -7
  191. package/esm/vs/platform/quickinput/browser/helpQuickAccess.js +1 -1
  192. package/esm/vs/platform/quickinput/browser/quickInput.js +10 -10
  193. package/esm/vs/platform/quickinput/browser/quickInputActions.js +5 -5
  194. package/esm/vs/platform/quickinput/browser/quickInputController.js +6 -6
  195. package/esm/vs/platform/quickinput/browser/quickInputList.js +1 -1
  196. package/esm/vs/platform/quickinput/browser/quickInputUtils.js +1 -1
  197. package/esm/vs/platform/quickinput/browser/tree/quickInputTreeAccessibilityProvider.js +1 -1
  198. package/esm/vs/platform/theme/common/colorUtils.js +2 -2
  199. package/esm/vs/platform/theme/common/colors/baseColors.js +17 -17
  200. package/esm/vs/platform/theme/common/colors/chartsColors.js +8 -8
  201. package/esm/vs/platform/theme/common/colors/editorColors.js +95 -95
  202. package/esm/vs/platform/theme/common/colors/inputColors.js +47 -47
  203. package/esm/vs/platform/theme/common/colors/listColors.js +36 -36
  204. package/esm/vs/platform/theme/common/colors/menuColors.js +7 -7
  205. package/esm/vs/platform/theme/common/colors/minimapColors.js +11 -11
  206. package/esm/vs/platform/theme/common/colors/miscColors.js +15 -15
  207. package/esm/vs/platform/theme/common/colors/quickpickColors.js +9 -9
  208. package/esm/vs/platform/theme/common/colors/searchColors.js +3 -3
  209. package/esm/vs/platform/theme/common/iconRegistry.js +6 -6
  210. package/esm/vs/platform/undoRedo/common/undoRedoService.js +20 -20
  211. package/esm/vs/platform/workspace/common/workspace.js +1 -1
  212. package/min/vs/assets/{css.worker-DpW7RrDt.js → css.worker-BHMeXSeR.js} +1 -1
  213. package/min/vs/assets/{editor.worker-BvjSTWxN.js → editor.worker-DTWRgIAS.js} +1 -1
  214. package/min/vs/assets/{html.worker-zYFVFHK_.js → html.worker-CXhlyGiJ.js} +1 -1
  215. package/min/vs/assets/{json.worker-BCgqF_m2.js → json.worker-DzYjDoHF.js} +1 -1
  216. package/min/vs/assets/{ts.worker-CQxe4KB6.js → ts.worker-CW5rcuCX.js} +1 -1
  217. package/min/vs/basic-languages/monaco.contribution.js +1 -1
  218. package/min/vs/{cssMode-CvaUVk1W.js → cssMode-1TDQPhHq.js} +1 -1
  219. package/min/vs/editor/editor.main.css +1 -1
  220. package/min/vs/editor/editor.main.js +3 -3
  221. package/min/vs/{editor.api-DGkWFOQA.js → editor.api-wrjhPWGt.js} +123 -123
  222. package/min/vs/{freemarker2-B_vQOikd.js → freemarker2-B8YhwE9w.js} +1 -1
  223. package/min/vs/{handlebars-DqjIuZnJ.js → handlebars-DxIz966T.js} +1 -1
  224. package/min/vs/{html-DAxAlcjQ.js → html-TUDpfuzj.js} +1 -1
  225. package/min/vs/{htmlMode-C37mDTXf.js → htmlMode-BTG6W7ly.js} +1 -1
  226. package/min/vs/{javascript-CmHtjIt-.js → javascript-DjDRFeo7.js} +1 -1
  227. package/min/vs/{jsonMode-D1uvcOsy.js → jsonMode-cxGzlpDo.js} +4 -4
  228. package/min/vs/language/css/monaco.contribution.js +1 -1
  229. package/min/vs/language/html/monaco.contribution.js +1 -1
  230. package/min/vs/language/json/monaco.contribution.js +1 -1
  231. package/min/vs/language/typescript/monaco.contribution.js +1 -1
  232. package/min/vs/{liquid-CQBeFlV7.js → liquid-Bsimqao4.js} +1 -1
  233. package/min/vs/{lspLanguageFeatures-DTAub2tJ.js → lspLanguageFeatures-B9vCOFZO.js} +1 -1
  234. package/min/vs/{mdx-BFnE9qyd.js → mdx-DAXjads7.js} +1 -1
  235. package/min/vs/{monaco.contribution-Ba-90VRW.js → monaco.contribution-B40WJdZo.js} +1 -1
  236. package/min/vs/{monaco.contribution-bCyc25XC.js → monaco.contribution-Bck58VVU.js} +1 -1
  237. package/min/vs/{monaco.contribution-D4gtmCUd.js → monaco.contribution-CTUxDbdl.js} +1 -1
  238. package/min/vs/{monaco.contribution-DBV8hY3j.js → monaco.contribution-Dng4cbIh.js} +1 -1
  239. package/min/vs/nls.messages.cs.js +3 -3
  240. package/min/vs/nls.messages.de.js +3 -3
  241. package/min/vs/nls.messages.es.js +3 -3
  242. package/min/vs/nls.messages.fr.js +3 -3
  243. package/min/vs/nls.messages.it.js +3 -3
  244. package/min/vs/nls.messages.ja.js +3 -3
  245. package/min/vs/nls.messages.ko.js +3 -3
  246. package/min/vs/nls.messages.pl.js +3 -3
  247. package/min/vs/nls.messages.pt-br.js +2 -2
  248. package/min/vs/nls.messages.ru.js +3 -3
  249. package/min/vs/nls.messages.tr.js +3 -3
  250. package/min/vs/nls.messages.zh-cn.js +3 -3
  251. package/min/vs/nls.messages.zh-tw.js +3 -3
  252. package/min/vs/{python-BX875IYK.js → python-k7tPtlws.js} +1 -1
  253. package/min/vs/{razor-BBB6Wn5s.js → razor-9j5Idzae.js} +1 -1
  254. package/min/vs/{tsMode-DYyNPclY.js → tsMode-BDVJ4HNT.js} +5 -5
  255. package/min/vs/{typescript-AvfgkAyn.js → typescript-1Ue-gdOx.js} +1 -1
  256. package/min/vs/{workers-DnTKLxL6.js → workers-jkActJYc.js} +1 -1
  257. package/min/vs/{xml-BVhc_vbm.js → xml-BsAArBP5.js} +1 -1
  258. package/min/vs/{yaml-a9dM1cQx.js → yaml-2dSzUkHA.js} +1 -1
  259. package/package.json +5 -5
@@ -9,98 +9,98 @@ import { scrollbarShadow, badgeBackground } from './miscColors.js';
9
9
  * Licensed under the MIT License. See License.txt in the project root for license information.
10
10
  *--------------------------------------------------------------------------------------------*/
11
11
  // ----- editor
12
- const editorBackground = registerColor('editor.background', { light: '#ffffff', dark: '#1E1E1E', hcDark: Color.black, hcLight: Color.white }, localize(1785, "Editor background color."));
13
- const editorForeground = registerColor('editor.foreground', { light: '#333333', dark: '#BBBBBB', hcDark: Color.white, hcLight: foreground }, localize(1786, "Editor default foreground color."));
14
- registerColor('editorStickyScroll.background', editorBackground, localize(1787, "Background color of sticky scroll in the editor"));
15
- registerColor('editorStickyScrollGutter.background', editorBackground, localize(1788, "Background color of the gutter part of sticky scroll in the editor"));
16
- registerColor('editorStickyScrollHover.background', { dark: '#2A2D2E', light: '#F0F0F0', hcDark: null, hcLight: Color.fromHex('#0F4A85').transparent(0.1) }, localize(1789, "Background color of sticky scroll on hover in the editor"));
17
- registerColor('editorStickyScroll.border', { dark: null, light: null, hcDark: contrastBorder, hcLight: contrastBorder }, localize(1790, "Border color of sticky scroll in the editor"));
18
- registerColor('editorStickyScroll.shadow', scrollbarShadow, localize(1791, " Shadow color of sticky scroll in the editor"));
19
- const editorWidgetBackground = registerColor('editorWidget.background', { dark: '#252526', light: '#F3F3F3', hcDark: '#0C141F', hcLight: Color.white }, localize(1792, 'Background color of editor widgets, such as find/replace.'));
20
- const editorWidgetForeground = registerColor('editorWidget.foreground', foreground, localize(1793, 'Foreground color of editor widgets, such as find/replace.'));
21
- const editorWidgetBorder = registerColor('editorWidget.border', { dark: '#454545', light: '#C8C8C8', hcDark: contrastBorder, hcLight: contrastBorder }, localize(1794, 'Border color of editor widgets. The color is only used if the widget chooses to have a border and if the color is not overridden by a widget.'));
22
- registerColor('editorWidget.resizeBorder', null, localize(1795, "Border color of the resize bar of editor widgets. The color is only used if the widget chooses to have a resize border and if the color is not overridden by a widget."));
23
- registerColor('editorError.background', null, localize(1796, 'Background color of error text in the editor. The color must not be opaque so as not to hide underlying decorations.'), true);
24
- const editorErrorForeground = registerColor('editorError.foreground', { dark: '#F14C4C', light: '#E51400', hcDark: '#F48771', hcLight: '#B5200D' }, localize(1797, 'Foreground color of error squigglies in the editor.'));
25
- const editorErrorBorder = registerColor('editorError.border', { dark: null, light: null, hcDark: Color.fromHex('#E47777').transparent(0.8), hcLight: '#B5200D' }, localize(1798, 'If set, color of double underlines for errors in the editor.'));
26
- const editorWarningBackground = registerColor('editorWarning.background', null, localize(1799, 'Background color of warning text in the editor. The color must not be opaque so as not to hide underlying decorations.'), true);
27
- const editorWarningForeground = registerColor('editorWarning.foreground', { dark: '#CCA700', light: '#BF8803', hcDark: '#FFD370', hcLight: '#895503' }, localize(1800, 'Foreground color of warning squigglies in the editor.'));
28
- const editorWarningBorder = registerColor('editorWarning.border', { dark: null, light: null, hcDark: Color.fromHex('#FFCC00').transparent(0.8), hcLight: Color.fromHex('#FFCC00').transparent(0.8) }, localize(1801, 'If set, color of double underlines for warnings in the editor.'));
29
- registerColor('editorInfo.background', null, localize(1802, 'Background color of info text in the editor. The color must not be opaque so as not to hide underlying decorations.'), true);
30
- const editorInfoForeground = registerColor('editorInfo.foreground', { dark: '#3794FF', light: '#1a85ff', hcDark: '#3794FF', hcLight: '#1a85ff' }, localize(1803, 'Foreground color of info squigglies in the editor.'));
31
- const editorInfoBorder = registerColor('editorInfo.border', { dark: null, light: null, hcDark: Color.fromHex('#3794FF').transparent(0.8), hcLight: '#292929' }, localize(1804, 'If set, color of double underlines for infos in the editor.'));
32
- const editorHintForeground = registerColor('editorHint.foreground', { dark: Color.fromHex('#eeeeee').transparent(0.7), light: '#6c6c6c', hcDark: null, hcLight: null }, localize(1805, 'Foreground color of hint squigglies in the editor.'));
33
- registerColor('editorHint.border', { dark: null, light: null, hcDark: Color.fromHex('#eeeeee').transparent(0.8), hcLight: '#292929' }, localize(1806, 'If set, color of double underlines for hints in the editor.'));
34
- const editorActiveLinkForeground = registerColor('editorLink.activeForeground', { dark: '#4E94CE', light: Color.blue, hcDark: Color.cyan, hcLight: '#292929' }, localize(1807, 'Color of active links.'));
12
+ const editorBackground = registerColor('editor.background', { light: '#ffffff', dark: '#1E1E1E', hcDark: Color.black, hcLight: Color.white }, localize(1789, "Editor background color."));
13
+ const editorForeground = registerColor('editor.foreground', { light: '#333333', dark: '#BBBBBB', hcDark: Color.white, hcLight: foreground }, localize(1790, "Editor default foreground color."));
14
+ registerColor('editorStickyScroll.background', editorBackground, localize(1791, "Background color of sticky scroll in the editor"));
15
+ registerColor('editorStickyScrollGutter.background', editorBackground, localize(1792, "Background color of the gutter part of sticky scroll in the editor"));
16
+ registerColor('editorStickyScrollHover.background', { dark: '#2A2D2E', light: '#F0F0F0', hcDark: null, hcLight: Color.fromHex('#0F4A85').transparent(0.1) }, localize(1793, "Background color of sticky scroll on hover in the editor"));
17
+ registerColor('editorStickyScroll.border', { dark: null, light: null, hcDark: contrastBorder, hcLight: contrastBorder }, localize(1794, "Border color of sticky scroll in the editor"));
18
+ registerColor('editorStickyScroll.shadow', scrollbarShadow, localize(1795, " Shadow color of sticky scroll in the editor"));
19
+ const editorWidgetBackground = registerColor('editorWidget.background', { dark: '#252526', light: '#F3F3F3', hcDark: '#0C141F', hcLight: Color.white }, localize(1796, 'Background color of editor widgets, such as find/replace.'));
20
+ const editorWidgetForeground = registerColor('editorWidget.foreground', foreground, localize(1797, 'Foreground color of editor widgets, such as find/replace.'));
21
+ const editorWidgetBorder = registerColor('editorWidget.border', { dark: '#454545', light: '#C8C8C8', hcDark: contrastBorder, hcLight: contrastBorder }, localize(1798, 'Border color of editor widgets. The color is only used if the widget chooses to have a border and if the color is not overridden by a widget.'));
22
+ registerColor('editorWidget.resizeBorder', null, localize(1799, "Border color of the resize bar of editor widgets. The color is only used if the widget chooses to have a resize border and if the color is not overridden by a widget."));
23
+ registerColor('editorError.background', null, localize(1800, 'Background color of error text in the editor. The color must not be opaque so as not to hide underlying decorations.'), true);
24
+ const editorErrorForeground = registerColor('editorError.foreground', { dark: '#F14C4C', light: '#E51400', hcDark: '#F48771', hcLight: '#B5200D' }, localize(1801, 'Foreground color of error squigglies in the editor.'));
25
+ const editorErrorBorder = registerColor('editorError.border', { dark: null, light: null, hcDark: Color.fromHex('#E47777').transparent(0.8), hcLight: '#B5200D' }, localize(1802, 'If set, color of double underlines for errors in the editor.'));
26
+ const editorWarningBackground = registerColor('editorWarning.background', null, localize(1803, 'Background color of warning text in the editor. The color must not be opaque so as not to hide underlying decorations.'), true);
27
+ const editorWarningForeground = registerColor('editorWarning.foreground', { dark: '#CCA700', light: '#BF8803', hcDark: '#FFD370', hcLight: '#895503' }, localize(1804, 'Foreground color of warning squigglies in the editor.'));
28
+ const editorWarningBorder = registerColor('editorWarning.border', { dark: null, light: null, hcDark: Color.fromHex('#FFCC00').transparent(0.8), hcLight: Color.fromHex('#FFCC00').transparent(0.8) }, localize(1805, 'If set, color of double underlines for warnings in the editor.'));
29
+ registerColor('editorInfo.background', null, localize(1806, 'Background color of info text in the editor. The color must not be opaque so as not to hide underlying decorations.'), true);
30
+ const editorInfoForeground = registerColor('editorInfo.foreground', { dark: '#3794FF', light: '#1a85ff', hcDark: '#3794FF', hcLight: '#1a85ff' }, localize(1807, 'Foreground color of info squigglies in the editor.'));
31
+ const editorInfoBorder = registerColor('editorInfo.border', { dark: null, light: null, hcDark: Color.fromHex('#3794FF').transparent(0.8), hcLight: '#292929' }, localize(1808, 'If set, color of double underlines for infos in the editor.'));
32
+ const editorHintForeground = registerColor('editorHint.foreground', { dark: Color.fromHex('#eeeeee').transparent(0.7), light: '#6c6c6c', hcDark: null, hcLight: null }, localize(1809, 'Foreground color of hint squigglies in the editor.'));
33
+ registerColor('editorHint.border', { dark: null, light: null, hcDark: Color.fromHex('#eeeeee').transparent(0.8), hcLight: '#292929' }, localize(1810, 'If set, color of double underlines for hints in the editor.'));
34
+ const editorActiveLinkForeground = registerColor('editorLink.activeForeground', { dark: '#4E94CE', light: Color.blue, hcDark: Color.cyan, hcLight: '#292929' }, localize(1811, 'Color of active links.'));
35
35
  // ----- editor selection
36
- const editorSelectionBackground = registerColor('editor.selectionBackground', { light: '#ADD6FF', dark: '#264F78', hcDark: '#f3f518', hcLight: '#0F4A85' }, localize(1808, "Color of the editor selection."));
37
- const editorSelectionForeground = registerColor('editor.selectionForeground', { light: null, dark: null, hcDark: '#000000', hcLight: Color.white }, localize(1809, "Color of the selected text for high contrast."));
38
- const editorInactiveSelection = registerColor('editor.inactiveSelectionBackground', { light: transparent(editorSelectionBackground, 0.5), dark: transparent(editorSelectionBackground, 0.5), hcDark: transparent(editorSelectionBackground, 0.7), hcLight: transparent(editorSelectionBackground, 0.5) }, localize(1810, "Color of the selection in an inactive editor. The color must not be opaque so as not to hide underlying decorations."), true);
39
- const editorSelectionHighlight = registerColor('editor.selectionHighlightBackground', { light: lessProminent(editorSelectionBackground, editorBackground, 0.3, 0.6), dark: lessProminent(editorSelectionBackground, editorBackground, 0.3, 0.6), hcDark: null, hcLight: null }, localize(1811, 'Color for regions with the same content as the selection. The color must not be opaque so as not to hide underlying decorations.'), true);
40
- registerColor('editor.selectionHighlightBorder', { light: null, dark: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, localize(1812, "Border color for regions with the same content as the selection."));
41
- registerColor('editor.compositionBorder', { light: '#000000', dark: '#ffffff', hcLight: '#000000', hcDark: '#ffffff' }, localize(1813, "The border color for an IME composition."));
36
+ const editorSelectionBackground = registerColor('editor.selectionBackground', { light: '#ADD6FF', dark: '#264F78', hcDark: '#f3f518', hcLight: '#0F4A85' }, localize(1812, "Color of the editor selection."));
37
+ const editorSelectionForeground = registerColor('editor.selectionForeground', { light: null, dark: null, hcDark: '#000000', hcLight: Color.white }, localize(1813, "Color of the selected text for high contrast."));
38
+ const editorInactiveSelection = registerColor('editor.inactiveSelectionBackground', { light: transparent(editorSelectionBackground, 0.5), dark: transparent(editorSelectionBackground, 0.5), hcDark: transparent(editorSelectionBackground, 0.7), hcLight: transparent(editorSelectionBackground, 0.5) }, localize(1814, "Color of the selection in an inactive editor. The color must not be opaque so as not to hide underlying decorations."), true);
39
+ const editorSelectionHighlight = registerColor('editor.selectionHighlightBackground', { light: lessProminent(editorSelectionBackground, editorBackground, 0.3, 0.6), dark: lessProminent(editorSelectionBackground, editorBackground, 0.3, 0.6), hcDark: null, hcLight: null }, localize(1815, 'Color for regions with the same content as the selection. The color must not be opaque so as not to hide underlying decorations.'), true);
40
+ registerColor('editor.selectionHighlightBorder', { light: null, dark: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, localize(1816, "Border color for regions with the same content as the selection."));
41
+ registerColor('editor.compositionBorder', { light: '#000000', dark: '#ffffff', hcLight: '#000000', hcDark: '#ffffff' }, localize(1817, "The border color for an IME composition."));
42
42
  // ----- editor find
43
- registerColor('editor.findMatchBackground', { light: '#A8AC94', dark: '#515C6A', hcDark: null, hcLight: null }, localize(1814, "Color of the current search match."));
44
- const editorFindMatchForeground = registerColor('editor.findMatchForeground', null, localize(1815, "Text color of the current search match."));
45
- const editorFindMatchHighlight = registerColor('editor.findMatchHighlightBackground', { light: '#EA5C0055', dark: '#EA5C0055', hcDark: null, hcLight: null }, localize(1816, "Color of the other search matches. The color must not be opaque so as not to hide underlying decorations."), true);
46
- const editorFindMatchHighlightForeground = registerColor('editor.findMatchHighlightForeground', null, localize(1817, "Foreground color of the other search matches."), true);
47
- registerColor('editor.findRangeHighlightBackground', { dark: '#3a3d4166', light: '#b4b4b44d', hcDark: null, hcLight: null }, localize(1818, "Color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations."), true);
48
- registerColor('editor.findMatchBorder', { light: null, dark: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, localize(1819, "Border color of the current search match."));
49
- const editorFindMatchHighlightBorder = registerColor('editor.findMatchHighlightBorder', { light: null, dark: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, localize(1820, "Border color of the other search matches."));
50
- const editorFindRangeHighlightBorder = registerColor('editor.findRangeHighlightBorder', { dark: null, light: null, hcDark: transparent(activeContrastBorder, 0.4), hcLight: transparent(activeContrastBorder, 0.4) }, localize(1821, "Border color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations."), true);
43
+ registerColor('editor.findMatchBackground', { light: '#A8AC94', dark: '#515C6A', hcDark: null, hcLight: null }, localize(1818, "Color of the current search match."));
44
+ const editorFindMatchForeground = registerColor('editor.findMatchForeground', null, localize(1819, "Text color of the current search match."));
45
+ const editorFindMatchHighlight = registerColor('editor.findMatchHighlightBackground', { light: '#EA5C0055', dark: '#EA5C0055', hcDark: null, hcLight: null }, localize(1820, "Color of the other search matches. The color must not be opaque so as not to hide underlying decorations."), true);
46
+ const editorFindMatchHighlightForeground = registerColor('editor.findMatchHighlightForeground', null, localize(1821, "Foreground color of the other search matches."), true);
47
+ registerColor('editor.findRangeHighlightBackground', { dark: '#3a3d4166', light: '#b4b4b44d', hcDark: null, hcLight: null }, localize(1822, "Color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations."), true);
48
+ registerColor('editor.findMatchBorder', { light: null, dark: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, localize(1823, "Border color of the current search match."));
49
+ const editorFindMatchHighlightBorder = registerColor('editor.findMatchHighlightBorder', { light: null, dark: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, localize(1824, "Border color of the other search matches."));
50
+ const editorFindRangeHighlightBorder = registerColor('editor.findRangeHighlightBorder', { dark: null, light: null, hcDark: transparent(activeContrastBorder, 0.4), hcLight: transparent(activeContrastBorder, 0.4) }, localize(1825, "Border color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations."), true);
51
51
  // ----- editor hover
52
- registerColor('editor.hoverHighlightBackground', { light: '#ADD6FF26', dark: '#264f7840', hcDark: '#ADD6FF26', hcLight: null }, localize(1822, 'Highlight below the word for which a hover is shown. The color must not be opaque so as not to hide underlying decorations.'), true);
53
- const editorHoverBackground = registerColor('editorHoverWidget.background', editorWidgetBackground, localize(1823, 'Background color of the editor hover.'));
54
- const editorHoverForeground = registerColor('editorHoverWidget.foreground', editorWidgetForeground, localize(1824, 'Foreground color of the editor hover.'));
55
- const editorHoverBorder = registerColor('editorHoverWidget.border', editorWidgetBorder, localize(1825, 'Border color of the editor hover.'));
56
- registerColor('editorHoverWidget.statusBarBackground', { dark: lighten(editorHoverBackground, 0.2), light: darken(editorHoverBackground, 0.05), hcDark: editorWidgetBackground, hcLight: editorWidgetBackground }, localize(1826, "Background color of the editor hover status bar."));
52
+ registerColor('editor.hoverHighlightBackground', { light: '#ADD6FF26', dark: '#264f7840', hcDark: '#ADD6FF26', hcLight: null }, localize(1826, 'Highlight below the word for which a hover is shown. The color must not be opaque so as not to hide underlying decorations.'), true);
53
+ const editorHoverBackground = registerColor('editorHoverWidget.background', editorWidgetBackground, localize(1827, 'Background color of the editor hover.'));
54
+ const editorHoverForeground = registerColor('editorHoverWidget.foreground', editorWidgetForeground, localize(1828, 'Foreground color of the editor hover.'));
55
+ const editorHoverBorder = registerColor('editorHoverWidget.border', editorWidgetBorder, localize(1829, 'Border color of the editor hover.'));
56
+ registerColor('editorHoverWidget.statusBarBackground', { dark: lighten(editorHoverBackground, 0.2), light: darken(editorHoverBackground, 0.05), hcDark: editorWidgetBackground, hcLight: editorWidgetBackground }, localize(1830, "Background color of the editor hover status bar."));
57
57
  // ----- editor inlay hint
58
- const editorInlayHintForeground = registerColor('editorInlayHint.foreground', { dark: '#969696', light: '#969696', hcDark: Color.white, hcLight: Color.black }, localize(1827, 'Foreground color of inline hints'));
59
- const editorInlayHintBackground = registerColor('editorInlayHint.background', { dark: transparent(badgeBackground, .10), light: transparent(badgeBackground, .10), hcDark: transparent(Color.white, .10), hcLight: transparent(badgeBackground, .10) }, localize(1828, 'Background color of inline hints'));
60
- const editorInlayHintTypeForeground = registerColor('editorInlayHint.typeForeground', editorInlayHintForeground, localize(1829, 'Foreground color of inline hints for types'));
61
- const editorInlayHintTypeBackground = registerColor('editorInlayHint.typeBackground', editorInlayHintBackground, localize(1830, 'Background color of inline hints for types'));
62
- const editorInlayHintParameterForeground = registerColor('editorInlayHint.parameterForeground', editorInlayHintForeground, localize(1831, 'Foreground color of inline hints for parameters'));
63
- const editorInlayHintParameterBackground = registerColor('editorInlayHint.parameterBackground', editorInlayHintBackground, localize(1832, 'Background color of inline hints for parameters'));
58
+ const editorInlayHintForeground = registerColor('editorInlayHint.foreground', { dark: '#969696', light: '#969696', hcDark: Color.white, hcLight: Color.black }, localize(1831, 'Foreground color of inline hints'));
59
+ const editorInlayHintBackground = registerColor('editorInlayHint.background', { dark: transparent(badgeBackground, .10), light: transparent(badgeBackground, .10), hcDark: transparent(Color.white, .10), hcLight: transparent(badgeBackground, .10) }, localize(1832, 'Background color of inline hints'));
60
+ const editorInlayHintTypeForeground = registerColor('editorInlayHint.typeForeground', editorInlayHintForeground, localize(1833, 'Foreground color of inline hints for types'));
61
+ const editorInlayHintTypeBackground = registerColor('editorInlayHint.typeBackground', editorInlayHintBackground, localize(1834, 'Background color of inline hints for types'));
62
+ const editorInlayHintParameterForeground = registerColor('editorInlayHint.parameterForeground', editorInlayHintForeground, localize(1835, 'Foreground color of inline hints for parameters'));
63
+ const editorInlayHintParameterBackground = registerColor('editorInlayHint.parameterBackground', editorInlayHintBackground, localize(1836, 'Background color of inline hints for parameters'));
64
64
  // ----- editor lightbulb
65
- const editorLightBulbForeground = registerColor('editorLightBulb.foreground', { dark: '#FFCC00', light: '#DDB100', hcDark: '#FFCC00', hcLight: '#007ACC' }, localize(1833, "The color used for the lightbulb actions icon."));
66
- registerColor('editorLightBulbAutoFix.foreground', { dark: '#75BEFF', light: '#007ACC', hcDark: '#75BEFF', hcLight: '#007ACC' }, localize(1834, "The color used for the lightbulb auto fix actions icon."));
67
- registerColor('editorLightBulbAi.foreground', editorLightBulbForeground, localize(1835, "The color used for the lightbulb AI icon."));
65
+ const editorLightBulbForeground = registerColor('editorLightBulb.foreground', { dark: '#FFCC00', light: '#DDB100', hcDark: '#FFCC00', hcLight: '#007ACC' }, localize(1837, "The color used for the lightbulb actions icon."));
66
+ registerColor('editorLightBulbAutoFix.foreground', { dark: '#75BEFF', light: '#007ACC', hcDark: '#75BEFF', hcLight: '#007ACC' }, localize(1838, "The color used for the lightbulb auto fix actions icon."));
67
+ registerColor('editorLightBulbAi.foreground', editorLightBulbForeground, localize(1839, "The color used for the lightbulb AI icon."));
68
68
  // ----- editor snippet
69
- registerColor('editor.snippetTabstopHighlightBackground', { dark: new Color(new RGBA(124, 124, 124, 0.3)), light: new Color(new RGBA(10, 50, 100, 0.2)), hcDark: new Color(new RGBA(124, 124, 124, 0.3)), hcLight: new Color(new RGBA(10, 50, 100, 0.2)) }, localize(1836, "Highlight background color of a snippet tabstop."));
70
- registerColor('editor.snippetTabstopHighlightBorder', null, localize(1837, "Highlight border color of a snippet tabstop."));
71
- registerColor('editor.snippetFinalTabstopHighlightBackground', null, localize(1838, "Highlight background color of the final tabstop of a snippet."));
72
- registerColor('editor.snippetFinalTabstopHighlightBorder', { dark: '#525252', light: new Color(new RGBA(10, 50, 100, 0.5)), hcDark: '#525252', hcLight: '#292929' }, localize(1839, "Highlight border color of the final tabstop of a snippet."));
69
+ registerColor('editor.snippetTabstopHighlightBackground', { dark: new Color(new RGBA(124, 124, 124, 0.3)), light: new Color(new RGBA(10, 50, 100, 0.2)), hcDark: new Color(new RGBA(124, 124, 124, 0.3)), hcLight: new Color(new RGBA(10, 50, 100, 0.2)) }, localize(1840, "Highlight background color of a snippet tabstop."));
70
+ registerColor('editor.snippetTabstopHighlightBorder', null, localize(1841, "Highlight border color of a snippet tabstop."));
71
+ registerColor('editor.snippetFinalTabstopHighlightBackground', null, localize(1842, "Highlight background color of the final tabstop of a snippet."));
72
+ registerColor('editor.snippetFinalTabstopHighlightBorder', { dark: '#525252', light: new Color(new RGBA(10, 50, 100, 0.5)), hcDark: '#525252', hcLight: '#292929' }, localize(1843, "Highlight border color of the final tabstop of a snippet."));
73
73
  // ----- diff editor
74
74
  const defaultInsertColor = new Color(new RGBA(155, 185, 85, .2));
75
75
  const defaultRemoveColor = new Color(new RGBA(255, 0, 0, .2));
76
- const diffInserted = registerColor('diffEditor.insertedTextBackground', { dark: '#9ccc2c33', light: '#9ccc2c40', hcDark: null, hcLight: null }, localize(1840, 'Background color for text that got inserted. The color must not be opaque so as not to hide underlying decorations.'), true);
77
- const diffRemoved = registerColor('diffEditor.removedTextBackground', { dark: '#ff000033', light: '#ff000033', hcDark: null, hcLight: null }, localize(1841, 'Background color for text that got removed. The color must not be opaque so as not to hide underlying decorations.'), true);
78
- const diffInsertedLine = registerColor('diffEditor.insertedLineBackground', { dark: defaultInsertColor, light: defaultInsertColor, hcDark: null, hcLight: null }, localize(1842, 'Background color for lines that got inserted. The color must not be opaque so as not to hide underlying decorations.'), true);
79
- registerColor('diffEditor.removedLineBackground', { dark: defaultRemoveColor, light: defaultRemoveColor, hcDark: null, hcLight: null }, localize(1843, 'Background color for lines that got removed. The color must not be opaque so as not to hide underlying decorations.'), true);
80
- registerColor('diffEditorGutter.insertedLineBackground', null, localize(1844, 'Background color for the margin where lines got inserted.'));
81
- registerColor('diffEditorGutter.removedLineBackground', null, localize(1845, 'Background color for the margin where lines got removed.'));
82
- const diffOverviewRulerInserted = registerColor('diffEditorOverview.insertedForeground', null, localize(1846, 'Diff overview ruler foreground for inserted content.'));
83
- const diffOverviewRulerRemoved = registerColor('diffEditorOverview.removedForeground', null, localize(1847, 'Diff overview ruler foreground for removed content.'));
84
- registerColor('diffEditor.insertedTextBorder', { dark: null, light: null, hcDark: '#33ff2eff', hcLight: '#374E06' }, localize(1848, 'Outline color for the text that got inserted.'));
85
- registerColor('diffEditor.removedTextBorder', { dark: null, light: null, hcDark: '#FF008F', hcLight: '#AD0707' }, localize(1849, 'Outline color for text that got removed.'));
86
- registerColor('diffEditor.border', { dark: null, light: null, hcDark: contrastBorder, hcLight: contrastBorder }, localize(1850, 'Border color between the two text editors.'));
87
- registerColor('diffEditor.diagonalFill', { dark: '#cccccc33', light: '#22222233', hcDark: null, hcLight: null }, localize(1851, "Color of the diff editor's diagonal fill. The diagonal fill is used in side-by-side diff views."));
88
- registerColor('diffEditor.unchangedRegionBackground', 'sideBar.background', localize(1852, "The background color of unchanged blocks in the diff editor."));
89
- registerColor('diffEditor.unchangedRegionForeground', 'foreground', localize(1853, "The foreground color of unchanged blocks in the diff editor."));
90
- registerColor('diffEditor.unchangedCodeBackground', { dark: '#74747429', light: '#b8b8b829', hcDark: null, hcLight: null }, localize(1854, "The background color of unchanged code in the diff editor."));
76
+ const diffInserted = registerColor('diffEditor.insertedTextBackground', { dark: '#9ccc2c33', light: '#9ccc2c40', hcDark: null, hcLight: null }, localize(1844, 'Background color for text that got inserted. The color must not be opaque so as not to hide underlying decorations.'), true);
77
+ const diffRemoved = registerColor('diffEditor.removedTextBackground', { dark: '#ff000033', light: '#ff000033', hcDark: null, hcLight: null }, localize(1845, 'Background color for text that got removed. The color must not be opaque so as not to hide underlying decorations.'), true);
78
+ const diffInsertedLine = registerColor('diffEditor.insertedLineBackground', { dark: defaultInsertColor, light: defaultInsertColor, hcDark: null, hcLight: null }, localize(1846, 'Background color for lines that got inserted. The color must not be opaque so as not to hide underlying decorations.'), true);
79
+ registerColor('diffEditor.removedLineBackground', { dark: defaultRemoveColor, light: defaultRemoveColor, hcDark: null, hcLight: null }, localize(1847, 'Background color for lines that got removed. The color must not be opaque so as not to hide underlying decorations.'), true);
80
+ registerColor('diffEditorGutter.insertedLineBackground', null, localize(1848, 'Background color for the margin where lines got inserted.'));
81
+ registerColor('diffEditorGutter.removedLineBackground', null, localize(1849, 'Background color for the margin where lines got removed.'));
82
+ const diffOverviewRulerInserted = registerColor('diffEditorOverview.insertedForeground', null, localize(1850, 'Diff overview ruler foreground for inserted content.'));
83
+ const diffOverviewRulerRemoved = registerColor('diffEditorOverview.removedForeground', null, localize(1851, 'Diff overview ruler foreground for removed content.'));
84
+ registerColor('diffEditor.insertedTextBorder', { dark: null, light: null, hcDark: '#33ff2eff', hcLight: '#374E06' }, localize(1852, 'Outline color for the text that got inserted.'));
85
+ registerColor('diffEditor.removedTextBorder', { dark: null, light: null, hcDark: '#FF008F', hcLight: '#AD0707' }, localize(1853, 'Outline color for text that got removed.'));
86
+ registerColor('diffEditor.border', { dark: null, light: null, hcDark: contrastBorder, hcLight: contrastBorder }, localize(1854, 'Border color between the two text editors.'));
87
+ registerColor('diffEditor.diagonalFill', { dark: '#cccccc33', light: '#22222233', hcDark: null, hcLight: null }, localize(1855, "Color of the diff editor's diagonal fill. The diagonal fill is used in side-by-side diff views."));
88
+ registerColor('diffEditor.unchangedRegionBackground', 'sideBar.background', localize(1856, "The background color of unchanged blocks in the diff editor."));
89
+ registerColor('diffEditor.unchangedRegionForeground', 'foreground', localize(1857, "The foreground color of unchanged blocks in the diff editor."));
90
+ registerColor('diffEditor.unchangedCodeBackground', { dark: '#74747429', light: '#b8b8b829', hcDark: null, hcLight: null }, localize(1858, "The background color of unchanged code in the diff editor."));
91
91
  // ----- widget
92
- const widgetShadow = registerColor('widget.shadow', { dark: transparent(Color.black, .36), light: transparent(Color.black, .16), hcDark: null, hcLight: null }, localize(1855, 'Shadow color of widgets such as find/replace inside the editor.'));
93
- const widgetBorder = registerColor('widget.border', { dark: null, light: null, hcDark: contrastBorder, hcLight: contrastBorder }, localize(1856, 'Border color of widgets such as find/replace inside the editor.'));
92
+ const widgetShadow = registerColor('widget.shadow', { dark: transparent(Color.black, .36), light: transparent(Color.black, .16), hcDark: null, hcLight: null }, localize(1859, 'Shadow color of widgets such as find/replace inside the editor.'));
93
+ const widgetBorder = registerColor('widget.border', { dark: null, light: null, hcDark: contrastBorder, hcLight: contrastBorder }, localize(1860, 'Border color of widgets such as find/replace inside the editor.'));
94
94
  // ----- toolbar
95
- const toolbarHoverBackground = registerColor('toolbar.hoverBackground', { dark: '#5a5d5e50', light: '#b8b8b850', hcDark: null, hcLight: null }, localize(1857, "Toolbar background when hovering over actions using the mouse"));
96
- registerColor('toolbar.hoverOutline', { dark: null, light: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, localize(1858, "Toolbar outline when hovering over actions using the mouse"));
97
- registerColor('toolbar.activeBackground', { dark: lighten(toolbarHoverBackground, 0.1), light: darken(toolbarHoverBackground, 0.1), hcDark: null, hcLight: null }, localize(1859, "Toolbar background when holding the mouse over actions"));
95
+ const toolbarHoverBackground = registerColor('toolbar.hoverBackground', { dark: '#5a5d5e50', light: '#b8b8b850', hcDark: null, hcLight: null }, localize(1861, "Toolbar background when hovering over actions using the mouse"));
96
+ registerColor('toolbar.hoverOutline', { dark: null, light: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, localize(1862, "Toolbar outline when hovering over actions using the mouse"));
97
+ registerColor('toolbar.activeBackground', { dark: lighten(toolbarHoverBackground, 0.1), light: darken(toolbarHoverBackground, 0.1), hcDark: null, hcLight: null }, localize(1863, "Toolbar background when holding the mouse over actions"));
98
98
  // ----- breadcumbs
99
- const breadcrumbsForeground = registerColor('breadcrumb.foreground', transparent(foreground, 0.8), localize(1860, "Color of focused breadcrumb items."));
100
- const breadcrumbsBackground = registerColor('breadcrumb.background', editorBackground, localize(1861, "Background color of breadcrumb items."));
101
- const breadcrumbsFocusForeground = registerColor('breadcrumb.focusForeground', { light: darken(foreground, 0.2), dark: lighten(foreground, 0.1), hcDark: lighten(foreground, 0.1), hcLight: lighten(foreground, 0.1) }, localize(1862, "Color of focused breadcrumb items."));
102
- const breadcrumbsActiveSelectionForeground = registerColor('breadcrumb.activeSelectionForeground', { light: darken(foreground, 0.2), dark: lighten(foreground, 0.1), hcDark: lighten(foreground, 0.1), hcLight: lighten(foreground, 0.1) }, localize(1863, "Color of selected breadcrumb items."));
103
- registerColor('breadcrumbPicker.background', editorWidgetBackground, localize(1864, "Background color of breadcrumb item picker."));
99
+ const breadcrumbsForeground = registerColor('breadcrumb.foreground', transparent(foreground, 0.8), localize(1864, "Color of focused breadcrumb items."));
100
+ const breadcrumbsBackground = registerColor('breadcrumb.background', editorBackground, localize(1865, "Background color of breadcrumb items."));
101
+ const breadcrumbsFocusForeground = registerColor('breadcrumb.focusForeground', { light: darken(foreground, 0.2), dark: lighten(foreground, 0.1), hcDark: lighten(foreground, 0.1), hcLight: lighten(foreground, 0.1) }, localize(1866, "Color of focused breadcrumb items."));
102
+ const breadcrumbsActiveSelectionForeground = registerColor('breadcrumb.activeSelectionForeground', { light: darken(foreground, 0.2), dark: lighten(foreground, 0.1), hcDark: lighten(foreground, 0.1), hcLight: lighten(foreground, 0.1) }, localize(1867, "Color of selected breadcrumb items."));
103
+ registerColor('breadcrumbPicker.background', editorWidgetBackground, localize(1868, "Background color of breadcrumb item picker."));
104
104
  // ----- merge
105
105
  const headerTransparency = 0.5;
106
106
  const currentBaseColor = Color.fromHex('#40C8AE').transparent(headerTransparency);
@@ -108,21 +108,21 @@ const incomingBaseColor = Color.fromHex('#40A6FF').transparent(headerTransparenc
108
108
  const commonBaseColor = Color.fromHex('#606060').transparent(0.4);
109
109
  const contentTransparency = 0.4;
110
110
  const rulerTransparency = 1;
111
- const mergeCurrentHeaderBackground = registerColor('merge.currentHeaderBackground', { dark: currentBaseColor, light: currentBaseColor, hcDark: null, hcLight: null }, localize(1865, 'Current header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.'), true);
112
- registerColor('merge.currentContentBackground', transparent(mergeCurrentHeaderBackground, contentTransparency), localize(1866, 'Current content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.'), true);
113
- const mergeIncomingHeaderBackground = registerColor('merge.incomingHeaderBackground', { dark: incomingBaseColor, light: incomingBaseColor, hcDark: null, hcLight: null }, localize(1867, 'Incoming header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.'), true);
114
- registerColor('merge.incomingContentBackground', transparent(mergeIncomingHeaderBackground, contentTransparency), localize(1868, 'Incoming content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.'), true);
115
- const mergeCommonHeaderBackground = registerColor('merge.commonHeaderBackground', { dark: commonBaseColor, light: commonBaseColor, hcDark: null, hcLight: null }, localize(1869, 'Common ancestor header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.'), true);
116
- registerColor('merge.commonContentBackground', transparent(mergeCommonHeaderBackground, contentTransparency), localize(1870, 'Common ancestor content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.'), true);
117
- const mergeBorder = registerColor('merge.border', { dark: null, light: null, hcDark: '#C3DF6F', hcLight: '#007ACC' }, localize(1871, 'Border color on headers and the splitter in inline merge-conflicts.'));
118
- registerColor('editorOverviewRuler.currentContentForeground', { dark: transparent(mergeCurrentHeaderBackground, rulerTransparency), light: transparent(mergeCurrentHeaderBackground, rulerTransparency), hcDark: mergeBorder, hcLight: mergeBorder }, localize(1872, 'Current overview ruler foreground for inline merge-conflicts.'));
119
- registerColor('editorOverviewRuler.incomingContentForeground', { dark: transparent(mergeIncomingHeaderBackground, rulerTransparency), light: transparent(mergeIncomingHeaderBackground, rulerTransparency), hcDark: mergeBorder, hcLight: mergeBorder }, localize(1873, 'Incoming overview ruler foreground for inline merge-conflicts.'));
120
- registerColor('editorOverviewRuler.commonContentForeground', { dark: transparent(mergeCommonHeaderBackground, rulerTransparency), light: transparent(mergeCommonHeaderBackground, rulerTransparency), hcDark: mergeBorder, hcLight: mergeBorder }, localize(1874, 'Common ancestor overview ruler foreground for inline merge-conflicts.'));
121
- const overviewRulerFindMatchForeground = registerColor('editorOverviewRuler.findMatchForeground', { dark: '#d186167e', light: '#d186167e', hcDark: '#AB5A00', hcLight: '#AB5A00' }, localize(1875, 'Overview ruler marker color for find matches. The color must not be opaque so as not to hide underlying decorations.'), true);
122
- const overviewRulerSelectionHighlightForeground = registerColor('editorOverviewRuler.selectionHighlightForeground', '#A0A0A0CC', localize(1876, 'Overview ruler marker color for selection highlights. The color must not be opaque so as not to hide underlying decorations.'), true);
111
+ const mergeCurrentHeaderBackground = registerColor('merge.currentHeaderBackground', { dark: currentBaseColor, light: currentBaseColor, hcDark: null, hcLight: null }, localize(1869, 'Current header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.'), true);
112
+ registerColor('merge.currentContentBackground', transparent(mergeCurrentHeaderBackground, contentTransparency), localize(1870, 'Current content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.'), true);
113
+ const mergeIncomingHeaderBackground = registerColor('merge.incomingHeaderBackground', { dark: incomingBaseColor, light: incomingBaseColor, hcDark: null, hcLight: null }, localize(1871, 'Incoming header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.'), true);
114
+ registerColor('merge.incomingContentBackground', transparent(mergeIncomingHeaderBackground, contentTransparency), localize(1872, 'Incoming content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.'), true);
115
+ const mergeCommonHeaderBackground = registerColor('merge.commonHeaderBackground', { dark: commonBaseColor, light: commonBaseColor, hcDark: null, hcLight: null }, localize(1873, 'Common ancestor header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.'), true);
116
+ registerColor('merge.commonContentBackground', transparent(mergeCommonHeaderBackground, contentTransparency), localize(1874, 'Common ancestor content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.'), true);
117
+ const mergeBorder = registerColor('merge.border', { dark: null, light: null, hcDark: '#C3DF6F', hcLight: '#007ACC' }, localize(1875, 'Border color on headers and the splitter in inline merge-conflicts.'));
118
+ registerColor('editorOverviewRuler.currentContentForeground', { dark: transparent(mergeCurrentHeaderBackground, rulerTransparency), light: transparent(mergeCurrentHeaderBackground, rulerTransparency), hcDark: mergeBorder, hcLight: mergeBorder }, localize(1876, 'Current overview ruler foreground for inline merge-conflicts.'));
119
+ registerColor('editorOverviewRuler.incomingContentForeground', { dark: transparent(mergeIncomingHeaderBackground, rulerTransparency), light: transparent(mergeIncomingHeaderBackground, rulerTransparency), hcDark: mergeBorder, hcLight: mergeBorder }, localize(1877, 'Incoming overview ruler foreground for inline merge-conflicts.'));
120
+ registerColor('editorOverviewRuler.commonContentForeground', { dark: transparent(mergeCommonHeaderBackground, rulerTransparency), light: transparent(mergeCommonHeaderBackground, rulerTransparency), hcDark: mergeBorder, hcLight: mergeBorder }, localize(1878, 'Common ancestor overview ruler foreground for inline merge-conflicts.'));
121
+ const overviewRulerFindMatchForeground = registerColor('editorOverviewRuler.findMatchForeground', { dark: '#d186167e', light: '#d186167e', hcDark: '#AB5A00', hcLight: '#AB5A00' }, localize(1879, 'Overview ruler marker color for find matches. The color must not be opaque so as not to hide underlying decorations.'), true);
122
+ const overviewRulerSelectionHighlightForeground = registerColor('editorOverviewRuler.selectionHighlightForeground', '#A0A0A0CC', localize(1880, 'Overview ruler marker color for selection highlights. The color must not be opaque so as not to hide underlying decorations.'), true);
123
123
  // ----- problems
124
- const problemsErrorIconForeground = registerColor('problemsErrorIcon.foreground', editorErrorForeground, localize(1877, "The color used for the problems error icon."));
125
- const problemsWarningIconForeground = registerColor('problemsWarningIcon.foreground', editorWarningForeground, localize(1878, "The color used for the problems warning icon."));
126
- const problemsInfoIconForeground = registerColor('problemsInfoIcon.foreground', editorInfoForeground, localize(1879, "The color used for the problems info icon."));
124
+ const problemsErrorIconForeground = registerColor('problemsErrorIcon.foreground', editorErrorForeground, localize(1881, "The color used for the problems error icon."));
125
+ const problemsWarningIconForeground = registerColor('problemsWarningIcon.foreground', editorWarningForeground, localize(1882, "The color used for the problems warning icon."));
126
+ const problemsInfoIconForeground = registerColor('problemsInfoIcon.foreground', editorInfoForeground, localize(1883, "The color used for the problems info icon."));
127
127
 
128
128
  export { breadcrumbsActiveSelectionForeground, breadcrumbsBackground, breadcrumbsFocusForeground, breadcrumbsForeground, defaultInsertColor, defaultRemoveColor, diffInserted, diffInsertedLine, diffOverviewRulerInserted, diffOverviewRulerRemoved, diffRemoved, editorActiveLinkForeground, editorBackground, editorErrorBorder, editorErrorForeground, editorFindMatchForeground, editorFindMatchHighlight, editorFindMatchHighlightBorder, editorFindMatchHighlightForeground, editorFindRangeHighlightBorder, editorForeground, editorHintForeground, editorHoverBackground, editorHoverBorder, editorHoverForeground, editorInactiveSelection, editorInfoBorder, editorInfoForeground, editorInlayHintBackground, editorInlayHintForeground, editorInlayHintParameterBackground, editorInlayHintParameterForeground, editorInlayHintTypeBackground, editorInlayHintTypeForeground, editorLightBulbForeground, editorSelectionBackground, editorSelectionForeground, editorSelectionHighlight, editorWarningBackground, editorWarningBorder, editorWarningForeground, editorWidgetBackground, editorWidgetBorder, editorWidgetForeground, mergeBorder, mergeCommonHeaderBackground, mergeCurrentHeaderBackground, mergeIncomingHeaderBackground, overviewRulerFindMatchForeground, overviewRulerSelectionHighlightForeground, problemsErrorIconForeground, problemsInfoIconForeground, problemsWarningIconForeground, toolbarHoverBackground, widgetBorder, widgetShadow };
@@ -9,58 +9,58 @@ import { editorWidgetBackground } from './editorColors.js';
9
9
  * Licensed under the MIT License. See License.txt in the project root for license information.
10
10
  *--------------------------------------------------------------------------------------------*/
11
11
  // ----- input
12
- const inputBackground = registerColor('input.background', { dark: '#3C3C3C', light: Color.white, hcDark: Color.black, hcLight: Color.white }, localize(1880, "Input box background."));
13
- const inputForeground = registerColor('input.foreground', foreground, localize(1881, "Input box foreground."));
14
- const inputBorder = registerColor('input.border', { dark: null, light: null, hcDark: contrastBorder, hcLight: contrastBorder }, localize(1882, "Input box border."));
15
- const inputActiveOptionBorder = registerColor('inputOption.activeBorder', { dark: '#007ACC', light: '#007ACC', hcDark: contrastBorder, hcLight: contrastBorder }, localize(1883, "Border color of activated options in input fields."));
16
- const inputActiveOptionHoverBackground = registerColor('inputOption.hoverBackground', { dark: '#5a5d5e80', light: '#b8b8b850', hcDark: null, hcLight: null }, localize(1884, "Background color of activated options in input fields."));
17
- const inputActiveOptionBackground = registerColor('inputOption.activeBackground', { dark: transparent(focusBorder, 0.4), light: transparent(focusBorder, 0.2), hcDark: Color.transparent, hcLight: Color.transparent }, localize(1885, "Background hover color of options in input fields."));
18
- const inputActiveOptionForeground = registerColor('inputOption.activeForeground', { dark: Color.white, light: Color.black, hcDark: foreground, hcLight: foreground }, localize(1886, "Foreground color of activated options in input fields."));
19
- registerColor('input.placeholderForeground', { light: transparent(foreground, 0.5), dark: transparent(foreground, 0.5), hcDark: transparent(foreground, 0.7), hcLight: transparent(foreground, 0.7) }, localize(1887, "Input box foreground color for placeholder text."));
12
+ const inputBackground = registerColor('input.background', { dark: '#3C3C3C', light: Color.white, hcDark: Color.black, hcLight: Color.white }, localize(1884, "Input box background."));
13
+ const inputForeground = registerColor('input.foreground', foreground, localize(1885, "Input box foreground."));
14
+ const inputBorder = registerColor('input.border', { dark: null, light: null, hcDark: contrastBorder, hcLight: contrastBorder }, localize(1886, "Input box border."));
15
+ const inputActiveOptionBorder = registerColor('inputOption.activeBorder', { dark: '#007ACC', light: '#007ACC', hcDark: contrastBorder, hcLight: contrastBorder }, localize(1887, "Border color of activated options in input fields."));
16
+ const inputActiveOptionHoverBackground = registerColor('inputOption.hoverBackground', { dark: '#5a5d5e80', light: '#b8b8b850', hcDark: null, hcLight: null }, localize(1888, "Background color of activated options in input fields."));
17
+ const inputActiveOptionBackground = registerColor('inputOption.activeBackground', { dark: transparent(focusBorder, 0.4), light: transparent(focusBorder, 0.2), hcDark: Color.transparent, hcLight: Color.transparent }, localize(1889, "Background hover color of options in input fields."));
18
+ const inputActiveOptionForeground = registerColor('inputOption.activeForeground', { dark: Color.white, light: Color.black, hcDark: foreground, hcLight: foreground }, localize(1890, "Foreground color of activated options in input fields."));
19
+ registerColor('input.placeholderForeground', { light: transparent(foreground, 0.5), dark: transparent(foreground, 0.5), hcDark: transparent(foreground, 0.7), hcLight: transparent(foreground, 0.7) }, localize(1891, "Input box foreground color for placeholder text."));
20
20
  // ----- input validation
21
- const inputValidationInfoBackground = registerColor('inputValidation.infoBackground', { dark: '#063B49', light: '#D6ECF2', hcDark: Color.black, hcLight: Color.white }, localize(1888, "Input validation background color for information severity."));
22
- const inputValidationInfoForeground = registerColor('inputValidation.infoForeground', { dark: null, light: null, hcDark: null, hcLight: foreground }, localize(1889, "Input validation foreground color for information severity."));
23
- const inputValidationInfoBorder = registerColor('inputValidation.infoBorder', { dark: '#007acc', light: '#007acc', hcDark: contrastBorder, hcLight: contrastBorder }, localize(1890, "Input validation border color for information severity."));
24
- const inputValidationWarningBackground = registerColor('inputValidation.warningBackground', { dark: '#352A05', light: '#F6F5D2', hcDark: Color.black, hcLight: Color.white }, localize(1891, "Input validation background color for warning severity."));
25
- const inputValidationWarningForeground = registerColor('inputValidation.warningForeground', { dark: null, light: null, hcDark: null, hcLight: foreground }, localize(1892, "Input validation foreground color for warning severity."));
26
- const inputValidationWarningBorder = registerColor('inputValidation.warningBorder', { dark: '#B89500', light: '#B89500', hcDark: contrastBorder, hcLight: contrastBorder }, localize(1893, "Input validation border color for warning severity."));
27
- const inputValidationErrorBackground = registerColor('inputValidation.errorBackground', { dark: '#5A1D1D', light: '#F2DEDE', hcDark: Color.black, hcLight: Color.white }, localize(1894, "Input validation background color for error severity."));
28
- const inputValidationErrorForeground = registerColor('inputValidation.errorForeground', { dark: null, light: null, hcDark: null, hcLight: foreground }, localize(1895, "Input validation foreground color for error severity."));
29
- const inputValidationErrorBorder = registerColor('inputValidation.errorBorder', { dark: '#BE1100', light: '#BE1100', hcDark: contrastBorder, hcLight: contrastBorder }, localize(1896, "Input validation border color for error severity."));
21
+ const inputValidationInfoBackground = registerColor('inputValidation.infoBackground', { dark: '#063B49', light: '#D6ECF2', hcDark: Color.black, hcLight: Color.white }, localize(1892, "Input validation background color for information severity."));
22
+ const inputValidationInfoForeground = registerColor('inputValidation.infoForeground', { dark: null, light: null, hcDark: null, hcLight: foreground }, localize(1893, "Input validation foreground color for information severity."));
23
+ const inputValidationInfoBorder = registerColor('inputValidation.infoBorder', { dark: '#007acc', light: '#007acc', hcDark: contrastBorder, hcLight: contrastBorder }, localize(1894, "Input validation border color for information severity."));
24
+ const inputValidationWarningBackground = registerColor('inputValidation.warningBackground', { dark: '#352A05', light: '#F6F5D2', hcDark: Color.black, hcLight: Color.white }, localize(1895, "Input validation background color for warning severity."));
25
+ const inputValidationWarningForeground = registerColor('inputValidation.warningForeground', { dark: null, light: null, hcDark: null, hcLight: foreground }, localize(1896, "Input validation foreground color for warning severity."));
26
+ const inputValidationWarningBorder = registerColor('inputValidation.warningBorder', { dark: '#B89500', light: '#B89500', hcDark: contrastBorder, hcLight: contrastBorder }, localize(1897, "Input validation border color for warning severity."));
27
+ const inputValidationErrorBackground = registerColor('inputValidation.errorBackground', { dark: '#5A1D1D', light: '#F2DEDE', hcDark: Color.black, hcLight: Color.white }, localize(1898, "Input validation background color for error severity."));
28
+ const inputValidationErrorForeground = registerColor('inputValidation.errorForeground', { dark: null, light: null, hcDark: null, hcLight: foreground }, localize(1899, "Input validation foreground color for error severity."));
29
+ const inputValidationErrorBorder = registerColor('inputValidation.errorBorder', { dark: '#BE1100', light: '#BE1100', hcDark: contrastBorder, hcLight: contrastBorder }, localize(1900, "Input validation border color for error severity."));
30
30
  // ----- select
31
- const selectBackground = registerColor('dropdown.background', { dark: '#3C3C3C', light: Color.white, hcDark: Color.black, hcLight: Color.white }, localize(1897, "Dropdown background."));
32
- const selectListBackground = registerColor('dropdown.listBackground', { dark: null, light: null, hcDark: Color.black, hcLight: Color.white }, localize(1898, "Dropdown list background."));
33
- const selectForeground = registerColor('dropdown.foreground', { dark: '#F0F0F0', light: foreground, hcDark: Color.white, hcLight: foreground }, localize(1899, "Dropdown foreground."));
34
- const selectBorder = registerColor('dropdown.border', { dark: selectBackground, light: '#CECECE', hcDark: contrastBorder, hcLight: contrastBorder }, localize(1900, "Dropdown border."));
31
+ const selectBackground = registerColor('dropdown.background', { dark: '#3C3C3C', light: Color.white, hcDark: Color.black, hcLight: Color.white }, localize(1901, "Dropdown background."));
32
+ const selectListBackground = registerColor('dropdown.listBackground', { dark: null, light: null, hcDark: Color.black, hcLight: Color.white }, localize(1902, "Dropdown list background."));
33
+ const selectForeground = registerColor('dropdown.foreground', { dark: '#F0F0F0', light: foreground, hcDark: Color.white, hcLight: foreground }, localize(1903, "Dropdown foreground."));
34
+ const selectBorder = registerColor('dropdown.border', { dark: selectBackground, light: '#CECECE', hcDark: contrastBorder, hcLight: contrastBorder }, localize(1904, "Dropdown border."));
35
35
  // ------ button
36
- const buttonForeground = registerColor('button.foreground', Color.white, localize(1901, "Button foreground color."));
37
- const buttonSeparator = registerColor('button.separator', transparent(buttonForeground, .4), localize(1902, "Button separator color."));
38
- const buttonBackground = registerColor('button.background', { dark: '#0E639C', light: '#007ACC', hcDark: Color.black, hcLight: '#0F4A85' }, localize(1903, "Button background color."));
39
- const buttonHoverBackground = registerColor('button.hoverBackground', { dark: lighten(buttonBackground, 0.2), light: darken(buttonBackground, 0.2), hcDark: buttonBackground, hcLight: buttonBackground }, localize(1904, "Button background color when hovering."));
40
- const buttonBorder = registerColor('button.border', contrastBorder, localize(1905, "Button border color."));
41
- const buttonSecondaryForeground = registerColor('button.secondaryForeground', { dark: Color.white, light: Color.white, hcDark: Color.white, hcLight: foreground }, localize(1906, "Secondary button foreground color."));
42
- const buttonSecondaryBackground = registerColor('button.secondaryBackground', { dark: '#3A3D41', light: '#5F6A79', hcDark: null, hcLight: Color.white }, localize(1907, "Secondary button background color."));
43
- const buttonSecondaryHoverBackground = registerColor('button.secondaryHoverBackground', { dark: lighten(buttonSecondaryBackground, 0.2), light: darken(buttonSecondaryBackground, 0.2), hcDark: null, hcLight: null }, localize(1908, "Secondary button background color when hovering."));
36
+ const buttonForeground = registerColor('button.foreground', Color.white, localize(1905, "Button foreground color."));
37
+ const buttonSeparator = registerColor('button.separator', transparent(buttonForeground, .4), localize(1906, "Button separator color."));
38
+ const buttonBackground = registerColor('button.background', { dark: '#0E639C', light: '#007ACC', hcDark: Color.black, hcLight: '#0F4A85' }, localize(1907, "Button background color."));
39
+ const buttonHoverBackground = registerColor('button.hoverBackground', { dark: lighten(buttonBackground, 0.2), light: darken(buttonBackground, 0.2), hcDark: buttonBackground, hcLight: buttonBackground }, localize(1908, "Button background color when hovering."));
40
+ const buttonBorder = registerColor('button.border', contrastBorder, localize(1909, "Button border color."));
41
+ const buttonSecondaryForeground = registerColor('button.secondaryForeground', { dark: Color.white, light: Color.white, hcDark: Color.white, hcLight: foreground }, localize(1910, "Secondary button foreground color."));
42
+ const buttonSecondaryBackground = registerColor('button.secondaryBackground', { dark: '#3A3D41', light: '#5F6A79', hcDark: null, hcLight: Color.white }, localize(1911, "Secondary button background color."));
43
+ const buttonSecondaryHoverBackground = registerColor('button.secondaryHoverBackground', { dark: lighten(buttonSecondaryBackground, 0.2), light: darken(buttonSecondaryBackground, 0.2), hcDark: null, hcLight: null }, localize(1912, "Secondary button background color when hovering."));
44
44
  // ------ radio
45
- const radioActiveForeground = registerColor('radio.activeForeground', inputActiveOptionForeground, localize(1909, "Foreground color of active radio option."));
46
- const radioActiveBackground = registerColor('radio.activeBackground', inputActiveOptionBackground, localize(1910, "Background color of active radio option."));
47
- const radioActiveBorder = registerColor('radio.activeBorder', inputActiveOptionBorder, localize(1911, "Border color of the active radio option."));
48
- const radioInactiveForeground = registerColor('radio.inactiveForeground', null, localize(1912, "Foreground color of inactive radio option."));
49
- const radioInactiveBackground = registerColor('radio.inactiveBackground', null, localize(1913, "Background color of inactive radio option."));
50
- const radioInactiveBorder = registerColor('radio.inactiveBorder', { light: transparent(radioActiveForeground, .2), dark: transparent(radioActiveForeground, .2), hcDark: transparent(radioActiveForeground, .4), hcLight: transparent(radioActiveForeground, .2) }, localize(1914, "Border color of the inactive radio option."));
51
- const radioInactiveHoverBackground = registerColor('radio.inactiveHoverBackground', inputActiveOptionHoverBackground, localize(1915, "Background color of inactive active radio option when hovering."));
45
+ const radioActiveForeground = registerColor('radio.activeForeground', inputActiveOptionForeground, localize(1913, "Foreground color of active radio option."));
46
+ const radioActiveBackground = registerColor('radio.activeBackground', inputActiveOptionBackground, localize(1914, "Background color of active radio option."));
47
+ const radioActiveBorder = registerColor('radio.activeBorder', inputActiveOptionBorder, localize(1915, "Border color of the active radio option."));
48
+ const radioInactiveForeground = registerColor('radio.inactiveForeground', null, localize(1916, "Foreground color of inactive radio option."));
49
+ const radioInactiveBackground = registerColor('radio.inactiveBackground', null, localize(1917, "Background color of inactive radio option."));
50
+ const radioInactiveBorder = registerColor('radio.inactiveBorder', { light: transparent(radioActiveForeground, .2), dark: transparent(radioActiveForeground, .2), hcDark: transparent(radioActiveForeground, .4), hcLight: transparent(radioActiveForeground, .2) }, localize(1918, "Border color of the inactive radio option."));
51
+ const radioInactiveHoverBackground = registerColor('radio.inactiveHoverBackground', inputActiveOptionHoverBackground, localize(1919, "Background color of inactive active radio option when hovering."));
52
52
  // ------ checkbox
53
- const checkboxBackground = registerColor('checkbox.background', selectBackground, localize(1916, "Background color of checkbox widget."));
54
- registerColor('checkbox.selectBackground', editorWidgetBackground, localize(1917, "Background color of checkbox widget when the element it's in is selected."));
55
- const checkboxForeground = registerColor('checkbox.foreground', selectForeground, localize(1918, "Foreground color of checkbox widget."));
56
- const checkboxBorder = registerColor('checkbox.border', selectBorder, localize(1919, "Border color of checkbox widget."));
57
- registerColor('checkbox.selectBorder', iconForeground, localize(1920, "Border color of checkbox widget when the element it's in is selected."));
58
- const checkboxDisabledBackground = registerColor('checkbox.disabled.background', { op: 7 /* ColorTransformType.Mix */, color: checkboxBackground, with: checkboxForeground, ratio: 0.33 }, localize(1921, "Background of a disabled checkbox."));
59
- const checkboxDisabledForeground = registerColor('checkbox.disabled.foreground', { op: 7 /* ColorTransformType.Mix */, color: checkboxForeground, with: checkboxBackground, ratio: 0.33 }, localize(1922, "Foreground of a disabled checkbox."));
53
+ const checkboxBackground = registerColor('checkbox.background', selectBackground, localize(1920, "Background color of checkbox widget."));
54
+ registerColor('checkbox.selectBackground', editorWidgetBackground, localize(1921, "Background color of checkbox widget when the element it's in is selected."));
55
+ const checkboxForeground = registerColor('checkbox.foreground', selectForeground, localize(1922, "Foreground color of checkbox widget."));
56
+ const checkboxBorder = registerColor('checkbox.border', selectBorder, localize(1923, "Border color of checkbox widget."));
57
+ registerColor('checkbox.selectBorder', iconForeground, localize(1924, "Border color of checkbox widget when the element it's in is selected."));
58
+ const checkboxDisabledBackground = registerColor('checkbox.disabled.background', { op: 7 /* ColorTransformType.Mix */, color: checkboxBackground, with: checkboxForeground, ratio: 0.33 }, localize(1925, "Background of a disabled checkbox."));
59
+ const checkboxDisabledForeground = registerColor('checkbox.disabled.foreground', { op: 7 /* ColorTransformType.Mix */, color: checkboxForeground, with: checkboxBackground, ratio: 0.33 }, localize(1926, "Foreground of a disabled checkbox."));
60
60
  // ------ keybinding label
61
- const keybindingLabelBackground = registerColor('keybindingLabel.background', { dark: new Color(new RGBA(128, 128, 128, 0.17)), light: new Color(new RGBA(221, 221, 221, 0.4)), hcDark: Color.transparent, hcLight: Color.transparent }, localize(1923, "Keybinding label background color. The keybinding label is used to represent a keyboard shortcut."));
62
- const keybindingLabelForeground = registerColor('keybindingLabel.foreground', { dark: Color.fromHex('#CCCCCC'), light: Color.fromHex('#555555'), hcDark: Color.white, hcLight: foreground }, localize(1924, "Keybinding label foreground color. The keybinding label is used to represent a keyboard shortcut."));
63
- const keybindingLabelBorder = registerColor('keybindingLabel.border', { dark: new Color(new RGBA(51, 51, 51, 0.6)), light: new Color(new RGBA(204, 204, 204, 0.4)), hcDark: new Color(new RGBA(111, 195, 223)), hcLight: contrastBorder }, localize(1925, "Keybinding label border color. The keybinding label is used to represent a keyboard shortcut."));
64
- const keybindingLabelBottomBorder = registerColor('keybindingLabel.bottomBorder', { dark: new Color(new RGBA(68, 68, 68, 0.6)), light: new Color(new RGBA(187, 187, 187, 0.4)), hcDark: new Color(new RGBA(111, 195, 223)), hcLight: foreground }, localize(1926, "Keybinding label border bottom color. The keybinding label is used to represent a keyboard shortcut."));
61
+ const keybindingLabelBackground = registerColor('keybindingLabel.background', { dark: new Color(new RGBA(128, 128, 128, 0.17)), light: new Color(new RGBA(221, 221, 221, 0.4)), hcDark: Color.transparent, hcLight: Color.transparent }, localize(1927, "Keybinding label background color. The keybinding label is used to represent a keyboard shortcut."));
62
+ const keybindingLabelForeground = registerColor('keybindingLabel.foreground', { dark: Color.fromHex('#CCCCCC'), light: Color.fromHex('#555555'), hcDark: Color.white, hcLight: foreground }, localize(1928, "Keybinding label foreground color. The keybinding label is used to represent a keyboard shortcut."));
63
+ const keybindingLabelBorder = registerColor('keybindingLabel.border', { dark: new Color(new RGBA(51, 51, 51, 0.6)), light: new Color(new RGBA(204, 204, 204, 0.4)), hcDark: new Color(new RGBA(111, 195, 223)), hcLight: contrastBorder }, localize(1929, "Keybinding label border color. The keybinding label is used to represent a keyboard shortcut."));
64
+ const keybindingLabelBottomBorder = registerColor('keybindingLabel.bottomBorder', { dark: new Color(new RGBA(68, 68, 68, 0.6)), light: new Color(new RGBA(187, 187, 187, 0.4)), hcDark: new Color(new RGBA(111, 195, 223)), hcLight: foreground }, localize(1930, "Keybinding label border bottom color. The keybinding label is used to represent a keyboard shortcut."));
65
65
 
66
66
  export { buttonBackground, buttonBorder, buttonForeground, buttonHoverBackground, buttonSecondaryBackground, buttonSecondaryForeground, buttonSecondaryHoverBackground, buttonSeparator, checkboxBackground, checkboxBorder, checkboxDisabledBackground, checkboxDisabledForeground, checkboxForeground, inputActiveOptionBackground, inputActiveOptionBorder, inputActiveOptionForeground, inputActiveOptionHoverBackground, inputBackground, inputBorder, inputForeground, inputValidationErrorBackground, inputValidationErrorBorder, inputValidationErrorForeground, inputValidationInfoBackground, inputValidationInfoBorder, inputValidationInfoForeground, inputValidationWarningBackground, inputValidationWarningBorder, inputValidationWarningForeground, keybindingLabelBackground, keybindingLabelBorder, keybindingLabelBottomBorder, keybindingLabelForeground, radioActiveBackground, radioActiveBorder, radioActiveForeground, radioInactiveBackground, radioInactiveBorder, radioInactiveForeground, radioInactiveHoverBackground, selectBackground, selectBorder, selectForeground, selectListBackground };
@@ -8,44 +8,44 @@ import { editorWidgetBackground, widgetShadow, editorFindMatchHighlight, editorF
8
8
  * Copyright (c) Microsoft Corporation. All rights reserved.
9
9
  * Licensed under the MIT License. See License.txt in the project root for license information.
10
10
  *--------------------------------------------------------------------------------------------*/
11
- const listFocusBackground = registerColor('list.focusBackground', null, localize(1927, "List/Tree background color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not."));
12
- const listFocusForeground = registerColor('list.focusForeground', null, localize(1928, "List/Tree foreground color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not."));
13
- const listFocusOutline = registerColor('list.focusOutline', { dark: focusBorder, light: focusBorder, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, localize(1929, "List/Tree outline color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not."));
14
- const listFocusAndSelectionOutline = registerColor('list.focusAndSelectionOutline', null, localize(1930, "List/Tree outline color for the focused item when the list/tree is active and selected. An active list/tree has keyboard focus, an inactive does not."));
15
- const listActiveSelectionBackground = registerColor('list.activeSelectionBackground', { dark: '#04395E', light: '#0060C0', hcDark: null, hcLight: Color.fromHex('#0F4A85').transparent(0.1) }, localize(1931, "List/Tree background color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not."));
16
- const listActiveSelectionForeground = registerColor('list.activeSelectionForeground', { dark: Color.white, light: Color.white, hcDark: null, hcLight: null }, localize(1932, "List/Tree foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not."));
17
- const listActiveSelectionIconForeground = registerColor('list.activeSelectionIconForeground', null, localize(1933, "List/Tree icon foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not."));
18
- const listInactiveSelectionBackground = registerColor('list.inactiveSelectionBackground', { dark: '#37373D', light: '#E4E6F1', hcDark: null, hcLight: Color.fromHex('#0F4A85').transparent(0.1) }, localize(1934, "List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not."));
19
- const listInactiveSelectionForeground = registerColor('list.inactiveSelectionForeground', null, localize(1935, "List/Tree foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not."));
20
- const listInactiveSelectionIconForeground = registerColor('list.inactiveSelectionIconForeground', null, localize(1936, "List/Tree icon foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not."));
21
- const listInactiveFocusBackground = registerColor('list.inactiveFocusBackground', null, localize(1937, "List/Tree background color for the focused item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not."));
22
- const listInactiveFocusOutline = registerColor('list.inactiveFocusOutline', null, localize(1938, "List/Tree outline color for the focused item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not."));
23
- const listHoverBackground = registerColor('list.hoverBackground', { dark: '#2A2D2E', light: '#F0F0F0', hcDark: Color.white.transparent(0.1), hcLight: Color.fromHex('#0F4A85').transparent(0.1) }, localize(1939, "List/Tree background when hovering over items using the mouse."));
24
- const listHoverForeground = registerColor('list.hoverForeground', null, localize(1940, "List/Tree foreground when hovering over items using the mouse."));
25
- const listDropOverBackground = registerColor('list.dropBackground', { dark: '#062F4A', light: '#D6EBFF', hcDark: null, hcLight: null }, localize(1941, "List/Tree drag and drop background when moving items over other items when using the mouse."));
26
- const listDropBetweenBackground = registerColor('list.dropBetweenBackground', { dark: iconForeground, light: iconForeground, hcDark: null, hcLight: null }, localize(1942, "List/Tree drag and drop border color when moving items between items when using the mouse."));
27
- const listHighlightForeground = registerColor('list.highlightForeground', { dark: '#2AAAFF', light: '#0066BF', hcDark: focusBorder, hcLight: focusBorder }, localize(1943, 'List/Tree foreground color of the match highlights when searching inside the list/tree.'));
28
- const listFocusHighlightForeground = registerColor('list.focusHighlightForeground', { dark: listHighlightForeground, light: ifDefinedThenElse(listActiveSelectionBackground, listHighlightForeground, '#BBE7FF'), hcDark: listHighlightForeground, hcLight: listHighlightForeground }, localize(1944, 'List/Tree foreground color of the match highlights on actively focused items when searching inside the list/tree.'));
29
- registerColor('list.invalidItemForeground', { dark: '#B89500', light: '#B89500', hcDark: '#B89500', hcLight: '#B5200D' }, localize(1945, 'List/Tree foreground color for invalid items, for example an unresolved root in explorer.'));
30
- registerColor('list.errorForeground', { dark: '#F88070', light: '#B01011', hcDark: null, hcLight: null }, localize(1946, 'Foreground color of list items containing errors.'));
31
- registerColor('list.warningForeground', { dark: '#CCA700', light: '#855F00', hcDark: null, hcLight: null }, localize(1947, 'Foreground color of list items containing warnings.'));
32
- const listFilterWidgetBackground = registerColor('listFilterWidget.background', { light: darken(editorWidgetBackground, 0), dark: lighten(editorWidgetBackground, 0), hcDark: editorWidgetBackground, hcLight: editorWidgetBackground }, localize(1948, 'Background color of the type filter widget in lists and trees.'));
33
- const listFilterWidgetOutline = registerColor('listFilterWidget.outline', { dark: Color.transparent, light: Color.transparent, hcDark: '#f38518', hcLight: '#007ACC' }, localize(1949, 'Outline color of the type filter widget in lists and trees.'));
34
- const listFilterWidgetNoMatchesOutline = registerColor('listFilterWidget.noMatchesOutline', { dark: '#BE1100', light: '#BE1100', hcDark: contrastBorder, hcLight: contrastBorder }, localize(1950, 'Outline color of the type filter widget in lists and trees, when there are no matches.'));
35
- const listFilterWidgetShadow = registerColor('listFilterWidget.shadow', widgetShadow, localize(1951, 'Shadow color of the type filter widget in lists and trees.'));
36
- registerColor('list.filterMatchBackground', { dark: editorFindMatchHighlight, light: editorFindMatchHighlight, hcDark: null, hcLight: null }, localize(1952, 'Background color of the filtered match.'));
37
- registerColor('list.filterMatchBorder', { dark: editorFindMatchHighlightBorder, light: editorFindMatchHighlightBorder, hcDark: contrastBorder, hcLight: activeContrastBorder }, localize(1953, 'Border color of the filtered match.'));
38
- registerColor('list.deemphasizedForeground', { dark: '#8C8C8C', light: '#8E8E90', hcDark: '#A7A8A9', hcLight: '#666666' }, localize(1954, "List/Tree foreground color for items that are deemphasized."));
11
+ const listFocusBackground = registerColor('list.focusBackground', null, localize(1931, "List/Tree background color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not."));
12
+ const listFocusForeground = registerColor('list.focusForeground', null, localize(1932, "List/Tree foreground color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not."));
13
+ const listFocusOutline = registerColor('list.focusOutline', { dark: focusBorder, light: focusBorder, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, localize(1933, "List/Tree outline color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not."));
14
+ const listFocusAndSelectionOutline = registerColor('list.focusAndSelectionOutline', null, localize(1934, "List/Tree outline color for the focused item when the list/tree is active and selected. An active list/tree has keyboard focus, an inactive does not."));
15
+ const listActiveSelectionBackground = registerColor('list.activeSelectionBackground', { dark: '#04395E', light: '#0060C0', hcDark: null, hcLight: Color.fromHex('#0F4A85').transparent(0.1) }, localize(1935, "List/Tree background color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not."));
16
+ const listActiveSelectionForeground = registerColor('list.activeSelectionForeground', { dark: Color.white, light: Color.white, hcDark: null, hcLight: null }, localize(1936, "List/Tree foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not."));
17
+ const listActiveSelectionIconForeground = registerColor('list.activeSelectionIconForeground', null, localize(1937, "List/Tree icon foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not."));
18
+ const listInactiveSelectionBackground = registerColor('list.inactiveSelectionBackground', { dark: '#37373D', light: '#E4E6F1', hcDark: null, hcLight: Color.fromHex('#0F4A85').transparent(0.1) }, localize(1938, "List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not."));
19
+ const listInactiveSelectionForeground = registerColor('list.inactiveSelectionForeground', null, localize(1939, "List/Tree foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not."));
20
+ const listInactiveSelectionIconForeground = registerColor('list.inactiveSelectionIconForeground', null, localize(1940, "List/Tree icon foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not."));
21
+ const listInactiveFocusBackground = registerColor('list.inactiveFocusBackground', null, localize(1941, "List/Tree background color for the focused item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not."));
22
+ const listInactiveFocusOutline = registerColor('list.inactiveFocusOutline', null, localize(1942, "List/Tree outline color for the focused item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not."));
23
+ const listHoverBackground = registerColor('list.hoverBackground', { dark: '#2A2D2E', light: '#F0F0F0', hcDark: Color.white.transparent(0.1), hcLight: Color.fromHex('#0F4A85').transparent(0.1) }, localize(1943, "List/Tree background when hovering over items using the mouse."));
24
+ const listHoverForeground = registerColor('list.hoverForeground', null, localize(1944, "List/Tree foreground when hovering over items using the mouse."));
25
+ const listDropOverBackground = registerColor('list.dropBackground', { dark: '#062F4A', light: '#D6EBFF', hcDark: null, hcLight: null }, localize(1945, "List/Tree drag and drop background when moving items over other items when using the mouse."));
26
+ const listDropBetweenBackground = registerColor('list.dropBetweenBackground', { dark: iconForeground, light: iconForeground, hcDark: null, hcLight: null }, localize(1946, "List/Tree drag and drop border color when moving items between items when using the mouse."));
27
+ const listHighlightForeground = registerColor('list.highlightForeground', { dark: '#2AAAFF', light: '#0066BF', hcDark: focusBorder, hcLight: focusBorder }, localize(1947, 'List/Tree foreground color of the match highlights when searching inside the list/tree.'));
28
+ const listFocusHighlightForeground = registerColor('list.focusHighlightForeground', { dark: listHighlightForeground, light: ifDefinedThenElse(listActiveSelectionBackground, listHighlightForeground, '#BBE7FF'), hcDark: listHighlightForeground, hcLight: listHighlightForeground }, localize(1948, 'List/Tree foreground color of the match highlights on actively focused items when searching inside the list/tree.'));
29
+ registerColor('list.invalidItemForeground', { dark: '#B89500', light: '#B89500', hcDark: '#B89500', hcLight: '#B5200D' }, localize(1949, 'List/Tree foreground color for invalid items, for example an unresolved root in explorer.'));
30
+ registerColor('list.errorForeground', { dark: '#F88070', light: '#B01011', hcDark: null, hcLight: null }, localize(1950, 'Foreground color of list items containing errors.'));
31
+ registerColor('list.warningForeground', { dark: '#CCA700', light: '#855F00', hcDark: null, hcLight: null }, localize(1951, 'Foreground color of list items containing warnings.'));
32
+ const listFilterWidgetBackground = registerColor('listFilterWidget.background', { light: darken(editorWidgetBackground, 0), dark: lighten(editorWidgetBackground, 0), hcDark: editorWidgetBackground, hcLight: editorWidgetBackground }, localize(1952, 'Background color of the type filter widget in lists and trees.'));
33
+ const listFilterWidgetOutline = registerColor('listFilterWidget.outline', { dark: Color.transparent, light: Color.transparent, hcDark: '#f38518', hcLight: '#007ACC' }, localize(1953, 'Outline color of the type filter widget in lists and trees.'));
34
+ const listFilterWidgetNoMatchesOutline = registerColor('listFilterWidget.noMatchesOutline', { dark: '#BE1100', light: '#BE1100', hcDark: contrastBorder, hcLight: contrastBorder }, localize(1954, 'Outline color of the type filter widget in lists and trees, when there are no matches.'));
35
+ const listFilterWidgetShadow = registerColor('listFilterWidget.shadow', widgetShadow, localize(1955, 'Shadow color of the type filter widget in lists and trees.'));
36
+ registerColor('list.filterMatchBackground', { dark: editorFindMatchHighlight, light: editorFindMatchHighlight, hcDark: null, hcLight: null }, localize(1956, 'Background color of the filtered match.'));
37
+ registerColor('list.filterMatchBorder', { dark: editorFindMatchHighlightBorder, light: editorFindMatchHighlightBorder, hcDark: contrastBorder, hcLight: activeContrastBorder }, localize(1957, 'Border color of the filtered match.'));
38
+ registerColor('list.deemphasizedForeground', { dark: '#8C8C8C', light: '#8E8E90', hcDark: '#A7A8A9', hcLight: '#666666' }, localize(1958, "List/Tree foreground color for items that are deemphasized."));
39
39
  // ------ tree
40
- const treeIndentGuidesStroke = registerColor('tree.indentGuidesStroke', { dark: '#585858', light: '#a9a9a9', hcDark: '#a9a9a9', hcLight: '#a5a5a5' }, localize(1955, "Tree stroke color for the indentation guides."));
41
- const treeInactiveIndentGuidesStroke = registerColor('tree.inactiveIndentGuidesStroke', transparent(treeIndentGuidesStroke, 0.4), localize(1956, "Tree stroke color for the indentation guides that are not active."));
40
+ const treeIndentGuidesStroke = registerColor('tree.indentGuidesStroke', { dark: '#585858', light: '#a9a9a9', hcDark: '#a9a9a9', hcLight: '#a5a5a5' }, localize(1959, "Tree stroke color for the indentation guides."));
41
+ const treeInactiveIndentGuidesStroke = registerColor('tree.inactiveIndentGuidesStroke', transparent(treeIndentGuidesStroke, 0.4), localize(1960, "Tree stroke color for the indentation guides that are not active."));
42
42
  // ------ table
43
- const tableColumnsBorder = registerColor('tree.tableColumnsBorder', { dark: '#CCCCCC20', light: '#61616120', hcDark: null, hcLight: null }, localize(1957, "Table border color between columns."));
44
- const tableOddRowsBackgroundColor = registerColor('tree.tableOddRowsBackground', { dark: transparent(foreground, 0.04), light: transparent(foreground, 0.04), hcDark: null, hcLight: null }, localize(1958, "Background color for odd table rows."));
43
+ const tableColumnsBorder = registerColor('tree.tableColumnsBorder', { dark: '#CCCCCC20', light: '#61616120', hcDark: null, hcLight: null }, localize(1961, "Table border color between columns."));
44
+ const tableOddRowsBackgroundColor = registerColor('tree.tableOddRowsBackground', { dark: transparent(foreground, 0.04), light: transparent(foreground, 0.04), hcDark: null, hcLight: null }, localize(1962, "Background color for odd table rows."));
45
45
  // ------ action list
46
- registerColor('editorActionList.background', editorWidgetBackground, localize(1959, "Action List background color."));
47
- const editorActionListForeground = registerColor('editorActionList.foreground', editorWidgetForeground, localize(1960, "Action List foreground color."));
48
- registerColor('editorActionList.focusForeground', listActiveSelectionForeground, localize(1961, "Action List foreground color for the focused item."));
49
- registerColor('editorActionList.focusBackground', listActiveSelectionBackground, localize(1962, "Action List background color for the focused item."));
46
+ registerColor('editorActionList.background', editorWidgetBackground, localize(1963, "Action List background color."));
47
+ const editorActionListForeground = registerColor('editorActionList.foreground', editorWidgetForeground, localize(1964, "Action List foreground color."));
48
+ registerColor('editorActionList.focusForeground', listActiveSelectionForeground, localize(1965, "Action List foreground color for the focused item."));
49
+ registerColor('editorActionList.focusBackground', listActiveSelectionBackground, localize(1966, "Action List background color for the focused item."));
50
50
 
51
51
  export { editorActionListForeground, listActiveSelectionBackground, listActiveSelectionForeground, listActiveSelectionIconForeground, listDropBetweenBackground, listDropOverBackground, listFilterWidgetBackground, listFilterWidgetNoMatchesOutline, listFilterWidgetOutline, listFilterWidgetShadow, listFocusAndSelectionOutline, listFocusBackground, listFocusForeground, listFocusHighlightForeground, listFocusOutline, listHighlightForeground, listHoverBackground, listHoverForeground, listInactiveFocusBackground, listInactiveFocusOutline, listInactiveSelectionBackground, listInactiveSelectionForeground, listInactiveSelectionIconForeground, tableColumnsBorder, tableOddRowsBackgroundColor, treeInactiveIndentGuidesStroke, treeIndentGuidesStroke };
@@ -8,12 +8,12 @@ import { listActiveSelectionForeground, listActiveSelectionBackground } from './
8
8
  * Copyright (c) Microsoft Corporation. All rights reserved.
9
9
  * Licensed under the MIT License. See License.txt in the project root for license information.
10
10
  *--------------------------------------------------------------------------------------------*/
11
- const menuBorder = registerColor('menu.border', { dark: null, light: null, hcDark: contrastBorder, hcLight: contrastBorder }, localize(1963, "Border color of menus."));
12
- const menuForeground = registerColor('menu.foreground', selectForeground, localize(1964, "Foreground color of menu items."));
13
- const menuBackground = registerColor('menu.background', selectBackground, localize(1965, "Background color of menu items."));
14
- const menuSelectionForeground = registerColor('menu.selectionForeground', listActiveSelectionForeground, localize(1966, "Foreground color of the selected menu item in menus."));
15
- const menuSelectionBackground = registerColor('menu.selectionBackground', listActiveSelectionBackground, localize(1967, "Background color of the selected menu item in menus."));
16
- const menuSelectionBorder = registerColor('menu.selectionBorder', { dark: null, light: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, localize(1968, "Border color of the selected menu item in menus."));
17
- const menuSeparatorBackground = registerColor('menu.separatorBackground', { dark: '#606060', light: '#D4D4D4', hcDark: contrastBorder, hcLight: contrastBorder }, localize(1969, "Color of a separator menu item in menus."));
11
+ const menuBorder = registerColor('menu.border', { dark: null, light: null, hcDark: contrastBorder, hcLight: contrastBorder }, localize(1967, "Border color of menus."));
12
+ const menuForeground = registerColor('menu.foreground', selectForeground, localize(1968, "Foreground color of menu items."));
13
+ const menuBackground = registerColor('menu.background', selectBackground, localize(1969, "Background color of menu items."));
14
+ const menuSelectionForeground = registerColor('menu.selectionForeground', listActiveSelectionForeground, localize(1970, "Foreground color of the selected menu item in menus."));
15
+ const menuSelectionBackground = registerColor('menu.selectionBackground', listActiveSelectionBackground, localize(1971, "Background color of the selected menu item in menus."));
16
+ const menuSelectionBorder = registerColor('menu.selectionBorder', { dark: null, light: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, localize(1972, "Border color of the selected menu item in menus."));
17
+ const menuSeparatorBackground = registerColor('menu.separatorBackground', { dark: '#606060', light: '#D4D4D4', hcDark: contrastBorder, hcLight: contrastBorder }, localize(1973, "Color of a separator menu item in menus."));
18
18
 
19
19
  export { menuBackground, menuBorder, menuForeground, menuSelectionBackground, menuSelectionBorder, menuSelectionForeground, menuSeparatorBackground };