Hey, absolutely love the theme. Just as a heads up, in jupyter notebooks the code cells use the dark red for their background, which makes the code in them very difficult to read.
Adding the following makes notebooks much more readable:
"notebook.cellEditorBackground": "#eedac9"
(I'll defer to your tastes if you think a different light color would be better)