I tried to apply dark theme by putting a *.css file in the ~/.jupyter/custom/ directory (like here). This changes a theme for a normal jupyter notebook. But no affect on the
I bit the bullet, and figured out how to write a full custom theme as an extension.
The process is:
jupyterlab/packages to your own repository.package.json and src/index.tsstylesjupyter labextensions install .
nodeHere is my theme for future reference - https://github.com/nfultz/jupyterlab-theme-simple-extension
EDIT:
There's now a cookiecutter template to make it easier: https://github.com/jupyterlab/theme-cookiecutter