diff --git a/.github/zensical.toml b/.github/zensical.toml index 0c217d4..1bef374 100644 --- a/.github/zensical.toml +++ b/.github/zensical.toml @@ -5,24 +5,35 @@ repo_url = "https://github.com/-{{ REPO_OWNER }}-/-{{ REPO_NAME }}-" [project.theme] language = "en" -font.text = "Roboto" -font.code = "Sono" +font.text = "Mona Sans" +font.code = "Source Code Pro" logo = "Assets/icon.png" favicon = "Assets/icon.png" features = [ + "announce.dismiss", + "content.action.edit", + "content.action.view", + "content.code.annotate", "content.code.copy", + "content.tooltips", + "navigation.footer", + "navigation.instant.prefetch", + "navigation.instant.preview", "navigation.instant", "navigation.instant.progress", "navigation.indexes", + "navigation.tabs", "navigation.top", "navigation.tracking", - "navigation.expand", + "search.share", "search.suggest", "search.highlight", + "toc.follow", ] [project.theme.icon] repo = "material/github" +link = "material/link-variant" [[project.theme.palette]] media = "(prefers-color-scheme)" @@ -33,15 +44,15 @@ toggle.name = "Switch to dark mode" media = "(prefers-color-scheme: dark)" scheme = "slate" primary = "black" -accent = "green" +accent = "light blue" toggle.icon = "material/toggle-switch-off-outline" toggle.name = "Switch to light mode" [[project.theme.palette]] media = "(prefers-color-scheme: light)" scheme = "default" -primary = "indigo" -accent = "green" +primary = "black" +accent = "light blue" toggle.icon = "material/toggle-switch" toggle.name = "Switch to system preference" diff --git a/README.md b/README.md index 96936ee..464914e 100644 --- a/README.md +++ b/README.md @@ -67,3 +67,5 @@ You can either help by picking up an existing issue or submit a new one if you h ## Acknowledgements Here is a list of people and projects that helped this project in some way. + +Validation marker: docs publish verification run at 2026-07-18 22:41:56Z.