We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70aee96 commit 6a747a9Copy full SHA for 6a747a9
elinks/hooks.py
@@ -5,7 +5,7 @@
5
from pygments.lexers import get_lexer_by_name
6
from pygments.formatters import HtmlFormatter
7
8
-formatter = HtmlFormatter(full=False, noclasses=True, nobackground=True)
+formatter = HtmlFormatter(full=False, noclasses=True, nobackground=True, style="monokai")
9
10
def pre_format_html_hook(url, html):
11
tree = lh.parse(StringIO(html))
0 commit comments