Skip to content

fire3420/jupyterlab-theme-solarized-dark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jupyterlab-theme-solarized-dark

NPM

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

About

JupyterLab 2.x Solarized Dark extension

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 90.8%
  • JavaScript 5.4%
  • TypeScript 3.8%