jupyterlab-tailwind-theme
Version:
A JupyterLab theme extension inspired by Tailwind CSS.
16 lines • 480 B
JSON
{
"jupyter.lab.setting-icon": "ui-components:settings",
"jupyter.lab.setting-icon-label": "Tailwind Theme",
"title": "Theme - Tailwind",
"description": "JupyterLab Tailwind Theme settings",
"properties": {
"maxCellWidth": {
"type": "string",
"title": "Maximum Cell Width",
"description": "Width of notebook cells (e.g. '1200px', '80%', ...)",
"default": "1024px"
}
},
"additionalProperties": false,
"type": "object"
}