From c0f289466972ee18e1712eed8d48bec121165f19 Mon Sep 17 00:00:00 2001 From: rsteube Date: Sun, 31 Dec 2023 10:40:07 +0100 Subject: [PATCH] doc: default light/dark theme --- docs/book.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/book.toml b/docs/book.toml index 7091d003e..5f2c746fa 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -6,7 +6,8 @@ src = "src" title = "carapace" [output.html] -default-theme = "Mocha" +default-theme = "Latte" +preferred-dark-theme = "Mocha" additional-css = ["asciinema/asciinema-player.css", "./theme/catppuccin.css"] additional-js = ["asciinema/asciinema-player.min.js", "asciinema/load.js"] git-repository-url = "https://github.com/rsteube/carapace"