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
// TODO: hcDark should be editorSelectionBackground (white) when min contrast ratio moves luminance the other way when needed https://github.com/xtermjs/xterm.js/issues/3720
30
-
hcDark: '#FFFFFF80',
29
+
hcDark: editorSelectionBackground,
31
30
hcLight: editorSelectionBackground
32
31
},nls.localize('terminal.selectionBackground','The selection background color of the terminal.'));
0 commit comments