diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-12-28 23:34:38 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-12-28 23:34:38 +0100 |
commit | ee96b9b8674796e0fee317878ee83a29a814e421 (patch) | |
tree | 62ee43f3d39981451551f5f9b6cc2f9384e86415 /doc/docinfo.html | |
parent | 1c022d3bda09cd19ac629e8a0b7c727a195612f5 (diff) | |
download | weechat-ee96b9b8674796e0fee317878ee83a29a814e421.zip |
doc: change pygments pre-processor color from red to green/cyan
Diffstat (limited to 'doc/docinfo.html')
-rw-r--r-- | doc/docinfo.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docinfo.html b/doc/docinfo.html index d96336ff7..34d5f4667 100644 --- a/doc/docinfo.html +++ b/doc/docinfo.html @@ -196,7 +196,7 @@ mark { /* syntax highlighting tuning */ pre.pygments .tok-cp { - color: #ed4848; + color: #44cfaf; } pre.pygments .tok-nc, pre.pygments .tok-nf { |