Skip to content

Commit fa2d19c

Browse files
authored
1 parent c63ed49 commit fa2d19c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/contrib/terminal/common/terminalColorRegistry.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ export const TERMINAL_FIND_MATCH_BACKGROUND_COLOR = registerColor('terminal.find
6565
hcDark: null,
6666
hcLight: null
6767
}, 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.'));
68-
export const TERMINAL_FIND_MATCH_BORDER_COLOR = registerColor('terminal.findMatchfindMatchBorder', {
68+
export const TERMINAL_FIND_MATCH_BORDER_COLOR = registerColor('terminal.findMatchBorder', {
6969
dark: editorFindMatch,
7070
light: editorFindMatch,
7171
hcDark: '#f38518',
7272
hcLight: '#0F4A85'
73-
}, nls.localize('terminal.findMatchfindMatchBorder', 'Border color of the current search match in the terminal.'));
73+
}, nls.localize('terminal.findMatchBorder', 'Border color of the current search match in the terminal.'));
7474
export const TERMINAL_FIND_MATCH_HIGHLIGHT_BACKGROUND_COLOR = registerColor('terminal.findMatchHighlightBackground', {
7575
dark: null,
7676
light: null,

0 commit comments

Comments
 (0)