ipynb_base16_dark
ipynb_base16_dark copied to clipboard
IPython Notebook Theme. Base16 default colors, VIM mode by default
trafficstars
IPython Dark Theme (based on Base16 railscasts dark). Defaults to vim bindings.
To use this repo:
- Download the Computer Modern Fonts. "custom.css" expects the Monaco and "CMU Serif" fonts to be installed.
- Create the ipython profile:
ipython profile create dark - Move to the custom files dir:
cd ~/.ipython/profile_dark/static - Move the existing folder away:
mv custom custom-old - Clone the repo
git clone https://github.com/cemoody/ipynb_base16_dark.git custom - Launch IPython
ipython notebook --profile=dark
