From ecd1260017d23128f7b37289be901e0fbb888992 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 29 Oct 2021 08:07:01 +0000 Subject: Lowercase everything, Rosé Pine, click to copy And probably other little things I forgot about --- 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 b877644..078dca5 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='stata-light', nobackground=True) +formatter = HtmlFormatter(style='igor') try: lexer = guess_lexer_for_filename(filename, data) -- cgit v1.2.3-70-g09d2