ipynb_base16_dark icon indicating copy to clipboard operation
ipynb_base16_dark copied to clipboard

IPython Notebook Theme. Base16 default colors, VIM mode by default

IPython Dark Theme (based on Base16 railscasts dark). Defaults to vim bindings.

Screenshot Screenshot

To use this repo:

  1. Download the Computer Modern Fonts. "custom.css" expects the Monaco and "CMU Serif" fonts to be installed.
  2. Create the ipython profile: ipython profile create dark
  3. Move to the custom files dir: cd ~/.ipython/profile_dark/static
  4. Move the existing folder away: mv custom custom-old
  5. Clone the repo git clone https://github.com/cemoody/ipynb_base16_dark.git custom
  6. Launch IPython ipython notebook --profile=dark