From b968a676bf197dad985224959a732bb0fe2edb61 Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Sat, 5 Oct 2024 19:46:14 +0200 Subject: [PATCH] Change syntax highlighting color --- hugo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hugo.toml b/hugo.toml index b51011e..37b8248 100644 --- a/hugo.toml +++ b/hugo.toml @@ -4,6 +4,10 @@ title = "Victor Mignot's blog" theme = "dalaran" copyright = "CC BY-SA 4.0" +[markup] + [markup.highlight] + style = "tango" + [params] introduction = "Just experimenting computer stuff and sharing it." mail = "dala@dalaran.fr"