Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 17 additions & 6 deletions .github/zensical.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand All @@ -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"

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading