Pygments style used in the textbook Algorithms for Optimization by Mykel J. Kochenderfer and Tim A. Wheeler.
You can use PIP:
$ pip install --upgrade git+https://github.com/sisl/pygments-style-algforopt#egg=pygments_style_algforopt
Alternatively, you can run these commands:
$ git clone https://github.com/sisl/pygments-style-algforopt
$ cd pygments-style-algforopt
$ (sudo) python setup.py install
This package is inspired by colors from the Monokai theme by Jon Skinner of Sublime Text. Contributions came from Sidd Rao, Tim Wheeler, and Mykel Kochenderfer.