From 5896578312b15587113c2a4ff8bbd66fee6f457b Mon Sep 17 00:00:00 2001 From: Folyd Date: Mon, 2 May 2022 19:17:33 +0800 Subject: [PATCH] Update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 946e951..a316a2b 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,10 @@ footer-template = "templates/footer.html" highlight_code = true # custom highligh theme highlight_theme = "ayu-light" +# custom pre block code color, only works if `highlight_code` is disabled +pre_code_color = "#333" +# custom pre block background color, only works if `highlight_code` is disabled +pre_bg_color = "#eee" # Issue 1 [[issue]]