Fix color token for notebook focused cell bg (fixes #101867)

This commit is contained in:
Miguel Solorio
2020-07-07 10:46:30 -07:00
parent 2cff7e87fb
commit 931c1c0940

View File

@@ -20,7 +20,7 @@
"statusBarItem.remoteBackground": "#16825D",
"sideBarSectionHeader.background": "#0000",
"sideBarSectionHeader.border": "#61616130",
"notebook.cellFocusBackground": "#c8ddf150",
"notebook.focusedCellBackground": "#c8ddf150",
"notebook.cellBorderColor": "#dae3e9",
"notebook.outputContainerBackgroundColor": "#c8ddf150",
"notebook.focusedCellShadow": "#00315040"