From b00972235a9e2250610bb6f861a6e88d30d5a126 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 29 Oct 2021 08:04:30 +0000 Subject: Initial customizations favicon, cgit.png and installation path --- filters/syntax-highlighting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filters') diff --git a/filters/syntax-highlighting.py b/filters/syntax-highlighting.py index e912594..b877644 100755 --- a/filters/syntax-highlighting.py +++ b/filters/syntax-highlighting.py @@ -34,7 +34,7 @@ sys.stdin = io.TextIOWrapper(sys.stdin.buffer, encoding='utf-8', errors='replace sys.stdout = io.TextIOWrapper(sys.stdout.buffer, encoding='utf-8', errors='replace') data = sys.stdin.read() filename = sys.argv[1] -formatter = HtmlFormatter(style='pastie', nobackground=True) +formatter = HtmlFormatter(style='stata-light', nobackground=True) try: lexer = guess_lexer_for_filename(filename, data) -- cgit v1.2.3-70-g09d2