monaco-editor-core 0.56.0-dev-20251121 → 0.56.0-dev-20251122

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 (70) hide show
  1. package/esm/nls.keys.json +1 -1
  2. package/esm/nls.messages.cs.js +2 -2
  3. package/esm/nls.messages.de.js +2 -2
  4. package/esm/nls.messages.es.js +2 -2
  5. package/esm/nls.messages.fr.js +2 -2
  6. package/esm/nls.messages.it.js +2 -2
  7. package/esm/nls.messages.ja.js +2 -2
  8. package/esm/nls.messages.js +1 -1
  9. package/esm/nls.messages.json +1 -1
  10. package/esm/nls.messages.ko.js +2 -2
  11. package/esm/nls.messages.pl.js +2 -2
  12. package/esm/nls.messages.pt-br.js +2 -2
  13. package/esm/nls.messages.ru.js +2 -2
  14. package/esm/nls.messages.tr.js +2 -2
  15. package/esm/nls.messages.zh-cn.js +2 -2
  16. package/esm/nls.messages.zh-tw.js +2 -2
  17. package/esm/nls.metadata.json +2 -0
  18. package/esm/vs/base/browser/ui/codicons/codicon/codicon.ttf +0 -0
  19. package/esm/vs/base/browser/ui/list/rowCache.js +1 -4
  20. package/esm/vs/base/browser/ui/list/rowCache.js.map +1 -1
  21. package/esm/vs/base/browser/ui/menu/menu.js +14 -12
  22. package/esm/vs/base/browser/ui/menu/menu.js.map +1 -1
  23. package/esm/vs/base/common/map.js +8 -5
  24. package/esm/vs/base/common/map.js.map +1 -1
  25. package/esm/vs/base/common/observableInternal/observables/derivedImpl.js +1 -4
  26. package/esm/vs/base/common/observableInternal/observables/derivedImpl.js.map +1 -1
  27. package/esm/vs/base/common/worker/webWorker.js +10 -7
  28. package/esm/vs/base/common/worker/webWorker.js.map +1 -1
  29. package/esm/vs/editor/browser/services/editorWorkerService.js +1 -1
  30. package/esm/vs/editor/browser/services/editorWorkerService.js.map +1 -1
  31. package/esm/vs/editor/contrib/find/browser/findWidgetSearchHistory.js.map +1 -1
  32. package/esm/vs/editor/contrib/find/browser/replaceWidgetHistory.js.map +1 -1
  33. package/esm/vs/editor/contrib/folding/browser/folding.js.map +1 -1
  34. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/longDistanceHint/inlineEditsLongDistanceHint.js +29 -16
  35. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/longDistanceHint/inlineEditsLongDistanceHint.js.map +1 -1
  36. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/longDistanceHint/longDistancePreviewEditor.js +42 -5
  37. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/longDistanceHint/longDistancePreviewEditor.js.map +1 -1
  38. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/view.css +10 -0
  39. package/esm/vs/editor/standalone/browser/services/standaloneWebWorkerService.js +1 -1
  40. package/esm/vs/editor/standalone/browser/services/standaloneWebWorkerService.js.map +1 -1
  41. package/esm/vs/platform/actionWidget/browser/actionWidget.css +7 -0
  42. package/esm/vs/platform/hover/browser/hoverService.js +17 -8
  43. package/esm/vs/platform/hover/browser/hoverService.js.map +1 -1
  44. package/esm/vs/platform/quickinput/browser/commandsQuickAccess.js +41 -8
  45. package/esm/vs/platform/quickinput/browser/commandsQuickAccess.js.map +1 -1
  46. package/esm/vs/platform/quickinput/browser/helpQuickAccess.js +1 -1
  47. package/esm/vs/platform/quickinput/browser/quickInput.js +10 -10
  48. package/esm/vs/platform/quickinput/browser/quickInputActions.js +5 -5
  49. package/esm/vs/platform/quickinput/browser/quickInputController.js +6 -6
  50. package/esm/vs/platform/quickinput/browser/quickInputList.js +1 -1
  51. package/esm/vs/platform/quickinput/browser/quickInputUtils.js +1 -1
  52. package/esm/vs/platform/quickinput/browser/tree/quickInputTreeAccessibilityProvider.js +1 -1
  53. package/esm/vs/platform/quickinput/browser/tree/quickInputTreeController.js +8 -0
  54. package/esm/vs/platform/quickinput/browser/tree/quickInputTreeController.js.map +1 -1
  55. package/esm/vs/platform/theme/common/colorUtils.js +2 -2
  56. package/esm/vs/platform/theme/common/colors/baseColors.js +17 -17
  57. package/esm/vs/platform/theme/common/colors/chartsColors.js +8 -8
  58. package/esm/vs/platform/theme/common/colors/editorColors.js +95 -95
  59. package/esm/vs/platform/theme/common/colors/inputColors.js +47 -47
  60. package/esm/vs/platform/theme/common/colors/listColors.js +36 -36
  61. package/esm/vs/platform/theme/common/colors/menuColors.js +7 -7
  62. package/esm/vs/platform/theme/common/colors/minimapColors.js +11 -11
  63. package/esm/vs/platform/theme/common/colors/miscColors.js +16 -16
  64. package/esm/vs/platform/theme/common/colors/quickpickColors.js +9 -9
  65. package/esm/vs/platform/theme/common/colors/searchColors.js +3 -3
  66. package/esm/vs/platform/theme/common/iconRegistry.js +6 -6
  67. package/esm/vs/platform/undoRedo/common/undoRedoService.js +20 -20
  68. package/esm/vs/platform/webWorker/browser/webWorkerDescriptor.js.map +1 -1
  69. package/esm/vs/platform/workspace/common/workspace.js +1 -1
  70. package/package.json +2 -2
@@ -7,12 +7,12 @@ import { registerColor, transparent } from '../colorUtils.js';
7
7
  import { foreground } from './baseColors.js';
8
8
  import { editorErrorForeground, editorInfoForeground, editorWarningForeground } from './editorColors.js';
9
9
  import { minimapFindMatch } from './minimapColors.js';
10
- export const chartsForeground = registerColor('charts.foreground', foreground, nls.localize(1797, "The foreground color used in charts."));
11
- export const chartsLines = registerColor('charts.lines', transparent(foreground, .5), nls.localize(1798, "The color used for horizontal lines in charts."));
12
- export const chartsRed = registerColor('charts.red', editorErrorForeground, nls.localize(1799, "The red color used in chart visualizations."));
13
- export const chartsBlue = registerColor('charts.blue', editorInfoForeground, nls.localize(1800, "The blue color used in chart visualizations."));
14
- export const chartsYellow = registerColor('charts.yellow', editorWarningForeground, nls.localize(1801, "The yellow color used in chart visualizations."));
15
- export const chartsOrange = registerColor('charts.orange', minimapFindMatch, nls.localize(1802, "The orange color used in chart visualizations."));
16
- export const chartsGreen = registerColor('charts.green', { dark: '#89D185', light: '#388A34', hcDark: '#89D185', hcLight: '#374e06' }, nls.localize(1803, "The green color used in chart visualizations."));
17
- export const chartsPurple = registerColor('charts.purple', { dark: '#B180D7', light: '#652D90', hcDark: '#B180D7', hcLight: '#652D90' }, nls.localize(1804, "The purple color used in chart visualizations."));
10
+ export const chartsForeground = registerColor('charts.foreground', foreground, nls.localize(1798, "The foreground color used in charts."));
11
+ export const chartsLines = registerColor('charts.lines', transparent(foreground, .5), nls.localize(1799, "The color used for horizontal lines in charts."));
12
+ export const chartsRed = registerColor('charts.red', editorErrorForeground, nls.localize(1800, "The red color used in chart visualizations."));
13
+ export const chartsBlue = registerColor('charts.blue', editorInfoForeground, nls.localize(1801, "The blue color used in chart visualizations."));
14
+ export const chartsYellow = registerColor('charts.yellow', editorWarningForeground, nls.localize(1802, "The yellow color used in chart visualizations."));
15
+ export const chartsOrange = registerColor('charts.orange', minimapFindMatch, nls.localize(1803, "The orange color used in chart visualizations."));
16
+ export const chartsGreen = registerColor('charts.green', { dark: '#89D185', light: '#388A34', hcDark: '#89D185', hcLight: '#374e06' }, nls.localize(1804, "The green color used in chart visualizations."));
17
+ export const chartsPurple = registerColor('charts.purple', { dark: '#B180D7', light: '#652D90', hcDark: '#B180D7', hcLight: '#652D90' }, nls.localize(1805, "The purple color used in chart visualizations."));
18
18
  //# sourceMappingURL=chartsColors.js.map
@@ -10,98 +10,98 @@ import { registerColor, transparent, lessProminent, darken, lighten } from '../c
10
10
  import { foreground, contrastBorder, activeContrastBorder } from './baseColors.js';
11
11
  import { scrollbarShadow, badgeBackground } from './miscColors.js';
12
12
  // ----- editor
13
- export const editorBackground = registerColor('editor.background', { light: '#ffffff', dark: '#1E1E1E', hcDark: Color.black, hcLight: Color.white }, nls.localize(1805, "Editor background color."));
14
- export const editorForeground = registerColor('editor.foreground', { light: '#333333', dark: '#BBBBBB', hcDark: Color.white, hcLight: foreground }, nls.localize(1806, "Editor default foreground color."));
15
- export const editorStickyScrollBackground = registerColor('editorStickyScroll.background', editorBackground, nls.localize(1807, "Background color of sticky scroll in the editor"));
16
- export const editorStickyScrollGutterBackground = registerColor('editorStickyScrollGutter.background', editorBackground, nls.localize(1808, "Background color of the gutter part of sticky scroll in the editor"));
17
- export const editorStickyScrollHoverBackground = registerColor('editorStickyScrollHover.background', { dark: '#2A2D2E', light: '#F0F0F0', hcDark: null, hcLight: Color.fromHex('#0F4A85').transparent(0.1) }, nls.localize(1809, "Background color of sticky scroll on hover in the editor"));
18
- export const editorStickyScrollBorder = registerColor('editorStickyScroll.border', { dark: null, light: null, hcDark: contrastBorder, hcLight: contrastBorder }, nls.localize(1810, "Border color of sticky scroll in the editor"));
19
- export const editorStickyScrollShadow = registerColor('editorStickyScroll.shadow', scrollbarShadow, nls.localize(1811, " Shadow color of sticky scroll in the editor"));
20
- export const editorWidgetBackground = registerColor('editorWidget.background', { dark: '#252526', light: '#F3F3F3', hcDark: '#0C141F', hcLight: Color.white }, nls.localize(1812, 'Background color of editor widgets, such as find/replace.'));
21
- export const editorWidgetForeground = registerColor('editorWidget.foreground', foreground, nls.localize(1813, 'Foreground color of editor widgets, such as find/replace.'));
22
- export const editorWidgetBorder = registerColor('editorWidget.border', { dark: '#454545', light: '#C8C8C8', hcDark: contrastBorder, hcLight: contrastBorder }, nls.localize(1814, '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.'));
23
- export const editorWidgetResizeBorder = registerColor('editorWidget.resizeBorder', null, nls.localize(1815, "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."));
24
- export const editorErrorBackground = registerColor('editorError.background', null, nls.localize(1816, 'Background color of error text in the editor. The color must not be opaque so as not to hide underlying decorations.'), true);
25
- export const editorErrorForeground = registerColor('editorError.foreground', { dark: '#F14C4C', light: '#E51400', hcDark: '#F48771', hcLight: '#B5200D' }, nls.localize(1817, 'Foreground color of error squigglies in the editor.'));
26
- export const editorErrorBorder = registerColor('editorError.border', { dark: null, light: null, hcDark: Color.fromHex('#E47777').transparent(0.8), hcLight: '#B5200D' }, nls.localize(1818, 'If set, color of double underlines for errors in the editor.'));
27
- export const editorWarningBackground = registerColor('editorWarning.background', null, nls.localize(1819, 'Background color of warning text in the editor. The color must not be opaque so as not to hide underlying decorations.'), true);
28
- export const editorWarningForeground = registerColor('editorWarning.foreground', { dark: '#CCA700', light: '#BF8803', hcDark: '#FFD370', hcLight: '#895503' }, nls.localize(1820, 'Foreground color of warning squigglies in the editor.'));
29
- export const editorWarningBorder = registerColor('editorWarning.border', { dark: null, light: null, hcDark: Color.fromHex('#FFCC00').transparent(0.8), hcLight: Color.fromHex('#FFCC00').transparent(0.8) }, nls.localize(1821, 'If set, color of double underlines for warnings in the editor.'));
30
- export const editorInfoBackground = registerColor('editorInfo.background', null, nls.localize(1822, 'Background color of info text in the editor. The color must not be opaque so as not to hide underlying decorations.'), true);
31
- export const editorInfoForeground = registerColor('editorInfo.foreground', { dark: '#59a4f9', light: '#0063d3', hcDark: '#59a4f9', hcLight: '#0063d3' }, nls.localize(1823, 'Foreground color of info squigglies in the editor.'));
32
- export const editorInfoBorder = registerColor('editorInfo.border', { dark: null, light: null, hcDark: Color.fromHex('#59a4f9').transparent(0.8), hcLight: '#292929' }, nls.localize(1824, 'If set, color of double underlines for infos in the editor.'));
33
- export const editorHintForeground = registerColor('editorHint.foreground', { dark: Color.fromHex('#eeeeee').transparent(0.7), light: '#6c6c6c', hcDark: null, hcLight: null }, nls.localize(1825, 'Foreground color of hint squigglies in the editor.'));
34
- export const editorHintBorder = registerColor('editorHint.border', { dark: null, light: null, hcDark: Color.fromHex('#eeeeee').transparent(0.8), hcLight: '#292929' }, nls.localize(1826, 'If set, color of double underlines for hints in the editor.'));
35
- export const editorActiveLinkForeground = registerColor('editorLink.activeForeground', { dark: '#4E94CE', light: Color.blue, hcDark: Color.cyan, hcLight: '#292929' }, nls.localize(1827, 'Color of active links.'));
13
+ export const editorBackground = registerColor('editor.background', { light: '#ffffff', dark: '#1E1E1E', hcDark: Color.black, hcLight: Color.white }, nls.localize(1806, "Editor background color."));
14
+ export const editorForeground = registerColor('editor.foreground', { light: '#333333', dark: '#BBBBBB', hcDark: Color.white, hcLight: foreground }, nls.localize(1807, "Editor default foreground color."));
15
+ export const editorStickyScrollBackground = registerColor('editorStickyScroll.background', editorBackground, nls.localize(1808, "Background color of sticky scroll in the editor"));
16
+ export const editorStickyScrollGutterBackground = registerColor('editorStickyScrollGutter.background', editorBackground, nls.localize(1809, "Background color of the gutter part of sticky scroll in the editor"));
17
+ export const editorStickyScrollHoverBackground = registerColor('editorStickyScrollHover.background', { dark: '#2A2D2E', light: '#F0F0F0', hcDark: null, hcLight: Color.fromHex('#0F4A85').transparent(0.1) }, nls.localize(1810, "Background color of sticky scroll on hover in the editor"));
18
+ export const editorStickyScrollBorder = registerColor('editorStickyScroll.border', { dark: null, light: null, hcDark: contrastBorder, hcLight: contrastBorder }, nls.localize(1811, "Border color of sticky scroll in the editor"));
19
+ export const editorStickyScrollShadow = registerColor('editorStickyScroll.shadow', scrollbarShadow, nls.localize(1812, " Shadow color of sticky scroll in the editor"));
20
+ export const editorWidgetBackground = registerColor('editorWidget.background', { dark: '#252526', light: '#F3F3F3', hcDark: '#0C141F', hcLight: Color.white }, nls.localize(1813, 'Background color of editor widgets, such as find/replace.'));
21
+ export const editorWidgetForeground = registerColor('editorWidget.foreground', foreground, nls.localize(1814, 'Foreground color of editor widgets, such as find/replace.'));
22
+ export const editorWidgetBorder = registerColor('editorWidget.border', { dark: '#454545', light: '#C8C8C8', hcDark: contrastBorder, hcLight: contrastBorder }, nls.localize(1815, '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.'));
23
+ export const editorWidgetResizeBorder = registerColor('editorWidget.resizeBorder', null, nls.localize(1816, "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."));
24
+ export const editorErrorBackground = registerColor('editorError.background', null, nls.localize(1817, 'Background color of error text in the editor. The color must not be opaque so as not to hide underlying decorations.'), true);
25
+ export const editorErrorForeground = registerColor('editorError.foreground', { dark: '#F14C4C', light: '#E51400', hcDark: '#F48771', hcLight: '#B5200D' }, nls.localize(1818, 'Foreground color of error squigglies in the editor.'));
26
+ export const editorErrorBorder = registerColor('editorError.border', { dark: null, light: null, hcDark: Color.fromHex('#E47777').transparent(0.8), hcLight: '#B5200D' }, nls.localize(1819, 'If set, color of double underlines for errors in the editor.'));
27
+ export const editorWarningBackground = registerColor('editorWarning.background', null, nls.localize(1820, 'Background color of warning text in the editor. The color must not be opaque so as not to hide underlying decorations.'), true);
28
+ export const editorWarningForeground = registerColor('editorWarning.foreground', { dark: '#CCA700', light: '#BF8803', hcDark: '#FFD370', hcLight: '#895503' }, nls.localize(1821, 'Foreground color of warning squigglies in the editor.'));
29
+ export const editorWarningBorder = registerColor('editorWarning.border', { dark: null, light: null, hcDark: Color.fromHex('#FFCC00').transparent(0.8), hcLight: Color.fromHex('#FFCC00').transparent(0.8) }, nls.localize(1822, 'If set, color of double underlines for warnings in the editor.'));
30
+ export const editorInfoBackground = registerColor('editorInfo.background', null, nls.localize(1823, 'Background color of info text in the editor. The color must not be opaque so as not to hide underlying decorations.'), true);
31
+ export const editorInfoForeground = registerColor('editorInfo.foreground', { dark: '#59a4f9', light: '#0063d3', hcDark: '#59a4f9', hcLight: '#0063d3' }, nls.localize(1824, 'Foreground color of info squigglies in the editor.'));
32
+ export const editorInfoBorder = registerColor('editorInfo.border', { dark: null, light: null, hcDark: Color.fromHex('#59a4f9').transparent(0.8), hcLight: '#292929' }, nls.localize(1825, 'If set, color of double underlines for infos in the editor.'));
33
+ export const editorHintForeground = registerColor('editorHint.foreground', { dark: Color.fromHex('#eeeeee').transparent(0.7), light: '#6c6c6c', hcDark: null, hcLight: null }, nls.localize(1826, 'Foreground color of hint squigglies in the editor.'));
34
+ export const editorHintBorder = registerColor('editorHint.border', { dark: null, light: null, hcDark: Color.fromHex('#eeeeee').transparent(0.8), hcLight: '#292929' }, nls.localize(1827, 'If set, color of double underlines for hints in the editor.'));
35
+ export const editorActiveLinkForeground = registerColor('editorLink.activeForeground', { dark: '#4E94CE', light: Color.blue, hcDark: Color.cyan, hcLight: '#292929' }, nls.localize(1828, 'Color of active links.'));
36
36
  // ----- editor selection
37
- export const editorSelectionBackground = registerColor('editor.selectionBackground', { light: '#ADD6FF', dark: '#264F78', hcDark: '#f3f518', hcLight: '#0F4A85' }, nls.localize(1828, "Color of the editor selection."));
38
- export const editorSelectionForeground = registerColor('editor.selectionForeground', { light: null, dark: null, hcDark: '#000000', hcLight: Color.white }, nls.localize(1829, "Color of the selected text for high contrast."));
39
- export 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) }, nls.localize(1830, "Color of the selection in an inactive editor. The color must not be opaque so as not to hide underlying decorations."), true);
40
- export 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 }, nls.localize(1831, 'Color for regions with the same content as the selection. The color must not be opaque so as not to hide underlying decorations.'), true);
41
- export const editorSelectionHighlightBorder = registerColor('editor.selectionHighlightBorder', { light: null, dark: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, nls.localize(1832, "Border color for regions with the same content as the selection."));
42
- export const editorCompositionBorder = registerColor('editor.compositionBorder', { light: '#000000', dark: '#ffffff', hcLight: '#000000', hcDark: '#ffffff' }, nls.localize(1833, "The border color for an IME composition."));
37
+ export const editorSelectionBackground = registerColor('editor.selectionBackground', { light: '#ADD6FF', dark: '#264F78', hcDark: '#f3f518', hcLight: '#0F4A85' }, nls.localize(1829, "Color of the editor selection."));
38
+ export const editorSelectionForeground = registerColor('editor.selectionForeground', { light: null, dark: null, hcDark: '#000000', hcLight: Color.white }, nls.localize(1830, "Color of the selected text for high contrast."));
39
+ export 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) }, nls.localize(1831, "Color of the selection in an inactive editor. The color must not be opaque so as not to hide underlying decorations."), true);
40
+ export 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 }, nls.localize(1832, 'Color for regions with the same content as the selection. The color must not be opaque so as not to hide underlying decorations.'), true);
41
+ export const editorSelectionHighlightBorder = registerColor('editor.selectionHighlightBorder', { light: null, dark: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, nls.localize(1833, "Border color for regions with the same content as the selection."));
42
+ export const editorCompositionBorder = registerColor('editor.compositionBorder', { light: '#000000', dark: '#ffffff', hcLight: '#000000', hcDark: '#ffffff' }, nls.localize(1834, "The border color for an IME composition."));
43
43
  // ----- editor find
44
- export const editorFindMatch = registerColor('editor.findMatchBackground', { light: '#A8AC94', dark: '#515C6A', hcDark: null, hcLight: null }, nls.localize(1834, "Color of the current search match."));
45
- export const editorFindMatchForeground = registerColor('editor.findMatchForeground', null, nls.localize(1835, "Text color of the current search match."));
46
- export const editorFindMatchHighlight = registerColor('editor.findMatchHighlightBackground', { light: '#EA5C0055', dark: '#EA5C0055', hcDark: null, hcLight: null }, nls.localize(1836, "Color of the other search matches. The color must not be opaque so as not to hide underlying decorations."), true);
47
- export const editorFindMatchHighlightForeground = registerColor('editor.findMatchHighlightForeground', null, nls.localize(1837, "Foreground color of the other search matches."), true);
48
- export const editorFindRangeHighlight = registerColor('editor.findRangeHighlightBackground', { dark: '#3a3d4166', light: '#b4b4b44d', hcDark: null, hcLight: null }, nls.localize(1838, "Color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations."), true);
49
- export const editorFindMatchBorder = registerColor('editor.findMatchBorder', { light: null, dark: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, nls.localize(1839, "Border color of the current search match."));
50
- export const editorFindMatchHighlightBorder = registerColor('editor.findMatchHighlightBorder', { light: null, dark: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, nls.localize(1840, "Border color of the other search matches."));
51
- export const editorFindRangeHighlightBorder = registerColor('editor.findRangeHighlightBorder', { dark: null, light: null, hcDark: transparent(activeContrastBorder, 0.4), hcLight: transparent(activeContrastBorder, 0.4) }, nls.localize(1841, "Border color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations."), true);
44
+ export const editorFindMatch = registerColor('editor.findMatchBackground', { light: '#A8AC94', dark: '#515C6A', hcDark: null, hcLight: null }, nls.localize(1835, "Color of the current search match."));
45
+ export const editorFindMatchForeground = registerColor('editor.findMatchForeground', null, nls.localize(1836, "Text color of the current search match."));
46
+ export const editorFindMatchHighlight = registerColor('editor.findMatchHighlightBackground', { light: '#EA5C0055', dark: '#EA5C0055', hcDark: null, hcLight: null }, nls.localize(1837, "Color of the other search matches. The color must not be opaque so as not to hide underlying decorations."), true);
47
+ export const editorFindMatchHighlightForeground = registerColor('editor.findMatchHighlightForeground', null, nls.localize(1838, "Foreground color of the other search matches."), true);
48
+ export const editorFindRangeHighlight = registerColor('editor.findRangeHighlightBackground', { dark: '#3a3d4166', light: '#b4b4b44d', hcDark: null, hcLight: null }, nls.localize(1839, "Color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations."), true);
49
+ export const editorFindMatchBorder = registerColor('editor.findMatchBorder', { light: null, dark: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, nls.localize(1840, "Border color of the current search match."));
50
+ export const editorFindMatchHighlightBorder = registerColor('editor.findMatchHighlightBorder', { light: null, dark: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, nls.localize(1841, "Border color of the other search matches."));
51
+ export const editorFindRangeHighlightBorder = registerColor('editor.findRangeHighlightBorder', { dark: null, light: null, hcDark: transparent(activeContrastBorder, 0.4), hcLight: transparent(activeContrastBorder, 0.4) }, nls.localize(1842, "Border color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations."), true);
52
52
  // ----- editor hover
53
- export const editorHoverHighlight = registerColor('editor.hoverHighlightBackground', { light: '#ADD6FF26', dark: '#264f7840', hcDark: '#ADD6FF26', hcLight: null }, nls.localize(1842, 'Highlight below the word for which a hover is shown. The color must not be opaque so as not to hide underlying decorations.'), true);
54
- export const editorHoverBackground = registerColor('editorHoverWidget.background', editorWidgetBackground, nls.localize(1843, 'Background color of the editor hover.'));
55
- export const editorHoverForeground = registerColor('editorHoverWidget.foreground', editorWidgetForeground, nls.localize(1844, 'Foreground color of the editor hover.'));
56
- export const editorHoverBorder = registerColor('editorHoverWidget.border', editorWidgetBorder, nls.localize(1845, 'Border color of the editor hover.'));
57
- export const editorHoverStatusBarBackground = registerColor('editorHoverWidget.statusBarBackground', { dark: lighten(editorHoverBackground, 0.2), light: darken(editorHoverBackground, 0.05), hcDark: editorWidgetBackground, hcLight: editorWidgetBackground }, nls.localize(1846, "Background color of the editor hover status bar."));
53
+ export const editorHoverHighlight = registerColor('editor.hoverHighlightBackground', { light: '#ADD6FF26', dark: '#264f7840', hcDark: '#ADD6FF26', hcLight: null }, nls.localize(1843, 'Highlight below the word for which a hover is shown. The color must not be opaque so as not to hide underlying decorations.'), true);
54
+ export const editorHoverBackground = registerColor('editorHoverWidget.background', editorWidgetBackground, nls.localize(1844, 'Background color of the editor hover.'));
55
+ export const editorHoverForeground = registerColor('editorHoverWidget.foreground', editorWidgetForeground, nls.localize(1845, 'Foreground color of the editor hover.'));
56
+ export const editorHoverBorder = registerColor('editorHoverWidget.border', editorWidgetBorder, nls.localize(1846, 'Border color of the editor hover.'));
57
+ export const editorHoverStatusBarBackground = registerColor('editorHoverWidget.statusBarBackground', { dark: lighten(editorHoverBackground, 0.2), light: darken(editorHoverBackground, 0.05), hcDark: editorWidgetBackground, hcLight: editorWidgetBackground }, nls.localize(1847, "Background color of the editor hover status bar."));
58
58
  // ----- editor inlay hint
59
- export const editorInlayHintForeground = registerColor('editorInlayHint.foreground', { dark: '#969696', light: '#969696', hcDark: Color.white, hcLight: Color.black }, nls.localize(1847, 'Foreground color of inline hints'));
60
- export const editorInlayHintBackground = registerColor('editorInlayHint.background', { dark: transparent(badgeBackground, .10), light: transparent(badgeBackground, .10), hcDark: transparent(Color.white, .10), hcLight: transparent(badgeBackground, .10) }, nls.localize(1848, 'Background color of inline hints'));
61
- export const editorInlayHintTypeForeground = registerColor('editorInlayHint.typeForeground', editorInlayHintForeground, nls.localize(1849, 'Foreground color of inline hints for types'));
62
- export const editorInlayHintTypeBackground = registerColor('editorInlayHint.typeBackground', editorInlayHintBackground, nls.localize(1850, 'Background color of inline hints for types'));
63
- export const editorInlayHintParameterForeground = registerColor('editorInlayHint.parameterForeground', editorInlayHintForeground, nls.localize(1851, 'Foreground color of inline hints for parameters'));
64
- export const editorInlayHintParameterBackground = registerColor('editorInlayHint.parameterBackground', editorInlayHintBackground, nls.localize(1852, 'Background color of inline hints for parameters'));
59
+ export const editorInlayHintForeground = registerColor('editorInlayHint.foreground', { dark: '#969696', light: '#969696', hcDark: Color.white, hcLight: Color.black }, nls.localize(1848, 'Foreground color of inline hints'));
60
+ export const editorInlayHintBackground = registerColor('editorInlayHint.background', { dark: transparent(badgeBackground, .10), light: transparent(badgeBackground, .10), hcDark: transparent(Color.white, .10), hcLight: transparent(badgeBackground, .10) }, nls.localize(1849, 'Background color of inline hints'));
61
+ export const editorInlayHintTypeForeground = registerColor('editorInlayHint.typeForeground', editorInlayHintForeground, nls.localize(1850, 'Foreground color of inline hints for types'));
62
+ export const editorInlayHintTypeBackground = registerColor('editorInlayHint.typeBackground', editorInlayHintBackground, nls.localize(1851, 'Background color of inline hints for types'));
63
+ export const editorInlayHintParameterForeground = registerColor('editorInlayHint.parameterForeground', editorInlayHintForeground, nls.localize(1852, 'Foreground color of inline hints for parameters'));
64
+ export const editorInlayHintParameterBackground = registerColor('editorInlayHint.parameterBackground', editorInlayHintBackground, nls.localize(1853, 'Background color of inline hints for parameters'));
65
65
  // ----- editor lightbulb
66
- export const editorLightBulbForeground = registerColor('editorLightBulb.foreground', { dark: '#FFCC00', light: '#DDB100', hcDark: '#FFCC00', hcLight: '#007ACC' }, nls.localize(1853, "The color used for the lightbulb actions icon."));
67
- export const editorLightBulbAutoFixForeground = registerColor('editorLightBulbAutoFix.foreground', { dark: '#75BEFF', light: '#007ACC', hcDark: '#75BEFF', hcLight: '#007ACC' }, nls.localize(1854, "The color used for the lightbulb auto fix actions icon."));
68
- export const editorLightBulbAiForeground = registerColor('editorLightBulbAi.foreground', editorLightBulbForeground, nls.localize(1855, "The color used for the lightbulb AI icon."));
66
+ export const editorLightBulbForeground = registerColor('editorLightBulb.foreground', { dark: '#FFCC00', light: '#DDB100', hcDark: '#FFCC00', hcLight: '#007ACC' }, nls.localize(1854, "The color used for the lightbulb actions icon."));
67
+ export const editorLightBulbAutoFixForeground = registerColor('editorLightBulbAutoFix.foreground', { dark: '#75BEFF', light: '#007ACC', hcDark: '#75BEFF', hcLight: '#007ACC' }, nls.localize(1855, "The color used for the lightbulb auto fix actions icon."));
68
+ export const editorLightBulbAiForeground = registerColor('editorLightBulbAi.foreground', editorLightBulbForeground, nls.localize(1856, "The color used for the lightbulb AI icon."));
69
69
  // ----- editor snippet
70
- export const snippetTabstopHighlightBackground = 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)) }, nls.localize(1856, "Highlight background color of a snippet tabstop."));
71
- export const snippetTabstopHighlightBorder = registerColor('editor.snippetTabstopHighlightBorder', null, nls.localize(1857, "Highlight border color of a snippet tabstop."));
72
- export const snippetFinalTabstopHighlightBackground = registerColor('editor.snippetFinalTabstopHighlightBackground', null, nls.localize(1858, "Highlight background color of the final tabstop of a snippet."));
73
- export const snippetFinalTabstopHighlightBorder = registerColor('editor.snippetFinalTabstopHighlightBorder', { dark: '#525252', light: new Color(new RGBA(10, 50, 100, 0.5)), hcDark: '#525252', hcLight: '#292929' }, nls.localize(1859, "Highlight border color of the final tabstop of a snippet."));
70
+ export const snippetTabstopHighlightBackground = 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)) }, nls.localize(1857, "Highlight background color of a snippet tabstop."));
71
+ export const snippetTabstopHighlightBorder = registerColor('editor.snippetTabstopHighlightBorder', null, nls.localize(1858, "Highlight border color of a snippet tabstop."));
72
+ export const snippetFinalTabstopHighlightBackground = registerColor('editor.snippetFinalTabstopHighlightBackground', null, nls.localize(1859, "Highlight background color of the final tabstop of a snippet."));
73
+ export const snippetFinalTabstopHighlightBorder = registerColor('editor.snippetFinalTabstopHighlightBorder', { dark: '#525252', light: new Color(new RGBA(10, 50, 100, 0.5)), hcDark: '#525252', hcLight: '#292929' }, nls.localize(1860, "Highlight border color of the final tabstop of a snippet."));
74
74
  // ----- diff editor
75
75
  export const defaultInsertColor = new Color(new RGBA(155, 185, 85, .2));
76
76
  export const defaultRemoveColor = new Color(new RGBA(255, 0, 0, .2));
77
- export const diffInserted = registerColor('diffEditor.insertedTextBackground', { dark: '#9ccc2c33', light: '#9ccc2c40', hcDark: null, hcLight: null }, nls.localize(1860, 'Background color for text that got inserted. The color must not be opaque so as not to hide underlying decorations.'), true);
78
- export const diffRemoved = registerColor('diffEditor.removedTextBackground', { dark: '#ff000033', light: '#ff000033', hcDark: null, hcLight: null }, nls.localize(1861, 'Background color for text that got removed. The color must not be opaque so as not to hide underlying decorations.'), true);
79
- export const diffInsertedLine = registerColor('diffEditor.insertedLineBackground', { dark: defaultInsertColor, light: defaultInsertColor, hcDark: null, hcLight: null }, nls.localize(1862, 'Background color for lines that got inserted. The color must not be opaque so as not to hide underlying decorations.'), true);
80
- export const diffRemovedLine = registerColor('diffEditor.removedLineBackground', { dark: defaultRemoveColor, light: defaultRemoveColor, hcDark: null, hcLight: null }, nls.localize(1863, 'Background color for lines that got removed. The color must not be opaque so as not to hide underlying decorations.'), true);
81
- export const diffInsertedLineGutter = registerColor('diffEditorGutter.insertedLineBackground', null, nls.localize(1864, 'Background color for the margin where lines got inserted.'));
82
- export const diffRemovedLineGutter = registerColor('diffEditorGutter.removedLineBackground', null, nls.localize(1865, 'Background color for the margin where lines got removed.'));
83
- export const diffOverviewRulerInserted = registerColor('diffEditorOverview.insertedForeground', null, nls.localize(1866, 'Diff overview ruler foreground for inserted content.'));
84
- export const diffOverviewRulerRemoved = registerColor('diffEditorOverview.removedForeground', null, nls.localize(1867, 'Diff overview ruler foreground for removed content.'));
85
- export const diffInsertedOutline = registerColor('diffEditor.insertedTextBorder', { dark: null, light: null, hcDark: '#33ff2eff', hcLight: '#374E06' }, nls.localize(1868, 'Outline color for the text that got inserted.'));
86
- export const diffRemovedOutline = registerColor('diffEditor.removedTextBorder', { dark: null, light: null, hcDark: '#FF008F', hcLight: '#AD0707' }, nls.localize(1869, 'Outline color for text that got removed.'));
87
- export const diffBorder = registerColor('diffEditor.border', { dark: null, light: null, hcDark: contrastBorder, hcLight: contrastBorder }, nls.localize(1870, 'Border color between the two text editors.'));
88
- export const diffDiagonalFill = registerColor('diffEditor.diagonalFill', { dark: '#cccccc33', light: '#22222233', hcDark: null, hcLight: null }, nls.localize(1871, "Color of the diff editor's diagonal fill. The diagonal fill is used in side-by-side diff views."));
89
- export const diffUnchangedRegionBackground = registerColor('diffEditor.unchangedRegionBackground', 'sideBar.background', nls.localize(1872, "The background color of unchanged blocks in the diff editor."));
90
- export const diffUnchangedRegionForeground = registerColor('diffEditor.unchangedRegionForeground', 'foreground', nls.localize(1873, "The foreground color of unchanged blocks in the diff editor."));
91
- export const diffUnchangedTextBackground = registerColor('diffEditor.unchangedCodeBackground', { dark: '#74747429', light: '#b8b8b829', hcDark: null, hcLight: null }, nls.localize(1874, "The background color of unchanged code in the diff editor."));
77
+ export const diffInserted = registerColor('diffEditor.insertedTextBackground', { dark: '#9ccc2c33', light: '#9ccc2c40', hcDark: null, hcLight: null }, nls.localize(1861, 'Background color for text that got inserted. The color must not be opaque so as not to hide underlying decorations.'), true);
78
+ export const diffRemoved = registerColor('diffEditor.removedTextBackground', { dark: '#ff000033', light: '#ff000033', hcDark: null, hcLight: null }, nls.localize(1862, 'Background color for text that got removed. The color must not be opaque so as not to hide underlying decorations.'), true);
79
+ export const diffInsertedLine = registerColor('diffEditor.insertedLineBackground', { dark: defaultInsertColor, light: defaultInsertColor, hcDark: null, hcLight: null }, nls.localize(1863, 'Background color for lines that got inserted. The color must not be opaque so as not to hide underlying decorations.'), true);
80
+ export const diffRemovedLine = registerColor('diffEditor.removedLineBackground', { dark: defaultRemoveColor, light: defaultRemoveColor, hcDark: null, hcLight: null }, nls.localize(1864, 'Background color for lines that got removed. The color must not be opaque so as not to hide underlying decorations.'), true);
81
+ export const diffInsertedLineGutter = registerColor('diffEditorGutter.insertedLineBackground', null, nls.localize(1865, 'Background color for the margin where lines got inserted.'));
82
+ export const diffRemovedLineGutter = registerColor('diffEditorGutter.removedLineBackground', null, nls.localize(1866, 'Background color for the margin where lines got removed.'));
83
+ export const diffOverviewRulerInserted = registerColor('diffEditorOverview.insertedForeground', null, nls.localize(1867, 'Diff overview ruler foreground for inserted content.'));
84
+ export const diffOverviewRulerRemoved = registerColor('diffEditorOverview.removedForeground', null, nls.localize(1868, 'Diff overview ruler foreground for removed content.'));
85
+ export const diffInsertedOutline = registerColor('diffEditor.insertedTextBorder', { dark: null, light: null, hcDark: '#33ff2eff', hcLight: '#374E06' }, nls.localize(1869, 'Outline color for the text that got inserted.'));
86
+ export const diffRemovedOutline = registerColor('diffEditor.removedTextBorder', { dark: null, light: null, hcDark: '#FF008F', hcLight: '#AD0707' }, nls.localize(1870, 'Outline color for text that got removed.'));
87
+ export const diffBorder = registerColor('diffEditor.border', { dark: null, light: null, hcDark: contrastBorder, hcLight: contrastBorder }, nls.localize(1871, 'Border color between the two text editors.'));
88
+ export const diffDiagonalFill = registerColor('diffEditor.diagonalFill', { dark: '#cccccc33', light: '#22222233', hcDark: null, hcLight: null }, nls.localize(1872, "Color of the diff editor's diagonal fill. The diagonal fill is used in side-by-side diff views."));
89
+ export const diffUnchangedRegionBackground = registerColor('diffEditor.unchangedRegionBackground', 'sideBar.background', nls.localize(1873, "The background color of unchanged blocks in the diff editor."));
90
+ export const diffUnchangedRegionForeground = registerColor('diffEditor.unchangedRegionForeground', 'foreground', nls.localize(1874, "The foreground color of unchanged blocks in the diff editor."));
91
+ export const diffUnchangedTextBackground = registerColor('diffEditor.unchangedCodeBackground', { dark: '#74747429', light: '#b8b8b829', hcDark: null, hcLight: null }, nls.localize(1875, "The background color of unchanged code in the diff editor."));
92
92
  // ----- widget
93
- export const widgetShadow = registerColor('widget.shadow', { dark: transparent(Color.black, .36), light: transparent(Color.black, .16), hcDark: null, hcLight: null }, nls.localize(1875, 'Shadow color of widgets such as find/replace inside the editor.'));
94
- export const widgetBorder = registerColor('widget.border', { dark: null, light: null, hcDark: contrastBorder, hcLight: contrastBorder }, nls.localize(1876, 'Border color of widgets such as find/replace inside the editor.'));
93
+ export const widgetShadow = registerColor('widget.shadow', { dark: transparent(Color.black, .36), light: transparent(Color.black, .16), hcDark: null, hcLight: null }, nls.localize(1876, 'Shadow color of widgets such as find/replace inside the editor.'));
94
+ export const widgetBorder = registerColor('widget.border', { dark: null, light: null, hcDark: contrastBorder, hcLight: contrastBorder }, nls.localize(1877, 'Border color of widgets such as find/replace inside the editor.'));
95
95
  // ----- toolbar
96
- export const toolbarHoverBackground = registerColor('toolbar.hoverBackground', { dark: '#5a5d5e50', light: '#b8b8b850', hcDark: null, hcLight: null }, nls.localize(1877, "Toolbar background when hovering over actions using the mouse"));
97
- export const toolbarHoverOutline = registerColor('toolbar.hoverOutline', { dark: null, light: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, nls.localize(1878, "Toolbar outline when hovering over actions using the mouse"));
98
- export const toolbarActiveBackground = registerColor('toolbar.activeBackground', { dark: lighten(toolbarHoverBackground, 0.1), light: darken(toolbarHoverBackground, 0.1), hcDark: null, hcLight: null }, nls.localize(1879, "Toolbar background when holding the mouse over actions"));
96
+ export const toolbarHoverBackground = registerColor('toolbar.hoverBackground', { dark: '#5a5d5e50', light: '#b8b8b850', hcDark: null, hcLight: null }, nls.localize(1878, "Toolbar background when hovering over actions using the mouse"));
97
+ export const toolbarHoverOutline = registerColor('toolbar.hoverOutline', { dark: null, light: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, nls.localize(1879, "Toolbar outline when hovering over actions using the mouse"));
98
+ export const toolbarActiveBackground = registerColor('toolbar.activeBackground', { dark: lighten(toolbarHoverBackground, 0.1), light: darken(toolbarHoverBackground, 0.1), hcDark: null, hcLight: null }, nls.localize(1880, "Toolbar background when holding the mouse over actions"));
99
99
  // ----- breadcumbs
100
- export const breadcrumbsForeground = registerColor('breadcrumb.foreground', transparent(foreground, 0.8), nls.localize(1880, "Color of focused breadcrumb items."));
101
- export const breadcrumbsBackground = registerColor('breadcrumb.background', editorBackground, nls.localize(1881, "Background color of breadcrumb items."));
102
- export 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) }, nls.localize(1882, "Color of focused breadcrumb items."));
103
- export 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) }, nls.localize(1883, "Color of selected breadcrumb items."));
104
- export const breadcrumbsPickerBackground = registerColor('breadcrumbPicker.background', editorWidgetBackground, nls.localize(1884, "Background color of breadcrumb item picker."));
100
+ export const breadcrumbsForeground = registerColor('breadcrumb.foreground', transparent(foreground, 0.8), nls.localize(1881, "Color of focused breadcrumb items."));
101
+ export const breadcrumbsBackground = registerColor('breadcrumb.background', editorBackground, nls.localize(1882, "Background color of breadcrumb items."));
102
+ export 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) }, nls.localize(1883, "Color of focused breadcrumb items."));
103
+ export 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) }, nls.localize(1884, "Color of selected breadcrumb items."));
104
+ export const breadcrumbsPickerBackground = registerColor('breadcrumbPicker.background', editorWidgetBackground, nls.localize(1885, "Background color of breadcrumb item picker."));
105
105
  // ----- merge
106
106
  const headerTransparency = 0.5;
107
107
  const currentBaseColor = Color.fromHex('#40C8AE').transparent(headerTransparency);
@@ -109,20 +109,20 @@ const incomingBaseColor = Color.fromHex('#40A6FF').transparent(headerTransparenc
109
109
  const commonBaseColor = Color.fromHex('#606060').transparent(0.4);
110
110
  const contentTransparency = 0.4;
111
111
  const rulerTransparency = 1;
112
- export const mergeCurrentHeaderBackground = registerColor('merge.currentHeaderBackground', { dark: currentBaseColor, light: currentBaseColor, hcDark: null, hcLight: null }, nls.localize(1885, 'Current header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.'), true);
113
- export const mergeCurrentContentBackground = registerColor('merge.currentContentBackground', transparent(mergeCurrentHeaderBackground, contentTransparency), nls.localize(1886, 'Current content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.'), true);
114
- export const mergeIncomingHeaderBackground = registerColor('merge.incomingHeaderBackground', { dark: incomingBaseColor, light: incomingBaseColor, hcDark: null, hcLight: null }, nls.localize(1887, 'Incoming header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.'), true);
115
- export const mergeIncomingContentBackground = registerColor('merge.incomingContentBackground', transparent(mergeIncomingHeaderBackground, contentTransparency), nls.localize(1888, 'Incoming content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.'), true);
116
- export const mergeCommonHeaderBackground = registerColor('merge.commonHeaderBackground', { dark: commonBaseColor, light: commonBaseColor, hcDark: null, hcLight: null }, nls.localize(1889, 'Common ancestor header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.'), true);
117
- export const mergeCommonContentBackground = registerColor('merge.commonContentBackground', transparent(mergeCommonHeaderBackground, contentTransparency), nls.localize(1890, 'Common ancestor content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.'), true);
118
- export const mergeBorder = registerColor('merge.border', { dark: null, light: null, hcDark: '#C3DF6F', hcLight: '#007ACC' }, nls.localize(1891, 'Border color on headers and the splitter in inline merge-conflicts.'));
119
- export const overviewRulerCurrentContentForeground = registerColor('editorOverviewRuler.currentContentForeground', { dark: transparent(mergeCurrentHeaderBackground, rulerTransparency), light: transparent(mergeCurrentHeaderBackground, rulerTransparency), hcDark: mergeBorder, hcLight: mergeBorder }, nls.localize(1892, 'Current overview ruler foreground for inline merge-conflicts.'));
120
- export const overviewRulerIncomingContentForeground = registerColor('editorOverviewRuler.incomingContentForeground', { dark: transparent(mergeIncomingHeaderBackground, rulerTransparency), light: transparent(mergeIncomingHeaderBackground, rulerTransparency), hcDark: mergeBorder, hcLight: mergeBorder }, nls.localize(1893, 'Incoming overview ruler foreground for inline merge-conflicts.'));
121
- export const overviewRulerCommonContentForeground = registerColor('editorOverviewRuler.commonContentForeground', { dark: transparent(mergeCommonHeaderBackground, rulerTransparency), light: transparent(mergeCommonHeaderBackground, rulerTransparency), hcDark: mergeBorder, hcLight: mergeBorder }, nls.localize(1894, 'Common ancestor overview ruler foreground for inline merge-conflicts.'));
122
- export const overviewRulerFindMatchForeground = registerColor('editorOverviewRuler.findMatchForeground', { dark: '#d186167e', light: '#d186167e', hcDark: '#AB5A00', hcLight: '#AB5A00' }, nls.localize(1895, 'Overview ruler marker color for find matches. The color must not be opaque so as not to hide underlying decorations.'), true);
123
- export const overviewRulerSelectionHighlightForeground = registerColor('editorOverviewRuler.selectionHighlightForeground', '#A0A0A0CC', nls.localize(1896, 'Overview ruler marker color for selection highlights. The color must not be opaque so as not to hide underlying decorations.'), true);
112
+ export const mergeCurrentHeaderBackground = registerColor('merge.currentHeaderBackground', { dark: currentBaseColor, light: currentBaseColor, hcDark: null, hcLight: null }, nls.localize(1886, 'Current header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.'), true);
113
+ export const mergeCurrentContentBackground = registerColor('merge.currentContentBackground', transparent(mergeCurrentHeaderBackground, contentTransparency), nls.localize(1887, 'Current content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.'), true);
114
+ export const mergeIncomingHeaderBackground = registerColor('merge.incomingHeaderBackground', { dark: incomingBaseColor, light: incomingBaseColor, hcDark: null, hcLight: null }, nls.localize(1888, 'Incoming header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.'), true);
115
+ export const mergeIncomingContentBackground = registerColor('merge.incomingContentBackground', transparent(mergeIncomingHeaderBackground, contentTransparency), nls.localize(1889, 'Incoming content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.'), true);
116
+ export const mergeCommonHeaderBackground = registerColor('merge.commonHeaderBackground', { dark: commonBaseColor, light: commonBaseColor, hcDark: null, hcLight: null }, nls.localize(1890, 'Common ancestor header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.'), true);
117
+ export const mergeCommonContentBackground = registerColor('merge.commonContentBackground', transparent(mergeCommonHeaderBackground, contentTransparency), nls.localize(1891, 'Common ancestor content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.'), true);
118
+ export const mergeBorder = registerColor('merge.border', { dark: null, light: null, hcDark: '#C3DF6F', hcLight: '#007ACC' }, nls.localize(1892, 'Border color on headers and the splitter in inline merge-conflicts.'));
119
+ export const overviewRulerCurrentContentForeground = registerColor('editorOverviewRuler.currentContentForeground', { dark: transparent(mergeCurrentHeaderBackground, rulerTransparency), light: transparent(mergeCurrentHeaderBackground, rulerTransparency), hcDark: mergeBorder, hcLight: mergeBorder }, nls.localize(1893, 'Current overview ruler foreground for inline merge-conflicts.'));
120
+ export const overviewRulerIncomingContentForeground = registerColor('editorOverviewRuler.incomingContentForeground', { dark: transparent(mergeIncomingHeaderBackground, rulerTransparency), light: transparent(mergeIncomingHeaderBackground, rulerTransparency), hcDark: mergeBorder, hcLight: mergeBorder }, nls.localize(1894, 'Incoming overview ruler foreground for inline merge-conflicts.'));
121
+ export const overviewRulerCommonContentForeground = registerColor('editorOverviewRuler.commonContentForeground', { dark: transparent(mergeCommonHeaderBackground, rulerTransparency), light: transparent(mergeCommonHeaderBackground, rulerTransparency), hcDark: mergeBorder, hcLight: mergeBorder }, nls.localize(1895, 'Common ancestor overview ruler foreground for inline merge-conflicts.'));
122
+ export const overviewRulerFindMatchForeground = registerColor('editorOverviewRuler.findMatchForeground', { dark: '#d186167e', light: '#d186167e', hcDark: '#AB5A00', hcLight: '#AB5A00' }, nls.localize(1896, 'Overview ruler marker color for find matches. The color must not be opaque so as not to hide underlying decorations.'), true);
123
+ export const overviewRulerSelectionHighlightForeground = registerColor('editorOverviewRuler.selectionHighlightForeground', '#A0A0A0CC', nls.localize(1897, 'Overview ruler marker color for selection highlights. The color must not be opaque so as not to hide underlying decorations.'), true);
124
124
  // ----- problems
125
- export const problemsErrorIconForeground = registerColor('problemsErrorIcon.foreground', editorErrorForeground, nls.localize(1897, "The color used for the problems error icon."));
126
- export const problemsWarningIconForeground = registerColor('problemsWarningIcon.foreground', editorWarningForeground, nls.localize(1898, "The color used for the problems warning icon."));
127
- export const problemsInfoIconForeground = registerColor('problemsInfoIcon.foreground', editorInfoForeground, nls.localize(1899, "The color used for the problems info icon."));
125
+ export const problemsErrorIconForeground = registerColor('problemsErrorIcon.foreground', editorErrorForeground, nls.localize(1898, "The color used for the problems error icon."));
126
+ export const problemsWarningIconForeground = registerColor('problemsWarningIcon.foreground', editorWarningForeground, nls.localize(1899, "The color used for the problems warning icon."));
127
+ export const problemsInfoIconForeground = registerColor('problemsInfoIcon.foreground', editorInfoForeground, nls.localize(1900, "The color used for the problems info icon."));
128
128
  //# sourceMappingURL=editorColors.js.map
@@ -10,57 +10,57 @@ import { registerColor, transparent, lighten, darken } from '../colorUtils.js';
10
10
  import { foreground, contrastBorder, focusBorder, iconForeground } from './baseColors.js';
11
11
  import { editorWidgetBackground } from './editorColors.js';
12
12
  // ----- input
13
- export const inputBackground = registerColor('input.background', { dark: '#3C3C3C', light: Color.white, hcDark: Color.black, hcLight: Color.white }, nls.localize(1900, "Input box background."));
14
- export const inputForeground = registerColor('input.foreground', foreground, nls.localize(1901, "Input box foreground."));
15
- export const inputBorder = registerColor('input.border', { dark: null, light: null, hcDark: contrastBorder, hcLight: contrastBorder }, nls.localize(1902, "Input box border."));
16
- export const inputActiveOptionBorder = registerColor('inputOption.activeBorder', { dark: '#007ACC', light: '#007ACC', hcDark: contrastBorder, hcLight: contrastBorder }, nls.localize(1903, "Border color of activated options in input fields."));
17
- export const inputActiveOptionHoverBackground = registerColor('inputOption.hoverBackground', { dark: '#5a5d5e80', light: '#b8b8b850', hcDark: null, hcLight: null }, nls.localize(1904, "Background color of activated options in input fields."));
18
- export const inputActiveOptionBackground = registerColor('inputOption.activeBackground', { dark: transparent(focusBorder, 0.4), light: transparent(focusBorder, 0.2), hcDark: Color.transparent, hcLight: Color.transparent }, nls.localize(1905, "Background hover color of options in input fields."));
19
- export const inputActiveOptionForeground = registerColor('inputOption.activeForeground', { dark: Color.white, light: Color.black, hcDark: foreground, hcLight: foreground }, nls.localize(1906, "Foreground color of activated options in input fields."));
20
- export const inputPlaceholderForeground = registerColor('input.placeholderForeground', { light: transparent(foreground, 0.5), dark: transparent(foreground, 0.5), hcDark: transparent(foreground, 0.7), hcLight: transparent(foreground, 0.7) }, nls.localize(1907, "Input box foreground color for placeholder text."));
13
+ export const inputBackground = registerColor('input.background', { dark: '#3C3C3C', light: Color.white, hcDark: Color.black, hcLight: Color.white }, nls.localize(1901, "Input box background."));
14
+ export const inputForeground = registerColor('input.foreground', foreground, nls.localize(1902, "Input box foreground."));
15
+ export const inputBorder = registerColor('input.border', { dark: null, light: null, hcDark: contrastBorder, hcLight: contrastBorder }, nls.localize(1903, "Input box border."));
16
+ export const inputActiveOptionBorder = registerColor('inputOption.activeBorder', { dark: '#007ACC', light: '#007ACC', hcDark: contrastBorder, hcLight: contrastBorder }, nls.localize(1904, "Border color of activated options in input fields."));
17
+ export const inputActiveOptionHoverBackground = registerColor('inputOption.hoverBackground', { dark: '#5a5d5e80', light: '#b8b8b850', hcDark: null, hcLight: null }, nls.localize(1905, "Background color of activated options in input fields."));
18
+ export const inputActiveOptionBackground = registerColor('inputOption.activeBackground', { dark: transparent(focusBorder, 0.4), light: transparent(focusBorder, 0.2), hcDark: Color.transparent, hcLight: Color.transparent }, nls.localize(1906, "Background hover color of options in input fields."));
19
+ export const inputActiveOptionForeground = registerColor('inputOption.activeForeground', { dark: Color.white, light: Color.black, hcDark: foreground, hcLight: foreground }, nls.localize(1907, "Foreground color of activated options in input fields."));
20
+ export const inputPlaceholderForeground = registerColor('input.placeholderForeground', { light: transparent(foreground, 0.5), dark: transparent(foreground, 0.5), hcDark: transparent(foreground, 0.7), hcLight: transparent(foreground, 0.7) }, nls.localize(1908, "Input box foreground color for placeholder text."));
21
21
  // ----- input validation
22
- export const inputValidationInfoBackground = registerColor('inputValidation.infoBackground', { dark: '#063B49', light: '#D6ECF2', hcDark: Color.black, hcLight: Color.white }, nls.localize(1908, "Input validation background color for information severity."));
23
- export const inputValidationInfoForeground = registerColor('inputValidation.infoForeground', { dark: null, light: null, hcDark: null, hcLight: foreground }, nls.localize(1909, "Input validation foreground color for information severity."));
24
- export const inputValidationInfoBorder = registerColor('inputValidation.infoBorder', { dark: '#007acc', light: '#007acc', hcDark: contrastBorder, hcLight: contrastBorder }, nls.localize(1910, "Input validation border color for information severity."));
25
- export const inputValidationWarningBackground = registerColor('inputValidation.warningBackground', { dark: '#352A05', light: '#F6F5D2', hcDark: Color.black, hcLight: Color.white }, nls.localize(1911, "Input validation background color for warning severity."));
26
- export const inputValidationWarningForeground = registerColor('inputValidation.warningForeground', { dark: null, light: null, hcDark: null, hcLight: foreground }, nls.localize(1912, "Input validation foreground color for warning severity."));
27
- export const inputValidationWarningBorder = registerColor('inputValidation.warningBorder', { dark: '#B89500', light: '#B89500', hcDark: contrastBorder, hcLight: contrastBorder }, nls.localize(1913, "Input validation border color for warning severity."));
28
- export const inputValidationErrorBackground = registerColor('inputValidation.errorBackground', { dark: '#5A1D1D', light: '#F2DEDE', hcDark: Color.black, hcLight: Color.white }, nls.localize(1914, "Input validation background color for error severity."));
29
- export const inputValidationErrorForeground = registerColor('inputValidation.errorForeground', { dark: null, light: null, hcDark: null, hcLight: foreground }, nls.localize(1915, "Input validation foreground color for error severity."));
30
- export const inputValidationErrorBorder = registerColor('inputValidation.errorBorder', { dark: '#BE1100', light: '#BE1100', hcDark: contrastBorder, hcLight: contrastBorder }, nls.localize(1916, "Input validation border color for error severity."));
22
+ export const inputValidationInfoBackground = registerColor('inputValidation.infoBackground', { dark: '#063B49', light: '#D6ECF2', hcDark: Color.black, hcLight: Color.white }, nls.localize(1909, "Input validation background color for information severity."));
23
+ export const inputValidationInfoForeground = registerColor('inputValidation.infoForeground', { dark: null, light: null, hcDark: null, hcLight: foreground }, nls.localize(1910, "Input validation foreground color for information severity."));
24
+ export const inputValidationInfoBorder = registerColor('inputValidation.infoBorder', { dark: '#007acc', light: '#007acc', hcDark: contrastBorder, hcLight: contrastBorder }, nls.localize(1911, "Input validation border color for information severity."));
25
+ export const inputValidationWarningBackground = registerColor('inputValidation.warningBackground', { dark: '#352A05', light: '#F6F5D2', hcDark: Color.black, hcLight: Color.white }, nls.localize(1912, "Input validation background color for warning severity."));
26
+ export const inputValidationWarningForeground = registerColor('inputValidation.warningForeground', { dark: null, light: null, hcDark: null, hcLight: foreground }, nls.localize(1913, "Input validation foreground color for warning severity."));
27
+ export const inputValidationWarningBorder = registerColor('inputValidation.warningBorder', { dark: '#B89500', light: '#B89500', hcDark: contrastBorder, hcLight: contrastBorder }, nls.localize(1914, "Input validation border color for warning severity."));
28
+ export const inputValidationErrorBackground = registerColor('inputValidation.errorBackground', { dark: '#5A1D1D', light: '#F2DEDE', hcDark: Color.black, hcLight: Color.white }, nls.localize(1915, "Input validation background color for error severity."));
29
+ export const inputValidationErrorForeground = registerColor('inputValidation.errorForeground', { dark: null, light: null, hcDark: null, hcLight: foreground }, nls.localize(1916, "Input validation foreground color for error severity."));
30
+ export const inputValidationErrorBorder = registerColor('inputValidation.errorBorder', { dark: '#BE1100', light: '#BE1100', hcDark: contrastBorder, hcLight: contrastBorder }, nls.localize(1917, "Input validation border color for error severity."));
31
31
  // ----- select
32
- export const selectBackground = registerColor('dropdown.background', { dark: '#3C3C3C', light: Color.white, hcDark: Color.black, hcLight: Color.white }, nls.localize(1917, "Dropdown background."));
33
- export const selectListBackground = registerColor('dropdown.listBackground', { dark: null, light: null, hcDark: Color.black, hcLight: Color.white }, nls.localize(1918, "Dropdown list background."));
34
- export const selectForeground = registerColor('dropdown.foreground', { dark: '#F0F0F0', light: foreground, hcDark: Color.white, hcLight: foreground }, nls.localize(1919, "Dropdown foreground."));
35
- export const selectBorder = registerColor('dropdown.border', { dark: selectBackground, light: '#CECECE', hcDark: contrastBorder, hcLight: contrastBorder }, nls.localize(1920, "Dropdown border."));
32
+ export const selectBackground = registerColor('dropdown.background', { dark: '#3C3C3C', light: Color.white, hcDark: Color.black, hcLight: Color.white }, nls.localize(1918, "Dropdown background."));
33
+ export const selectListBackground = registerColor('dropdown.listBackground', { dark: null, light: null, hcDark: Color.black, hcLight: Color.white }, nls.localize(1919, "Dropdown list background."));
34
+ export const selectForeground = registerColor('dropdown.foreground', { dark: '#F0F0F0', light: foreground, hcDark: Color.white, hcLight: foreground }, nls.localize(1920, "Dropdown foreground."));
35
+ export const selectBorder = registerColor('dropdown.border', { dark: selectBackground, light: '#CECECE', hcDark: contrastBorder, hcLight: contrastBorder }, nls.localize(1921, "Dropdown border."));
36
36
  // ------ button
37
- export const buttonForeground = registerColor('button.foreground', Color.white, nls.localize(1921, "Button foreground color."));
38
- export const buttonSeparator = registerColor('button.separator', transparent(buttonForeground, .4), nls.localize(1922, "Button separator color."));
39
- export const buttonBackground = registerColor('button.background', { dark: '#0E639C', light: '#007ACC', hcDark: Color.black, hcLight: '#0F4A85' }, nls.localize(1923, "Button background color."));
40
- export const buttonHoverBackground = registerColor('button.hoverBackground', { dark: lighten(buttonBackground, 0.2), light: darken(buttonBackground, 0.2), hcDark: buttonBackground, hcLight: buttonBackground }, nls.localize(1924, "Button background color when hovering."));
41
- export const buttonBorder = registerColor('button.border', contrastBorder, nls.localize(1925, "Button border color."));
42
- export const buttonSecondaryForeground = registerColor('button.secondaryForeground', { dark: Color.white, light: Color.white, hcDark: Color.white, hcLight: foreground }, nls.localize(1926, "Secondary button foreground color."));
43
- export const buttonSecondaryBackground = registerColor('button.secondaryBackground', { dark: '#3A3D41', light: '#5F6A79', hcDark: null, hcLight: Color.white }, nls.localize(1927, "Secondary button background color."));
44
- export const buttonSecondaryHoverBackground = registerColor('button.secondaryHoverBackground', { dark: lighten(buttonSecondaryBackground, 0.2), light: darken(buttonSecondaryBackground, 0.2), hcDark: null, hcLight: null }, nls.localize(1928, "Secondary button background color when hovering."));
37
+ export const buttonForeground = registerColor('button.foreground', Color.white, nls.localize(1922, "Button foreground color."));
38
+ export const buttonSeparator = registerColor('button.separator', transparent(buttonForeground, .4), nls.localize(1923, "Button separator color."));
39
+ export const buttonBackground = registerColor('button.background', { dark: '#0E639C', light: '#007ACC', hcDark: Color.black, hcLight: '#0F4A85' }, nls.localize(1924, "Button background color."));
40
+ export const buttonHoverBackground = registerColor('button.hoverBackground', { dark: lighten(buttonBackground, 0.2), light: darken(buttonBackground, 0.2), hcDark: buttonBackground, hcLight: buttonBackground }, nls.localize(1925, "Button background color when hovering."));
41
+ export const buttonBorder = registerColor('button.border', contrastBorder, nls.localize(1926, "Button border color."));
42
+ export const buttonSecondaryForeground = registerColor('button.secondaryForeground', { dark: Color.white, light: Color.white, hcDark: Color.white, hcLight: foreground }, nls.localize(1927, "Secondary button foreground color."));
43
+ export const buttonSecondaryBackground = registerColor('button.secondaryBackground', { dark: '#3A3D41', light: '#5F6A79', hcDark: null, hcLight: Color.white }, nls.localize(1928, "Secondary button background color."));
44
+ export const buttonSecondaryHoverBackground = registerColor('button.secondaryHoverBackground', { dark: lighten(buttonSecondaryBackground, 0.2), light: darken(buttonSecondaryBackground, 0.2), hcDark: null, hcLight: null }, nls.localize(1929, "Secondary button background color when hovering."));
45
45
  // ------ radio
46
- export const radioActiveForeground = registerColor('radio.activeForeground', inputActiveOptionForeground, nls.localize(1929, "Foreground color of active radio option."));
47
- export const radioActiveBackground = registerColor('radio.activeBackground', inputActiveOptionBackground, nls.localize(1930, "Background color of active radio option."));
48
- export const radioActiveBorder = registerColor('radio.activeBorder', inputActiveOptionBorder, nls.localize(1931, "Border color of the active radio option."));
49
- export const radioInactiveForeground = registerColor('radio.inactiveForeground', null, nls.localize(1932, "Foreground color of inactive radio option."));
50
- export const radioInactiveBackground = registerColor('radio.inactiveBackground', null, nls.localize(1933, "Background color of inactive radio option."));
51
- export const radioInactiveBorder = registerColor('radio.inactiveBorder', { light: transparent(radioActiveForeground, .2), dark: transparent(radioActiveForeground, .2), hcDark: transparent(radioActiveForeground, .4), hcLight: transparent(radioActiveForeground, .2) }, nls.localize(1934, "Border color of the inactive radio option."));
52
- export const radioInactiveHoverBackground = registerColor('radio.inactiveHoverBackground', inputActiveOptionHoverBackground, nls.localize(1935, "Background color of inactive active radio option when hovering."));
46
+ export const radioActiveForeground = registerColor('radio.activeForeground', inputActiveOptionForeground, nls.localize(1930, "Foreground color of active radio option."));
47
+ export const radioActiveBackground = registerColor('radio.activeBackground', inputActiveOptionBackground, nls.localize(1931, "Background color of active radio option."));
48
+ export const radioActiveBorder = registerColor('radio.activeBorder', inputActiveOptionBorder, nls.localize(1932, "Border color of the active radio option."));
49
+ export const radioInactiveForeground = registerColor('radio.inactiveForeground', null, nls.localize(1933, "Foreground color of inactive radio option."));
50
+ export const radioInactiveBackground = registerColor('radio.inactiveBackground', null, nls.localize(1934, "Background color of inactive radio option."));
51
+ export const radioInactiveBorder = registerColor('radio.inactiveBorder', { light: transparent(radioActiveForeground, .2), dark: transparent(radioActiveForeground, .2), hcDark: transparent(radioActiveForeground, .4), hcLight: transparent(radioActiveForeground, .2) }, nls.localize(1935, "Border color of the inactive radio option."));
52
+ export const radioInactiveHoverBackground = registerColor('radio.inactiveHoverBackground', inputActiveOptionHoverBackground, nls.localize(1936, "Background color of inactive active radio option when hovering."));
53
53
  // ------ checkbox
54
- export const checkboxBackground = registerColor('checkbox.background', selectBackground, nls.localize(1936, "Background color of checkbox widget."));
55
- export const checkboxSelectBackground = registerColor('checkbox.selectBackground', editorWidgetBackground, nls.localize(1937, "Background color of checkbox widget when the element it's in is selected."));
56
- export const checkboxForeground = registerColor('checkbox.foreground', selectForeground, nls.localize(1938, "Foreground color of checkbox widget."));
57
- export const checkboxBorder = registerColor('checkbox.border', selectBorder, nls.localize(1939, "Border color of checkbox widget."));
58
- export const checkboxSelectBorder = registerColor('checkbox.selectBorder', iconForeground, nls.localize(1940, "Border color of checkbox widget when the element it's in is selected."));
59
- export const checkboxDisabledBackground = registerColor('checkbox.disabled.background', { op: 7 /* ColorTransformType.Mix */, color: checkboxBackground, with: checkboxForeground, ratio: 0.33 }, nls.localize(1941, "Background of a disabled checkbox."));
60
- export const checkboxDisabledForeground = registerColor('checkbox.disabled.foreground', { op: 7 /* ColorTransformType.Mix */, color: checkboxForeground, with: checkboxBackground, ratio: 0.33 }, nls.localize(1942, "Foreground of a disabled checkbox."));
54
+ export const checkboxBackground = registerColor('checkbox.background', selectBackground, nls.localize(1937, "Background color of checkbox widget."));
55
+ export const checkboxSelectBackground = registerColor('checkbox.selectBackground', editorWidgetBackground, nls.localize(1938, "Background color of checkbox widget when the element it's in is selected."));
56
+ export const checkboxForeground = registerColor('checkbox.foreground', selectForeground, nls.localize(1939, "Foreground color of checkbox widget."));
57
+ export const checkboxBorder = registerColor('checkbox.border', selectBorder, nls.localize(1940, "Border color of checkbox widget."));
58
+ export const checkboxSelectBorder = registerColor('checkbox.selectBorder', iconForeground, nls.localize(1941, "Border color of checkbox widget when the element it's in is selected."));
59
+ export const checkboxDisabledBackground = registerColor('checkbox.disabled.background', { op: 7 /* ColorTransformType.Mix */, color: checkboxBackground, with: checkboxForeground, ratio: 0.33 }, nls.localize(1942, "Background of a disabled checkbox."));
60
+ export const checkboxDisabledForeground = registerColor('checkbox.disabled.foreground', { op: 7 /* ColorTransformType.Mix */, color: checkboxForeground, with: checkboxBackground, ratio: 0.33 }, nls.localize(1943, "Foreground of a disabled checkbox."));
61
61
  // ------ keybinding label
62
- export 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 }, nls.localize(1943, "Keybinding label background color. The keybinding label is used to represent a keyboard shortcut."));
63
- export const keybindingLabelForeground = registerColor('keybindingLabel.foreground', { dark: Color.fromHex('#CCCCCC'), light: Color.fromHex('#555555'), hcDark: Color.white, hcLight: foreground }, nls.localize(1944, "Keybinding label foreground color. The keybinding label is used to represent a keyboard shortcut."));
64
- export 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 }, nls.localize(1945, "Keybinding label border color. The keybinding label is used to represent a keyboard shortcut."));
65
- export 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 }, nls.localize(1946, "Keybinding label border bottom color. The keybinding label is used to represent a keyboard shortcut."));
62
+ export 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 }, nls.localize(1944, "Keybinding label background color. The keybinding label is used to represent a keyboard shortcut."));
63
+ export const keybindingLabelForeground = registerColor('keybindingLabel.foreground', { dark: Color.fromHex('#CCCCCC'), light: Color.fromHex('#555555'), hcDark: Color.white, hcLight: foreground }, nls.localize(1945, "Keybinding label foreground color. The keybinding label is used to represent a keyboard shortcut."));
64
+ export 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 }, nls.localize(1946, "Keybinding label border color. The keybinding label is used to represent a keyboard shortcut."));
65
+ export 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 }, nls.localize(1947, "Keybinding label border bottom color. The keybinding label is used to represent a keyboard shortcut."));
66
66
  //# sourceMappingURL=inputColors.js.map
@@ -9,43 +9,43 @@ import { registerColor, darken, lighten, transparent, ifDefinedThenElse } from '
9
9
  // Import the colors we need
10
10
  import { foreground, contrastBorder, activeContrastBorder, focusBorder, iconForeground } from './baseColors.js';
11
11
  import { editorWidgetBackground, editorFindMatchHighlightBorder, editorFindMatchHighlight, widgetShadow, editorWidgetForeground } from './editorColors.js';
12
- export const listFocusBackground = registerColor('list.focusBackground', null, nls.localize(1947, "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."));
13
- export const listFocusForeground = registerColor('list.focusForeground', null, nls.localize(1948, "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."));
14
- export const listFocusOutline = registerColor('list.focusOutline', { dark: focusBorder, light: focusBorder, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, nls.localize(1949, "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."));
15
- export const listFocusAndSelectionOutline = registerColor('list.focusAndSelectionOutline', null, nls.localize(1950, "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."));
16
- export const listActiveSelectionBackground = registerColor('list.activeSelectionBackground', { dark: '#04395E', light: '#0060C0', hcDark: null, hcLight: Color.fromHex('#0F4A85').transparent(0.1) }, nls.localize(1951, "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."));
17
- export const listActiveSelectionForeground = registerColor('list.activeSelectionForeground', { dark: Color.white, light: Color.white, hcDark: null, hcLight: null }, nls.localize(1952, "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."));
18
- export const listActiveSelectionIconForeground = registerColor('list.activeSelectionIconForeground', null, nls.localize(1953, "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."));
19
- export const listInactiveSelectionBackground = registerColor('list.inactiveSelectionBackground', { dark: '#37373D', light: '#E4E6F1', hcDark: null, hcLight: Color.fromHex('#0F4A85').transparent(0.1) }, nls.localize(1954, "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."));
20
- export const listInactiveSelectionForeground = registerColor('list.inactiveSelectionForeground', null, nls.localize(1955, "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."));
21
- export const listInactiveSelectionIconForeground = registerColor('list.inactiveSelectionIconForeground', null, nls.localize(1956, "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."));
22
- export const listInactiveFocusBackground = registerColor('list.inactiveFocusBackground', null, nls.localize(1957, "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."));
23
- export const listInactiveFocusOutline = registerColor('list.inactiveFocusOutline', null, nls.localize(1958, "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."));
24
- export const listHoverBackground = registerColor('list.hoverBackground', { dark: '#2A2D2E', light: '#F0F0F0', hcDark: Color.white.transparent(0.1), hcLight: Color.fromHex('#0F4A85').transparent(0.1) }, nls.localize(1959, "List/Tree background when hovering over items using the mouse."));
25
- export const listHoverForeground = registerColor('list.hoverForeground', null, nls.localize(1960, "List/Tree foreground when hovering over items using the mouse."));
26
- export const listDropOverBackground = registerColor('list.dropBackground', { dark: '#062F4A', light: '#D6EBFF', hcDark: null, hcLight: null }, nls.localize(1961, "List/Tree drag and drop background when moving items over other items when using the mouse."));
27
- export const listDropBetweenBackground = registerColor('list.dropBetweenBackground', { dark: iconForeground, light: iconForeground, hcDark: null, hcLight: null }, nls.localize(1962, "List/Tree drag and drop border color when moving items between items when using the mouse."));
28
- export const listHighlightForeground = registerColor('list.highlightForeground', { dark: '#2AAAFF', light: '#0066BF', hcDark: focusBorder, hcLight: focusBorder }, nls.localize(1963, 'List/Tree foreground color of the match highlights when searching inside the list/tree.'));
29
- export const listFocusHighlightForeground = registerColor('list.focusHighlightForeground', { dark: listHighlightForeground, light: ifDefinedThenElse(listActiveSelectionBackground, listHighlightForeground, '#BBE7FF'), hcDark: listHighlightForeground, hcLight: listHighlightForeground }, nls.localize(1964, 'List/Tree foreground color of the match highlights on actively focused items when searching inside the list/tree.'));
30
- export const listInvalidItemForeground = registerColor('list.invalidItemForeground', { dark: '#B89500', light: '#B89500', hcDark: '#B89500', hcLight: '#B5200D' }, nls.localize(1965, 'List/Tree foreground color for invalid items, for example an unresolved root in explorer.'));
31
- export const listErrorForeground = registerColor('list.errorForeground', { dark: '#F88070', light: '#B01011', hcDark: null, hcLight: null }, nls.localize(1966, 'Foreground color of list items containing errors.'));
32
- export const listWarningForeground = registerColor('list.warningForeground', { dark: '#CCA700', light: '#855F00', hcDark: null, hcLight: null }, nls.localize(1967, 'Foreground color of list items containing warnings.'));
33
- export const listFilterWidgetBackground = registerColor('listFilterWidget.background', { light: darken(editorWidgetBackground, 0), dark: lighten(editorWidgetBackground, 0), hcDark: editorWidgetBackground, hcLight: editorWidgetBackground }, nls.localize(1968, 'Background color of the type filter widget in lists and trees.'));
34
- export const listFilterWidgetOutline = registerColor('listFilterWidget.outline', { dark: Color.transparent, light: Color.transparent, hcDark: '#f38518', hcLight: '#007ACC' }, nls.localize(1969, 'Outline color of the type filter widget in lists and trees.'));
35
- export const listFilterWidgetNoMatchesOutline = registerColor('listFilterWidget.noMatchesOutline', { dark: '#BE1100', light: '#BE1100', hcDark: contrastBorder, hcLight: contrastBorder }, nls.localize(1970, 'Outline color of the type filter widget in lists and trees, when there are no matches.'));
36
- export const listFilterWidgetShadow = registerColor('listFilterWidget.shadow', widgetShadow, nls.localize(1971, 'Shadow color of the type filter widget in lists and trees.'));
37
- export const listFilterMatchHighlight = registerColor('list.filterMatchBackground', { dark: editorFindMatchHighlight, light: editorFindMatchHighlight, hcDark: null, hcLight: null }, nls.localize(1972, 'Background color of the filtered match.'));
38
- export const listFilterMatchHighlightBorder = registerColor('list.filterMatchBorder', { dark: editorFindMatchHighlightBorder, light: editorFindMatchHighlightBorder, hcDark: contrastBorder, hcLight: activeContrastBorder }, nls.localize(1973, 'Border color of the filtered match.'));
39
- export const listDeemphasizedForeground = registerColor('list.deemphasizedForeground', { dark: '#8C8C8C', light: '#8E8E90', hcDark: '#A7A8A9', hcLight: '#666666' }, nls.localize(1974, "List/Tree foreground color for items that are deemphasized."));
12
+ export const listFocusBackground = registerColor('list.focusBackground', null, nls.localize(1948, "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."));
13
+ export const listFocusForeground = registerColor('list.focusForeground', null, nls.localize(1949, "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."));
14
+ export const listFocusOutline = registerColor('list.focusOutline', { dark: focusBorder, light: focusBorder, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, nls.localize(1950, "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."));
15
+ export const listFocusAndSelectionOutline = registerColor('list.focusAndSelectionOutline', null, nls.localize(1951, "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."));
16
+ export const listActiveSelectionBackground = registerColor('list.activeSelectionBackground', { dark: '#04395E', light: '#0060C0', hcDark: null, hcLight: Color.fromHex('#0F4A85').transparent(0.1) }, nls.localize(1952, "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."));
17
+ export const listActiveSelectionForeground = registerColor('list.activeSelectionForeground', { dark: Color.white, light: Color.white, hcDark: null, hcLight: null }, nls.localize(1953, "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."));
18
+ export const listActiveSelectionIconForeground = registerColor('list.activeSelectionIconForeground', null, nls.localize(1954, "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."));
19
+ export const listInactiveSelectionBackground = registerColor('list.inactiveSelectionBackground', { dark: '#37373D', light: '#E4E6F1', hcDark: null, hcLight: Color.fromHex('#0F4A85').transparent(0.1) }, nls.localize(1955, "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."));
20
+ export const listInactiveSelectionForeground = registerColor('list.inactiveSelectionForeground', null, nls.localize(1956, "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."));
21
+ export const listInactiveSelectionIconForeground = registerColor('list.inactiveSelectionIconForeground', null, nls.localize(1957, "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."));
22
+ export const listInactiveFocusBackground = registerColor('list.inactiveFocusBackground', null, nls.localize(1958, "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."));
23
+ export const listInactiveFocusOutline = registerColor('list.inactiveFocusOutline', null, nls.localize(1959, "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."));
24
+ export const listHoverBackground = registerColor('list.hoverBackground', { dark: '#2A2D2E', light: '#F0F0F0', hcDark: Color.white.transparent(0.1), hcLight: Color.fromHex('#0F4A85').transparent(0.1) }, nls.localize(1960, "List/Tree background when hovering over items using the mouse."));
25
+ export const listHoverForeground = registerColor('list.hoverForeground', null, nls.localize(1961, "List/Tree foreground when hovering over items using the mouse."));
26
+ export const listDropOverBackground = registerColor('list.dropBackground', { dark: '#062F4A', light: '#D6EBFF', hcDark: null, hcLight: null }, nls.localize(1962, "List/Tree drag and drop background when moving items over other items when using the mouse."));
27
+ export const listDropBetweenBackground = registerColor('list.dropBetweenBackground', { dark: iconForeground, light: iconForeground, hcDark: null, hcLight: null }, nls.localize(1963, "List/Tree drag and drop border color when moving items between items when using the mouse."));
28
+ export const listHighlightForeground = registerColor('list.highlightForeground', { dark: '#2AAAFF', light: '#0066BF', hcDark: focusBorder, hcLight: focusBorder }, nls.localize(1964, 'List/Tree foreground color of the match highlights when searching inside the list/tree.'));
29
+ export const listFocusHighlightForeground = registerColor('list.focusHighlightForeground', { dark: listHighlightForeground, light: ifDefinedThenElse(listActiveSelectionBackground, listHighlightForeground, '#BBE7FF'), hcDark: listHighlightForeground, hcLight: listHighlightForeground }, nls.localize(1965, 'List/Tree foreground color of the match highlights on actively focused items when searching inside the list/tree.'));
30
+ export const listInvalidItemForeground = registerColor('list.invalidItemForeground', { dark: '#B89500', light: '#B89500', hcDark: '#B89500', hcLight: '#B5200D' }, nls.localize(1966, 'List/Tree foreground color for invalid items, for example an unresolved root in explorer.'));
31
+ export const listErrorForeground = registerColor('list.errorForeground', { dark: '#F88070', light: '#B01011', hcDark: null, hcLight: null }, nls.localize(1967, 'Foreground color of list items containing errors.'));
32
+ export const listWarningForeground = registerColor('list.warningForeground', { dark: '#CCA700', light: '#855F00', hcDark: null, hcLight: null }, nls.localize(1968, 'Foreground color of list items containing warnings.'));
33
+ export const listFilterWidgetBackground = registerColor('listFilterWidget.background', { light: darken(editorWidgetBackground, 0), dark: lighten(editorWidgetBackground, 0), hcDark: editorWidgetBackground, hcLight: editorWidgetBackground }, nls.localize(1969, 'Background color of the type filter widget in lists and trees.'));
34
+ export const listFilterWidgetOutline = registerColor('listFilterWidget.outline', { dark: Color.transparent, light: Color.transparent, hcDark: '#f38518', hcLight: '#007ACC' }, nls.localize(1970, 'Outline color of the type filter widget in lists and trees.'));
35
+ export const listFilterWidgetNoMatchesOutline = registerColor('listFilterWidget.noMatchesOutline', { dark: '#BE1100', light: '#BE1100', hcDark: contrastBorder, hcLight: contrastBorder }, nls.localize(1971, 'Outline color of the type filter widget in lists and trees, when there are no matches.'));
36
+ export const listFilterWidgetShadow = registerColor('listFilterWidget.shadow', widgetShadow, nls.localize(1972, 'Shadow color of the type filter widget in lists and trees.'));
37
+ export const listFilterMatchHighlight = registerColor('list.filterMatchBackground', { dark: editorFindMatchHighlight, light: editorFindMatchHighlight, hcDark: null, hcLight: null }, nls.localize(1973, 'Background color of the filtered match.'));
38
+ export const listFilterMatchHighlightBorder = registerColor('list.filterMatchBorder', { dark: editorFindMatchHighlightBorder, light: editorFindMatchHighlightBorder, hcDark: contrastBorder, hcLight: activeContrastBorder }, nls.localize(1974, 'Border color of the filtered match.'));
39
+ export const listDeemphasizedForeground = registerColor('list.deemphasizedForeground', { dark: '#8C8C8C', light: '#8E8E90', hcDark: '#A7A8A9', hcLight: '#666666' }, nls.localize(1975, "List/Tree foreground color for items that are deemphasized."));
40
40
  // ------ tree
41
- export const treeIndentGuidesStroke = registerColor('tree.indentGuidesStroke', { dark: '#585858', light: '#a9a9a9', hcDark: '#a9a9a9', hcLight: '#a5a5a5' }, nls.localize(1975, "Tree stroke color for the indentation guides."));
42
- export const treeInactiveIndentGuidesStroke = registerColor('tree.inactiveIndentGuidesStroke', transparent(treeIndentGuidesStroke, 0.4), nls.localize(1976, "Tree stroke color for the indentation guides that are not active."));
41
+ export const treeIndentGuidesStroke = registerColor('tree.indentGuidesStroke', { dark: '#585858', light: '#a9a9a9', hcDark: '#a9a9a9', hcLight: '#a5a5a5' }, nls.localize(1976, "Tree stroke color for the indentation guides."));
42
+ export const treeInactiveIndentGuidesStroke = registerColor('tree.inactiveIndentGuidesStroke', transparent(treeIndentGuidesStroke, 0.4), nls.localize(1977, "Tree stroke color for the indentation guides that are not active."));
43
43
  // ------ table
44
- export const tableColumnsBorder = registerColor('tree.tableColumnsBorder', { dark: '#CCCCCC20', light: '#61616120', hcDark: null, hcLight: null }, nls.localize(1977, "Table border color between columns."));
45
- export const tableOddRowsBackgroundColor = registerColor('tree.tableOddRowsBackground', { dark: transparent(foreground, 0.04), light: transparent(foreground, 0.04), hcDark: null, hcLight: null }, nls.localize(1978, "Background color for odd table rows."));
44
+ export const tableColumnsBorder = registerColor('tree.tableColumnsBorder', { dark: '#CCCCCC20', light: '#61616120', hcDark: null, hcLight: null }, nls.localize(1978, "Table border color between columns."));
45
+ export const tableOddRowsBackgroundColor = registerColor('tree.tableOddRowsBackground', { dark: transparent(foreground, 0.04), light: transparent(foreground, 0.04), hcDark: null, hcLight: null }, nls.localize(1979, "Background color for odd table rows."));
46
46
  // ------ action list
47
- export const editorActionListBackground = registerColor('editorActionList.background', editorWidgetBackground, nls.localize(1979, "Action List background color."));
48
- export const editorActionListForeground = registerColor('editorActionList.foreground', editorWidgetForeground, nls.localize(1980, "Action List foreground color."));
49
- export const editorActionListFocusForeground = registerColor('editorActionList.focusForeground', listActiveSelectionForeground, nls.localize(1981, "Action List foreground color for the focused item."));
50
- export const editorActionListFocusBackground = registerColor('editorActionList.focusBackground', listActiveSelectionBackground, nls.localize(1982, "Action List background color for the focused item."));
47
+ export const editorActionListBackground = registerColor('editorActionList.background', editorWidgetBackground, nls.localize(1980, "Action List background color."));
48
+ export const editorActionListForeground = registerColor('editorActionList.foreground', editorWidgetForeground, nls.localize(1981, "Action List foreground color."));
49
+ export const editorActionListFocusForeground = registerColor('editorActionList.focusForeground', listActiveSelectionForeground, nls.localize(1982, "Action List foreground color for the focused item."));
50
+ export const editorActionListFocusBackground = registerColor('editorActionList.focusBackground', listActiveSelectionBackground, nls.localize(1983, "Action List background color for the focused item."));
51
51
  //# sourceMappingURL=listColors.js.map