So I wanted to make grip render on localhost, using the github-dark theme. It seems @parajita largely did this work on #335, however, that only applies when using the renderer in CLI mode.
I made a change to the settings.py and README.md to add THEME to settings.py and added code to app.py to look that up, and if set to pass the value to self.theme as if it had been passed on the CLI.
#396