{
  "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"
}