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