Add better contrast for cell borders in HC (fixes #99185)

This commit is contained in:
Miguel Solorio 2020-06-02 19:24:11 -07:00
parent ebcfdabcba
commit 4872a55324

View file

@ -1335,7 +1335,7 @@ export class NotebookEditorWidget extends Disposable implements INotebookEditor
export const notebookCellBorder = registerColor('notebook.cellBorderColor', {
dark: transparent(PANEL_BORDER, .6),
light: transparent(PANEL_BORDER, .4),
hc: null
hc: PANEL_BORDER
}, nls.localize('notebook.cellBorderColor', "The border color for notebook cells."));
export const focusedCellIndicator = registerColor('notebook.focusedCellIndicator', {