theme: default color for code block fallback

This commit is contained in:
Sören Weber 2021-10-12 17:11:02 +02:00
parent aa5875d5ca
commit 87dda78cdc
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -17,7 +17,7 @@ relativeURLs = true
disableLandingPageButton = true disableLandingPageButton = true
disableMermaid = false disableMermaid = false
titleSeparator = "::" titleSeparator = "::"
themeVariant = "relearn" dthemeVariant = "relearn"
disableSeoHiddenPages = true disableSeoHiddenPages = true
[outputs] [outputs]
@ -25,7 +25,7 @@ relativeURLs = true
[markup] [markup]
[markup.highlight] [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 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] [markup.goldmark.renderer]