You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constoverviewRulerBracketMatchForeground=registerColor('editorOverviewRuler.bracketMatchForeground',{dark: '#A0A0A0',light: '#A0A0A0',hcDark: '#A0A0A0',hcLight: '#A0A0A0'},nls.localize('overviewRulerBracketMatchForeground','Overview ruler marker color for matching brackets.'));
26
+
constoverviewRulerBracketMatchForeground=registerColor('editorOverviewRuler.bracketMatchForeground','#A0A0A0',nls.localize('overviewRulerBracketMatchForeground','Overview ruler marker color for matching brackets.'));
Copy file name to clipboardExpand all lines: src/vs/editor/contrib/folding/browser/foldingDecorations.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ import { themeColorFromId } from 'vs/platform/theme/common/themeService';
15
15
import{ThemeIcon}from'vs/base/common/themables';
16
16
17
17
constfoldBackground=registerColor('editor.foldBackground',{light: transparent(editorSelectionBackground,0.3),dark: transparent(editorSelectionBackground,0.3),hcDark: null,hcLight: null},localize('foldBackgroundBackground',"Background color behind folded ranges. The color must not be opaque so as not to hide underlying decorations."),true);
18
-
registerColor('editorGutter.foldingControlForeground',{dark: iconForeground,light: iconForeground,hcDark: iconForeground,hcLight: iconForeground},localize('editorGutter.foldingControlForeground','Color of the folding control in the editor gutter.'));
18
+
registerColor('editorGutter.foldingControlForeground',iconForeground,localize('editorGutter.foldingControlForeground','Color of the folding control in the editor gutter.'));
19
19
20
20
exportconstfoldingExpandedIcon=registerIcon('folding-expanded',Codicon.chevronDown,localize('foldingExpandedIcon','Icon for expanded ranges in the editor glyph margin.'));
21
21
exportconstfoldingCollapsedIcon=registerIcon('folding-collapsed',Codicon.chevronRight,localize('foldingCollapsedIcon','Icon for collapsed ranges in the editor glyph margin.'));
registerColor('editorHoverWidget.highlightForeground',{dark: listHighlightForeground,light: listHighlightForeground,hcDark: listHighlightForeground,hcLight: listHighlightForeground},nls.localize('editorHoverWidgetHighlightForeground','Foreground color of the active item in the parameter hint.'));
390
+
registerColor('editorHoverWidget.highlightForeground',listHighlightForeground,nls.localize('editorHoverWidgetHighlightForeground','Foreground color of the active item in the parameter hint.'));
exportconstpeekViewResultsSelectionBackground=registerColor('peekViewResult.selectionBackground',{dark: '#3399ff33',light: '#3399ff33',hcDark: null,hcLight: null},nls.localize('peekViewResultsSelectionBackground','Background color of the selected entry in the peek view result list.'));
290
290
exportconstpeekViewResultsSelectionForeground=registerColor('peekViewResult.selectionForeground',{dark: Color.white,light: '#6C6C6C',hcDark: Color.white,hcLight: editorForeground},nls.localize('peekViewResultsSelectionForeground','Foreground color of the selected entry in the peek view result list.'));
291
291
exportconstpeekViewEditorBackground=registerColor('peekViewEditor.background',{dark: '#001F33',light: '#F2F8FC',hcDark: Color.black,hcLight: Color.white},nls.localize('peekViewEditorBackground','Background color of the peek view editor.'));
292
-
exportconstpeekViewEditorGutterBackground=registerColor('peekViewEditorGutter.background',{dark: peekViewEditorBackground,light: peekViewEditorBackground,hcDark: peekViewEditorBackground,hcLight: peekViewEditorBackground},nls.localize('peekViewEditorGutterBackground','Background color of the gutter in the peek view editor.'));
293
-
exportconstpeekViewEditorStickyScrollBackground=registerColor('peekViewEditorStickyScroll.background',{dark: peekViewEditorBackground,light: peekViewEditorBackground,hcDark: peekViewEditorBackground,hcLight: peekViewEditorBackground},nls.localize('peekViewEditorStickScrollBackground','Background color of sticky scroll in the peek view editor.'));
292
+
exportconstpeekViewEditorGutterBackground=registerColor('peekViewEditorGutter.background',peekViewEditorBackground,nls.localize('peekViewEditorGutterBackground','Background color of the gutter in the peek view editor.'));
293
+
exportconstpeekViewEditorStickyScrollBackground=registerColor('peekViewEditorStickyScroll.background',peekViewEditorBackground,nls.localize('peekViewEditorStickScrollBackground','Background color of sticky scroll in the peek view editor.'));
294
294
295
295
exportconstpeekViewResultsMatchHighlight=registerColor('peekViewResult.matchHighlightBackground',{dark: '#ea5c004d',light: '#ea5c004d',hcDark: null,hcLight: null},nls.localize('peekViewResultsMatchHighlight','Match highlight color in the peek view result list.'));
296
296
exportconstpeekViewEditorMatchHighlight=registerColor('peekViewEditor.matchHighlightBackground',{dark: '#ff8f0099',light: '#f5d802de',hcDark: null,hcLight: null},nls.localize('peekViewEditorMatchHighlight','Match highlight color in the peek view editor.'));
Copy file name to clipboardExpand all lines: src/vs/editor/contrib/suggest/browser/suggestWidget.ts
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -39,15 +39,15 @@ import { status } from 'vs/base/browser/ui/aria/aria';
39
39
/**
40
40
* Suggest widget colors
41
41
*/
42
-
registerColor('editorSuggestWidget.background',{dark: editorWidgetBackground,light: editorWidgetBackground,hcDark: editorWidgetBackground,hcLight: editorWidgetBackground},nls.localize('editorSuggestWidgetBackground','Background color of the suggest widget.'));
43
-
registerColor('editorSuggestWidget.border',{dark: editorWidgetBorder,light: editorWidgetBorder,hcDark: editorWidgetBorder,hcLight: editorWidgetBorder},nls.localize('editorSuggestWidgetBorder','Border color of the suggest widget.'));
44
-
consteditorSuggestWidgetForeground=registerColor('editorSuggestWidget.foreground',{dark: editorForeground,light: editorForeground,hcDark: editorForeground,hcLight: editorForeground},nls.localize('editorSuggestWidgetForeground','Foreground color of the suggest widget.'));
45
-
registerColor('editorSuggestWidget.selectedForeground',{dark: quickInputListFocusForeground,light: quickInputListFocusForeground,hcDark: quickInputListFocusForeground,hcLight: quickInputListFocusForeground},nls.localize('editorSuggestWidgetSelectedForeground','Foreground color of the selected entry in the suggest widget.'));
46
-
registerColor('editorSuggestWidget.selectedIconForeground',{dark: quickInputListFocusIconForeground,light: quickInputListFocusIconForeground,hcDark: quickInputListFocusIconForeground,hcLight: quickInputListFocusIconForeground},nls.localize('editorSuggestWidgetSelectedIconForeground','Icon foreground color of the selected entry in the suggest widget.'));
47
-
exportconsteditorSuggestWidgetSelectedBackground=registerColor('editorSuggestWidget.selectedBackground',{dark: quickInputListFocusBackground,light: quickInputListFocusBackground,hcDark: quickInputListFocusBackground,hcLight: quickInputListFocusBackground},nls.localize('editorSuggestWidgetSelectedBackground','Background color of the selected entry in the suggest widget.'));
48
-
registerColor('editorSuggestWidget.highlightForeground',{dark: listHighlightForeground,light: listHighlightForeground,hcDark: listHighlightForeground,hcLight: listHighlightForeground},nls.localize('editorSuggestWidgetHighlightForeground','Color of the match highlights in the suggest widget.'));
49
-
registerColor('editorSuggestWidget.focusHighlightForeground',{dark: listFocusHighlightForeground,light: listFocusHighlightForeground,hcDark: listFocusHighlightForeground,hcLight: listFocusHighlightForeground},nls.localize('editorSuggestWidgetFocusHighlightForeground','Color of the match highlights in the suggest widget when an item is focused.'));
50
-
registerColor('editorSuggestWidgetStatus.foreground',{dark: transparent(editorSuggestWidgetForeground,.5),light: transparent(editorSuggestWidgetForeground,.5),hcDark: transparent(editorSuggestWidgetForeground,.5),hcLight: transparent(editorSuggestWidgetForeground,.5)},nls.localize('editorSuggestWidgetStatusForeground','Foreground color of the suggest widget status.'));
42
+
registerColor('editorSuggestWidget.background',editorWidgetBackground,nls.localize('editorSuggestWidgetBackground','Background color of the suggest widget.'));
43
+
registerColor('editorSuggestWidget.border',editorWidgetBorder,nls.localize('editorSuggestWidgetBorder','Border color of the suggest widget.'));
44
+
consteditorSuggestWidgetForeground=registerColor('editorSuggestWidget.foreground',editorForeground,nls.localize('editorSuggestWidgetForeground','Foreground color of the suggest widget.'));
45
+
registerColor('editorSuggestWidget.selectedForeground',quickInputListFocusForeground,nls.localize('editorSuggestWidgetSelectedForeground','Foreground color of the selected entry in the suggest widget.'));
46
+
registerColor('editorSuggestWidget.selectedIconForeground',quickInputListFocusIconForeground,nls.localize('editorSuggestWidgetSelectedIconForeground','Icon foreground color of the selected entry in the suggest widget.'));
47
+
exportconsteditorSuggestWidgetSelectedBackground=registerColor('editorSuggestWidget.selectedBackground',quickInputListFocusBackground,nls.localize('editorSuggestWidgetSelectedBackground','Background color of the selected entry in the suggest widget.'));
48
+
registerColor('editorSuggestWidget.highlightForeground',listHighlightForeground,nls.localize('editorSuggestWidgetHighlightForeground','Color of the match highlights in the suggest widget.'));
49
+
registerColor('editorSuggestWidget.focusHighlightForeground',listFocusHighlightForeground,nls.localize('editorSuggestWidgetFocusHighlightForeground','Color of the match highlights in the suggest widget when an item is focused.'));
50
+
registerColor('editorSuggestWidgetStatus.foreground',transparent(editorSuggestWidgetForeground,.5),nls.localize('editorSuggestWidgetStatusForeground','Foreground color of the suggest widget status.'));
0 commit comments