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
// Use regular selection background in high contrast with a thick border
hcDark: null,
hcLight: '#0F4A85'
},nls.localize('terminal.findMatchBackground','Color of the current search match in the terminal. The color must not be opaque so as not to hide underlying terminal content.'),true);
nls.localize('overviewRulerFindMatchForeground','Overview ruler marker color for find matches. The color must not be opaque so as not to hide underlying decorations.'),true);
The text was updated successfully, but these errors were encountered:
minimap.findMatchHighlight
(all)minimap.selectionOccurrenceHighlight
(all)minimap.selectionHighlight
(all)terminal.findMatchBackground
(dark, light, hcLight) (dark and light refer toeditor.findMatchBackground
)editorOverviewRuler.findMatchForeground
(hcDark, hcLight)vscode/src/vs/platform/theme/common/colors/minimapColors.ts
Lines 17 to 27 in 0fed760
vscode/src/vs/workbench/contrib/terminal/common/terminalColorRegistry.ts
Lines 61 to 67 in 0fed760
vscode/src/vs/platform/theme/common/colors/editorColors.ts
Lines 432 to 434 in 0fed760
The text was updated successfully, but these errors were encountered: