From 297d78d7504ce427da8c5121309f6bb7c4613f7b Mon Sep 17 00:00:00 2001 From: Marco Otte-Witte Date: Thu, 22 Aug 2024 15:38:18 +0200 Subject: [PATCH] actually use custom highlighting theme --- book/book.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/book.toml b/book/book.toml index 18d74b1..8e771b5 100644 --- a/book/book.toml +++ b/book/book.toml @@ -25,7 +25,7 @@ hosted-html = "https://rust-exercises.com/100-exercises/" [output.pandoc.profile.pdf] # options to pass to Pandoc (see https://pandoc.org/MANUAL.html) output-file = "100-exercises-to-learn-rust.pdf" to = "latex" -highlight-style = "tango" +highlight-style = "./custom.theme" # We use `lualatext` because, right now, it's the only engine # that supports fallback fonts, which we need for emojis. pdf-engine = "lualatex" -- 2.45.2