Update notebook cell styles for light themes

This commit is contained in:
Miguel Solorio
2020-06-29 15:07:46 -07:00
parent 0be16f743a
commit 1d2af097fb
2 changed files with 13 additions and 9 deletions

View File

@@ -19,7 +19,11 @@
"statusBarItem.remoteForeground": "#FFF",
"statusBarItem.remoteBackground": "#16825D",
"sideBarSectionHeader.background": "#0000",
"sideBarSectionHeader.border": "#61616130"
"sideBarSectionHeader.border": "#61616130",
"notebook.cellFocusBackground": "#c8ddf150",
"notebook.cellBorderColor": "#dae3e9",
"notebook.outputContainerBackgroundColor": "#c8ddf150",
"notebook.focusedCellShadow": "#00315040"
},
"semanticHighlighting": true
}