aboutsummaryrefslogtreecommitdiffstats
path: root/gitolite-cgit/md2html
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-05-23 15:07:31 -0500
committerJesús <heckyel@hyperbola.info>2021-05-23 15:07:31 -0500
commit64bc0e7de3fd3c540f5e8f1671ad6de3aa3c2d96 (patch)
treedebfdde4db1edb08d737172ee67e80cdaecc9ec5 /gitolite-cgit/md2html
parentb148a4d8a4a34477895d9402c050738cc3ce6c7a (diff)
downloadgitolite-cgit-docker-64bc0e7de3fd3c540f5e8f1671ad6de3aa3c2d96.tar.lz
gitolite-cgit-docker-64bc0e7de3fd3c540f5e8f1671ad6de3aa3c2d96.tar.xz
gitolite-cgit-docker-64bc0e7de3fd3c540f5e8f1671ad6de3aa3c2d96.zip
update theme pygments to cgit
Diffstat (limited to 'gitolite-cgit/md2html')
-rw-r--r--gitolite-cgit/md2html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitolite-cgit/md2html b/gitolite-cgit/md2html
index 3c507d0..9035517 100644
--- a/gitolite-cgit/md2html
+++ b/gitolite-cgit/md2html
@@ -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>
''')