Jupyter Notebooks Color Scheme
You can configure notebook-aware syntax highlighting according to your preferences and habits.
In the Settings dialog (Ctrl+Alt+S) , go to .
Select the color scheme, accept the highlighting settings inherited from the defaults or customize them as described in Colors and fonts.
You can adjust the colors of specific elements in Jupyter notebooks:
Caret row background: colors the row where the caret is placed.
Cell frame: colors the frame of the hovered or selected cell.
Cell stripe: colors the left margin of the hovered or selected cell.
Code cell background: changes the background color of all code cells.
Editor background: changes the background color of the entire editor when a Jupyter notebook is open.
Input execution count: changes the foreground color of the input execution counter.
Output execution count: changes the foreground color of the output execution counter.
Progress bar of a running cell: changes the background color of the progress bar shown while a cell is running.