master
/ .localenv / lib / python3.5 / site-packages / jupyterlab / schemas / @jupyterlab / apputils-extension / themes.json

themes.json @master

08862c9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
{
  "title": "Theme",
  "jupyter.lab.setting-icon-label": "Theme Manager",
  "description": "Theme manager settings.",
  "additionalProperties": false,
  "properties": {
    "theme": {
      "type": "string",
      "title": "Selected Theme",
      "description": "Application-level visual styling theme",
      "default": "JupyterLab Light"
    }
  },
  "type": "object"
}