16 lines
397 B
Plaintext
16 lines
397 B
Plaintext
{
|
|
// Theme
|
|
// @jupyterlab/apputils-extension:themes
|
|
// Theme manager settings.
|
|
// *************************************
|
|
|
|
// Theme CSS Overrides
|
|
// Override theme CSS variables by setting key-value pairs here
|
|
"overrides": {
|
|
"content-font-size1": "20px"
|
|
},
|
|
|
|
// Selected Theme
|
|
// Application-level visual styling theme
|
|
"theme": "JupyterLab Light"
|
|
} |