Skip to content

Commit 6a747a9

Browse files
hooks.py: use monokai style
1 parent 70aee96 commit 6a747a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elinks/hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from pygments.lexers import get_lexer_by_name
66
from pygments.formatters import HtmlFormatter
77

8-
formatter = HtmlFormatter(full=False, noclasses=True, nobackground=True)
8+
formatter = HtmlFormatter(full=False, noclasses=True, nobackground=True, style="monokai")
99

1010
def pre_format_html_hook(url, html):
1111
tree = lh.parse(StringIO(html))

0 commit comments

Comments
 (0)