Notebook theme colors review
See original GitHub issueAfter we introduced more customizations of the notebook layout, the theme colors for notebook don’t cover all the scenarios, we should review and consolidate them to ensure they work for all combinations of settings.
List of existing theme colors:
"notebook.cellEditorBackground"
"notebook.cellToolbarSeparator"
"notebook.focusedEditorBorder"
"notebook.outputContainerBackgroundColor"
"notebook.cellBorderColor"
"notebook.cellInsertionIndicator"
"notebook.cellStatusBarItemHoverBackground"
"notebook.focusedCellBorder"
"notebook.inactiveFocusedCellBorder"
"notebook.selectedCellBackground"
"notebook.selectedCellBorder"
"notebook.symbolHighlightBackground"
"notebookScrollbarSlider.activeBackground"
"notebookScrollbarSlider.background"
"notebookScrollbarSlider.hoverBackground"
"notebookStatusErrorIcon.foreground"
"notebookStatusRunningIcon.foreground"
"notebookStatusSuccessIcon.foreground"
- ~
"notebook.focusedRowBorder"
~ - ~
"notebook.rowHoverBackground"
~
Questions/confusion/requirements
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:15 (10 by maintainers)
Top Results From Across the Web
3500 THEME COLOR SP NOTE (16J) Size: 190X260mm ...
3500 THEME COLOR SP NOTE (16J) Size: 190X260mm Material: (cover, inner sheets) PP(0.7t), ivory paper, Number of inner sheets: 75 (Pink) ; Sold...
Read more >Theme System Notebook Review - Original Content Books
The paper is of the highest quality and with the inks I tested did not bleed through or ghost too badly. The paper...
Read more >Notebook Review: NAVA Design My Colors Book
If you are looking for a fun notebook for doodling, sketching or collage, I think the My Colors Book would be a good...
Read more >Customize your Jupyter Notebook Theme in 2 lines of code
By default, Jupyter Notebook uses the light theme. ... In addition to setting the color scheme, jtplot.style() allows controlling various ...
Read more >The Best Notebooks and Notepads - The New York Times
And with this notebook review, I'd say the most worthwhile thing you've done is expose the shoddy quality of a perpetual market leader, ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For output background color, I’ve actually made it transparent (
"notebook.outputContainerBackgroundColor": "#0000"
) in my user settings which tends to look a little better with charts + tables:Before
After
+1