1.0.1 • Published 5 years ago

@sixtimeseven/jupyterlab-theme-lush v1.0.1

Weekly downloads
27
License
BSD-3-Clause
Repository
github
Last release
5 years ago

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