Package Exports
- jupyterlab-theme-solarized-dark
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jupyterlab-theme-solarized-dark) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
jupyterlab-theme-solarized-dark
JupyterLab 2.x Solarized Dark extension.
Originally created by Jae Hee Lee at https://gist.github.com/dschaehi/ff6d30e6779a683053a1f078af178cdb
I just created this JupyterLab extension, and also fixed icon color issue on JupyterLab 2.x
Screenshot
Prerequisites
- JupyterLab
Version
Version 0.2.x
is mainly based on Jae Hee Lee's original theme. And Version 1.x
is currently under development, which aims to provide a smoother looking.
Installation
jupyter labextension install jupyterlab-theme-solarized-dark
To enable theme scrollbar, in JupyterLab, navigate to Settings -> Advanced Settings Editor -> Theme
, and add "theme-scrollbars": true
to User Preferences
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