Change pygments style

This commit is contained in:
Dave Gallant
2021-09-26 15:09:16 -04:00
parent f1f59e73a7
commit 1a65ad783b

View File

@@ -11,6 +11,7 @@ ignoreFiles:
languageCode: en-us languageCode: en-us
preserveTaxonomyNames: true preserveTaxonomyNames: true
pygmentsCodefences: true pygmentsCodefences: true
PygmentsStyle: manni
enableEmoji: true enableEmoji: true
staticDir: staticDir:
- static - static
@@ -85,7 +86,7 @@ params:
utterances: utterances:
enable: true enable: true
issueTerm: "pathname" issueTerm: "pathname"
theme: preferred-color-scheme theme: github-light # the css inverts this when dark is preferred
github: github:
username: davegallant username: davegallant
repository: davegallant.github.io repository: davegallant.github.io