Skip to content

Commit 794c6d8

Browse files
author
Miguel Solorio
committed
Fix color token for notebook focused cell bg (fixes #101867)
1 parent e10032a commit 794c6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/theme-defaults/themes/light_defaults.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"statusBarItem.remoteBackground": "#16825D",
2121
"sideBarSectionHeader.background": "#0000",
2222
"sideBarSectionHeader.border": "#61616130",
23-
"notebook.cellFocusBackground": "#c8ddf150",
23+
"notebook.focusedCellBackground": "#c8ddf150",
2424
"notebook.cellBorderColor": "#dae3e9",
2525
"notebook.outputContainerBackgroundColor": "#c8ddf150",
2626
"notebook.focusedCellShadow": "#00315040"

0 commit comments

Comments
 (0)