Skip to content

Commit b447ec6

Browse files
committed
actually use custom highlighting theme
1 parent 7c4443f commit b447ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ hosted-html = "https://rust-exercises.com/100-exercises/"
2525
[output.pandoc.profile.pdf] # options to pass to Pandoc (see https://pandoc.org/MANUAL.html)
2626
output-file = "100-exercises-to-learn-rust.pdf"
2727
to = "latex"
28-
highlight-style = "tango"
28+
highlight-style = "./custom.theme"
2929
# We use `lualatext` because, right now, it's the only engine
3030
# that supports fallback fonts, which we need for emojis.
3131
pdf-engine = "lualatex"

0 commit comments

Comments
 (0)