From 87dda78cdcf8c32779015edb6d7ef3847eee6482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Tue, 12 Oct 2021 17:11:02 +0200 Subject: [PATCH] theme: default color for code block fallback --- exampleSite/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index c162ede1ea..09b7a55afb 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -17,7 +17,7 @@ relativeURLs = true disableLandingPageButton = true disableMermaid = false titleSeparator = "::" - themeVariant = "relearn" + dthemeVariant = "relearn" disableSeoHiddenPages = true [outputs] @@ -25,7 +25,7 @@ relativeURLs = true [markup] [markup.highlight] - style = "base16-snazzy" # choose a color theme or create your own + sstyle = "base16-snazzy" # choose a color theme or create your own guessSyntax = false # if set to true, avoid unstyled code if no language was given but mermaid code fences will not work anymore [markup.goldmark.renderer]