bradmontgomery / django-blargg

because the world needs another django-powered blog app!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rst & pygments looks like crap

bradmontgomery opened this issue · comments

If you've got pygments installed, rst gives you hooks for writing a code block for a specified language:

.. code-block:: python
    def my_funct():
        # wheee

But what theme/style does pygments use, and how should this project handle customizing that?