Skip to content

Commit 1655672

Browse files
Align docs theme settings with PSModule docs
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent f0e2527 commit 1655672

1 file changed

Lines changed: 15 additions & 9 deletions

File tree

.github/zensical.toml

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,41 +10,47 @@ logo = "Assets/icon.png"
1010
favicon = "Assets/icon.png"
1111
features = [
1212
"navigation.instant",
13+
"navigation.instant.prefetch",
14+
"navigation.instant.preview",
1315
"navigation.instant.progress",
1416
"navigation.top",
1517
"navigation.tracking",
1618
"navigation.expand",
1719
"search.suggest",
1820
"search.highlight",
19-
"content.code.copy"
21+
"search.share",
22+
"content.code.copy",
23+
"content.tooltips",
24+
"toc.follow"
2025
]
2126

2227
[[project.theme.palette]]
2328
media = "(prefers-color-scheme)"
24-
toggle.icon = "lucide/sun-moon"
29+
toggle.icon = "material/link"
2530
toggle.name = "Switch to dark mode"
2631

2732
[[project.theme.palette]]
2833
media = "(prefers-color-scheme: dark)"
2934
scheme = "slate"
3035
primary = "black"
31-
accent = "green"
32-
toggle.icon = "lucide/moon"
36+
accent = "light blue"
37+
toggle.icon = "material/toggle-switch-off-outline"
3338
toggle.name = "Switch to light mode"
3439

3540
[[project.theme.palette]]
3641
media = "(prefers-color-scheme: light)"
3742
scheme = "default"
38-
primary = "indigo"
39-
accent = "green"
40-
toggle.icon = "lucide/sun"
43+
primary = "black"
44+
accent = "light blue"
45+
toggle.icon = "material/toggle-switch"
4146
toggle.name = "Switch to system preference"
4247

4348
[project.theme.icon]
44-
repo = "fontawesome/brands/github"
49+
repo = "material/github"
50+
link = "material/link-variant"
4551

4652
[project.markdown_extensions.toc]
47-
permalink = true
53+
permalink = "#"
4854

4955
[project.markdown_extensions.attr_list]
5056
[project.markdown_extensions.admonition]

0 commit comments

Comments
 (0)