summaryrefslogtreecommitdiff
path: root/doc/docinfo.html
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-11-27 15:54:33 +0100
committerSébastien Helleu <flashcode@flashtux.org>2021-11-27 16:05:28 +0100
commitc8776b14f667f425baab2287a9bf7fca4bec349a (patch)
treedcdb737c7b3fb8f2fcdd27d761d4b0ddf2382a09 /doc/docinfo.html
parent35c26fb0018e537fa52a64f573ae36f3d86a82e4 (diff)
downloadweechat-c8776b14f667f425baab2287a9bf7fca4bec349a.zip
doc: switch from prettify to pygments for syntax highlighting
Diffstat (limited to 'doc/docinfo.html')
-rw-r--r--doc/docinfo.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/docinfo.html b/doc/docinfo.html
index 8020a1265..64bd9fcdd 100644
--- a/doc/docinfo.html
+++ b/doc/docinfo.html
@@ -35,4 +35,14 @@ kbd {
margin: 0 .2em;
font-family: monospace;
}
+/* syntax highlighting tuning */
+pre.pygments .tok-cp {
+ color: #ed4848;
+}
+pre.pygments .tok-nc, pre.pygments .tok-nf {
+ color: #649fef;
+}
+pre.pygments .tok-gu, pre.pygments .tok-nc, pre.pygments .tok-nn {
+ text-decoration: none;
+}
</style>