% git clone git://github.com/noah/pygments-style-algorithm.git % cd pygments-style-algorithm # python setup.py install
>>> from pygments.formatters import HtmlFormatter >>> HtmlFormatter(style='algorithm').style <class 'pygments_style_algorithm.AlgorithmStyle'>
\usepackage{minted}
\usemintedstyle{algorithm}
To get a list of all available styles, execute the following command on the command line:
$ pygmentize -L styles
Please read the official documentation for further information on the usage of pygment styles.
This structure of this package is based on pygments-style-github by Hugo Maia Vieira