New arguments for theme options (code-font, UI colorscheme) #11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces 2 new jupyter-themer optional arguments for the overall UI theme (based on
https://github.com/powerpak/jupyter-dark-theme) and an argument for changing the font for code cells with one supported font
Ubuntu_Mono
.For google web fonts to work properly the
@import
statements must be first before any other CSS styling. Therefore, it is necessary to check if there are font changes first and handle the necessary@import
statements first before applying other CSS. To accomplish this, the@import
is separated into a separate file for each font ending ing.import
and the argument parsing is reordered to handle this case.The
custom_css_dir
was incorrect in Python3 and the path was changed to work for both Python2.7 and Python3 by importingnotebook
instead ofjupyter
Finally, slight adjustments were made to the padding in the
wide
layout and thebase16-dark
color scheme.all changes can be seen by using the command