bpython and my colorscheme

To quote the project website:

bpython is a fancy interface to the Python interpreter for Unix-like operating systems

bpython has some very neat features like syntax highlighting and auto-completion. Also, the written code can be sent to pastebin with just one keystroke. After playing around a bit, I ended up writing my own colorscheme which can be installed as follows:
mkdir -p ~/.bpython && wget http://files.7c0.org/pwr.theme -O ~/.bpython/pwr.theme

Finally, you have to edit your ~/.bpython.ini and set color_scheme = pwr

bpython colorscheme


About this entry