Skip to content

Gruvbox dark theme for Jupyter Lab. Modeled on classic gruvbox color palette and jupyter-themes gruvbox theme

Notifications You must be signed in to change notification settings

lemeb/theme-gruvbox

Repository files navigation

@telamonian/theme-darcula

Build Status

Darcula theme for Jupyterlab. Modelled after the classic Intellij theme.

darcula_preview

Prerequisites

  • JupyterLab

Installation

Command line install

jupyter labextension install @telamonian/theme-darcula

GUI install

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).

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

About

Gruvbox dark theme for Jupyter Lab. Modeled on classic gruvbox color palette and jupyter-themes gruvbox theme

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 94.3%
  • Shell 3.6%
  • TypeScript 2.1%