Color-themes for syntax-highlighting obtained from Pandoc. E.g. To get the pygments theme you need to have some source-code embedded in your markdown and run:
stack exec pandoc -- -s file.md --highlight-style pygments
Then you can extract the css from the resulting standalone html file. Here you can find my extracted html files for reference: