Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adhadse/theme-material-darcula
A Jupyterlab theme inspired by JetBrains IDE's Darcula scheme and Material Design. Now with support for all JupyterLab 2.x, 3.x, and 4.x versions!
https://github.com/adhadse/theme-material-darcula
darcula darcula-theme jupyter jupyterlab jupyterlab-extension material-design theme theme-material-darcula
Last synced: about 2 months ago
JSON representation
A Jupyterlab theme inspired by JetBrains IDE's Darcula scheme and Material Design. Now with support for all JupyterLab 2.x, 3.x, and 4.x versions!
- Host: GitHub
- URL: https://github.com/adhadse/theme-material-darcula
- Owner: adhadse
- License: bsd-3-clause
- Created: 2022-06-15T01:23:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-18T14:12:08.000Z (over 1 year ago)
- Last Synced: 2024-11-15T05:21:43.910Z (3 months ago)
- Topics: darcula, darcula-theme, jupyter, jupyterlab, jupyterlab-extension, material-design, theme, theme-material-darcula
- Language: CSS
- Homepage:
- Size: 3.36 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @adhadse/theme-material-darcula
![Build](https://github.com/adhadse/theme-material-darcula/actions/workflows/build.yml/badge.svg)
[![npm](https://img.shields.io/pypi/v/theme-material-darcula.svg)](https://pypi.org/project/theme-material-darcula/)
![Anaconda.org](https://anaconda.org/conda-forge/theme-material-darcula/badges/version.svg)A Jupyterlab theme inspired by JetBrains IDE's Darcula scheme and Material Design. Now with support for all JupyterLab 2.x, 3.x, and 4.x versions!
![material-darcula](theme-material-darcula-github-description.png)
## Prerequisites
- JupyterLab
## Installation
With `pip`:
```bash
pip install theme-material-darcula
```With `conda`:
```bash
conda install -c conda-forge theme-material-darcula
```
With `mamba`:```bash
mamba install -c conda-forge theme-material-darcula
```**For Jupyterlab < 3**
```bash
jupyter labextension install @adhadse/theme-material-darcula
```## Development
For a development install (requires JupyterLab 2.0.0 or later), do the following in the repository directory:
```bash
jlpm install
jlpm build:dev
```To rebuild the package and the JupyterLab app (if using Anaconda, run from specific environment, will probably require administrator priviledges):
```bash
jlpm install
jlpm build:prod
jlpm install:extension
jupyter lab build
```## Want to contribute?
If you find any visual inconsistency that's eye soring or anything that bugs you up. Just open a new issue and let's discuss.To use the same environment as the binder demo (recommended):
```
conda env update -n theme-material-darcula --file binder/environment.yml # create a conda env
conda activate theme-material-darcula # activate it
```## History
A fork of [telamonian/theme-darcula](https://github.com/telamonian/theme-darcula). The original theme is still available. Somewhere during the development the theme diverged from the original one in look and feel so much that I planned to ship this as a completely different package.
# Want to support this project? π€
Just give the repo a star to keep the motivation goingπ!