项目作者: telamonian

项目描述 :
A handsome Darcula theme for Jupyterlab. The first jlab theme to include dark scrollbars
高级语言: CSS
项目地址: git://github.com/telamonian/theme-darcula.git
创建时间: 2019-01-21T04:39:42Z
项目社区:https://github.com/telamonian/theme-darcula

开源协议:BSD 3-Clause "New" or "Revised" License

下载


@telamonian/theme-darcula

Build Status
npm
@telamonian/theme-darcula"">npm

Darcula theme for Jupyterlab. Modelled after the classic Intellij theme. Now with support for all JupyterLab 2.x, 3.x, and 4.x versions!

darcula_preview

Prerequisites

  • JupyterLab

Installation

With pip:

  1. pip install theme-darcula

With mamba:

  1. mamba install -c conda-forge theme-darcula

With conda:

  1. conda install -c conda-forge theme-darcula

For Jupyterlab < 3

  1. jupyter labextension install @telamonian/theme-darcula

Dark scrollbars

Enable dark scrollbars by clicking on Settings -> JupyterLab Theme -> Theme Scrollbars in the JupyterLab menus.

Development

For a development install (requires JupyterLab 2.0.0 or later), do the following in the repository directory:

  1. jlpm build:dev

To rebuild the package and the JupyterLab app:

  1. jlpm build
  2. jupyter lab build

History

This was the first JupyterLab theme that included dark scrollbars. As of JupyterLab 1.0, the dark scrollbars feature from this theme was incorporated into JupyterLab core, as part of @jupyterlab/application/style/scrollbar.css.

JupyterLab itself now supports dark scrollbars for dark themes in Chrome, Firefox, and Safari. See here and here for more info on how this is done.