update theme pygments to cgit

This commit is contained in:
Jesús
2021-05-23 15:07:31 -05:00
parent b148a4d8a4
commit 64bc0e7de3
3 changed files with 58 additions and 1 deletions

View File

@@ -288,7 +288,7 @@ div#cgit .markdown-body h1 a.toclink, div#cgit .markdown-body h2 a.toclink, div#
border: none;
}
''')
sys.stdout.write(HtmlFormatter(style='pastie').get_style_defs('.highlight'))
sys.stdout.write(HtmlFormatter(style='monokai').get_style_defs('.highlight'))
sys.stdout.write('''
</style>
''')