Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@sixtimeseven/jupyterlab-theme-lush

sixtimeseven11BSD-3-Clause1.0.1TypeScript support: included

A Jupyterlab dark theme extension

jupyter, jupyterlab, jupyterlab-extension, jupyterlab-theme

readme

sixtimeseven/jupyterlab-theme-lush

A Jupyterlab dark theme extension for Jupyterlab 2.x. Inspired by Allan Chain's solarized-dark theme and base16 Darktooth CSS by Samme.

Prerequisites

  • JupyterLab

Version

  • 1.0.0 - This is the first version of my first attempt at making a jupyter theme.

Installation

jupyter labextension install jupyterlab-theme-lush

Apply the theme in Settings > Jupyterlab Theme > jupyterlab-theme-lush

Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

npm install
jupyter labextension @sixtimeseven/jupyterlab-theme-lush .

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build