Darcula theme for Jupyterlab. Modelled after the classic Intellij theme.
- JupyterLab
jupyter labextension install @telamonian/theme-darcula
Alternatively, you can install the darcula theme using JupyterLab's new Extension Manager GUI, if you have it enabled. Just open the Extension Manager, enter @telamonian/theme-darcula
in the search bar, and then follow the prompts to install.
You can find instructions for enabling the Extension Manager here. The Manager was only recently added, so you'll need to have a new enough version of JupyterLab (one that was released sometime after 07.2018).
For a development install (requires npm version 4 or later), do the following in the repository directory:
npm install
jupyter labextension link .
To rebuild the package and the JupyterLab app:
npm run build
jupyter lab build