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]
|
[output.html]
|
||||||
theme = "my-theme"
|
theme = "my-theme"
|
||||||
default-theme = "light"
|
default-theme = "light"
|
||||||
|
preferred-dark-theme = "navy"
|
||||||
curly-quotes = true
|
curly-quotes = true
|
||||||
mathjax-support = false
|
mathjax-support = false
|
||||||
google-analytics = "123456"
|
google-analytics = "123456"
|
||||||
|
|
Loading…
Reference in New Issue