# base16dark

> Base 16 dark theme extension

Latest version **0.1.1** (published 2019-07-28) · BSD-3-Clause license · 0 weekly downloads

## Install

```sh
npm install base16dark
pnpm add base16dark
yarn add base16dark
bun add base16dark
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2019-07-28 |
| First published | 2019-07-28 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 184.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Eshin Jolly |
| Maintainers | ejolly |
| Keywords | jupyter, jupyterlab, jupyterlab-extension, jupyterlab-theme |

## Links

- npm: https://www.npmjs.com/package/base16dark
- npm.io page: https://npm.io/package/base16dark

## Dependencies (2)

- [@jupyterlab/apputils](https://npm.io/package/@jupyterlab/apputils.md) ^1.0.0
- [@jupyterlab/application](https://npm.io/package/@jupyterlab/application.md) ^1.0.0

## Recent versions

- 0.1.1 (latest) — 2019-07-28
- 0.1.0 — 2019-07-28

## README

# jupyterlab theme base16dark

It uses the jupyterlab dark theme for the main application components, but styles the notebook using Base 16 Tomorrow Night. 

## Installation  

To install the theme and use it right away:  
`jupyter labextension install @ejolly/base16dark`

## Modifying  

Edit any files in the `style` directory (but most likely `variables.css`). Then run the following commands to build the package and enable it for use with jupyterlab:  
1. `npm install` (only need to do once after cloning this repo, not on every change of files)
2. `npm run build`
3. `npm run build:webpack`
4. `jupyter labextension install --debug .` (from within the root directory of this repo)
5. `jupyter lab build` (if you have a jupyterlab instance running already you'll automatically get a notification asking to rebuild, otherwise run this command)

You should now see a new theme option under Settings > JupyterLab Theme. 

## Help

Since jupyterlab is based on React and Material Design we can use the relevant documentation to look up the value of different framework variables:  
- [Colors](https://react-md.mlaursen.com/customization/colors)

---
_Source: https://npm.io/package/base16dark · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
