The Wayback Machine - https://web.archive.org/web/20210109170915/https://github.com/litzomatic/iPython-Zenburn-Highlighting
Skip to content
master
Go to file
Code

Latest commit

Derek Litz
2b43df6

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Nov 19, 2011

README

Pygment style is zenburn.py

On my mac the path to the directory to place zenburn.py is /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygments/styles

I hacked the following line so my pygments would load.  In upstream versions of iPython this is not necessary.

grep -n -r zenburn .
./site-packages/IPython/frontend/qt/console/styles.py:44:default_dark_syntax_style = 'zenburn'
Use grep -n -r linux . to find the line for yourself.

Starting ipython

ipython-2.7 qtconsole --editor=vim --colors=linux --stylesheet=zenburn_ipython.css 

#TODO change traceback highlighting


About

Bringing Zenburn Highlighting to iPython

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.