Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/telamonian/theme-darcula
A handsome Darcula theme for Jupyterlab. The first jlab theme to include dark scrollbars
https://github.com/telamonian/theme-darcula
darcula darcula-theme dark-scrollbars jupyter jupyter-theme jupyterlab jupyterlab-2 jupyterlab-3 jupyterlab-4 jupyterlab-extension jupyterlab-theme theme
Last synced: 21 days ago
JSON representation
A handsome Darcula theme for Jupyterlab. The first jlab theme to include dark scrollbars
- Host: GitHub
- URL: https://github.com/telamonian/theme-darcula
- Owner: telamonian
- License: bsd-3-clause
- Created: 2019-01-21T04:39:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-06T08:38:20.000Z (over 1 year ago)
- Last Synced: 2024-10-17T22:11:07.703Z (about 2 months ago)
- Topics: darcula, darcula-theme, dark-scrollbars, jupyter, jupyter-theme, jupyterlab, jupyterlab-2, jupyterlab-3, jupyterlab-4, jupyterlab-extension, jupyterlab-theme, theme
- Language: CSS
- Homepage:
- Size: 3.13 MB
- Stars: 211
- Watchers: 5
- Forks: 41
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-jupyter-resources - GitHub - 30% open · ⏱️ 20.07.2022): (JupyterLab主题)
README
# @telamonian/theme-darcula
[![Build Status](https://travis-ci.org/telamonian/theme-darcula.svg?branch=master)](https://travis-ci.org/telamonian/theme-darcula)
[![npm](https://img.shields.io/pypi/v/theme-darcula.svg)](https://pypi.org/project/theme-darcula/)
[![npm](https://img.shields.io/npm/v/@telamonian/theme-darcula.svg)](https://www.npmjs.com/package/@telamonian/theme-darcula)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](darcula_preview.png)
## Prerequisites
- JupyterLab
## Installation
With `pip`:
```bash
pip install theme-darcula
```With `mamba`:
```bash
mamba install -c conda-forge theme-darcula
```With `conda`:
```bash
conda install -c conda-forge theme-darcula
```**For Jupyterlab < 3**
```bash
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:
```bash
jlpm build:dev
```To rebuild the package and the JupyterLab app:
```bash
jlpm build
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](https://github.com/jupyterlab/jupyterlab/blob/6d5240dda71fb3d12814e8b88b09e94e23d42875/packages/application/style/scrollbar.css).
JupyterLab itself now supports dark scrollbars for dark themes in Chrome, Firefox, and Safari. See [here](https://developer.mozilla.org/en-US/docs/Web/CSS/::-webkit-scrollbar) and [here](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Scrollbars) for more info on how this is done.