0.1.4 • Published 4 years ago

@hokyjack/jupyterlab-monokai-plus v0.1.4

Weekly downloads
66
License
BSD-3-Clause
Repository
-
Last release
4 years ago

Monokai++ Theme

A Monokai++ theme extension for JupyterLab.
If you like pitch black backgrounds with high contrast colours, this theme is for you.

This theme derives from Dark Monokai theme.
It has different code color syntax, slightly brighter background and font of size 13px.

Important: Monokai++ is compatible with JupyterLab version 1.0.0 and higher

monokai_plus_image

Prerequisites

  • JupyterLab

Installation

jupyter labextension install @hokyjack/jupyterlab-monokai-plus

Development

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