提交 d58907be 编写于 作者: M Miguel Solorio

Increase notebok cell border color

上级 fcd551f9
...@@ -1321,7 +1321,7 @@ export class NotebookEditorWidget extends Disposable implements INotebookEditor ...@@ -1321,7 +1321,7 @@ export class NotebookEditorWidget extends Disposable implements INotebookEditor
} }
export const notebookCellBorder = registerColor('notebook.cellBorderColor', { export const notebookCellBorder = registerColor('notebook.cellBorderColor', {
dark: transparent(PANEL_BORDER, .4), dark: transparent(PANEL_BORDER, .6),
light: transparent(PANEL_BORDER, .4), light: transparent(PANEL_BORDER, .4),
hc: null hc: null
}, nls.localize('notebook.cellBorderColor', "The border color for notebook cells.")); }, nls.localize('notebook.cellBorderColor', "The border color for notebook cells."));
...@@ -1440,7 +1440,7 @@ registerThemingParticipant((theme, collector) => { ...@@ -1440,7 +1440,7 @@ registerThemingParticipant((theme, collector) => {
collector.addRule(`.notebookOverlay .monaco-list-row.cell-editor-focus .cell-editor-part:before { outline: solid 1px ${focusedCellIndicatorColor}; }`); collector.addRule(`.notebookOverlay .monaco-list-row.cell-editor-focus .cell-editor-part:before { outline: solid 1px ${focusedCellIndicatorColor}; }`);
} }
const editorBorderColor = theme.getColor(notebookOutputContainerColor); const editorBorderColor = theme.getColor(notebookCellBorder);
if (editorBorderColor) { if (editorBorderColor) {
collector.addRule(`.notebookOverlay .monaco-list-row .cell-editor-part:before { outline: solid 1px ${editorBorderColor}; }`); collector.addRule(`.notebookOverlay .monaco-list-row .cell-editor-part:before { outline: solid 1px ${editorBorderColor}; }`);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册