add preferred-dark-theme to book.toml example
This commit is contained in:
parent
f0ac13e3e2
commit
1ef94c2a7e
|
@ -218,6 +218,7 @@ description = "The example book covers examples."
|
|||
[output.html]
|
||||
theme = "my-theme"
|
||||
default-theme = "light"
|
||||
preferred-dark-theme = "navy"
|
||||
curly-quotes = true
|
||||
mathjax-support = false
|
||||
google-analytics = "123456"
|
||||
|
|
Loading…
Reference in New Issue