From 1969a19e470414c3adc01c4698c60e68baa59ab7 Mon Sep 17 00:00:00 2001 From: Ambuj Kumar <97109381+that-ambuj@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:47:13 +0530 Subject: [PATCH] chore: change code highlight theme to `autumn` --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 39ac39d..5956d19 100755 --- a/hugo.toml +++ b/hugo.toml @@ -90,7 +90,7 @@ maxAge = "720h" unsafe = true [markup.highlight] -style = 'monokai' # see https://xyproto.github.io/splash/docs/all.html +style = 'autumn' [markup.tableOfContents] startLevel = 2