From 880cbe2230e431c9f07702d7b644806cd2727819 Mon Sep 17 00:00:00 2001 From: "the Phoeron\" Colin J.E. Lupton" <thephoeron@protonmail.com> Date: Wed, 24 Aug 2022 13:23:37 -0400 Subject: [PATCH] Switch to Okaidia theme for PrismJS code blocks --- book.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/book.json b/book.json index dfaf592..2f84e82 100644 --- a/book.json +++ b/book.json @@ -9,5 +9,10 @@ "localized-footer": { "hline": true, "filename": "FOOTER.md" + }, + "pluginsConfig": { + "prism": { + "css": ["prismjs/themes/prism-okaidia.css"] + } } } -- GitLab