This is a theme for the jupyter nbconvert extension. Checkout the screenshot below which was created from this project.
pip install nbconvert-theme-pale-sand-navy
After installing the package you can select theme by passing the template parameter to the jupyter nbconvert command.
jupyter nbconvert --to html --template pale-sand-navy notebook.ipynb
It can also be easily used inside GitHub Actions like here.