Skip to content

Commit 4ca0f6b

Browse files
Align Zensical layout with MSX docs (#42)
## Summary - align MariusTestModule Zensical theme layout settings with the MSXOrg/docs profile - update fonts, theme features, icon set, and palette values for UI parity ## Notes - repository metadata placeholders remain unchanged --------- Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent c0ea1f9 commit 4ca0f6b

1 file changed

Lines changed: 17 additions & 6 deletions

File tree

.github/zensical.toml

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,35 @@ repo_url = "https://github.com/-{{ REPO_OWNER }}-/-{{ REPO_NAME }}-"
55

66
[project.theme]
77
language = "en"
8-
font.text = "Roboto"
9-
font.code = "Sono"
8+
font.text = "Mona Sans"
9+
font.code = "Source Code Pro"
1010
logo = "Assets/icon.png"
1111
favicon = "Assets/icon.png"
1212
features = [
13+
"announce.dismiss",
14+
"content.action.edit",
15+
"content.action.view",
16+
"content.code.annotate",
1317
"content.code.copy",
18+
"content.tooltips",
19+
"navigation.footer",
20+
"navigation.instant.prefetch",
21+
"navigation.instant.preview",
1422
"navigation.instant",
1523
"navigation.instant.progress",
1624
"navigation.indexes",
25+
"navigation.tabs",
1726
"navigation.top",
1827
"navigation.tracking",
19-
"navigation.expand",
28+
"search.share",
2029
"search.suggest",
2130
"search.highlight",
31+
"toc.follow",
2232
]
2333

2434
[project.theme.icon]
2535
repo = "material/github"
36+
link = "material/link-variant"
2637

2738
[[project.theme.palette]]
2839
media = "(prefers-color-scheme)"
@@ -33,15 +44,15 @@ toggle.name = "Switch to dark mode"
3344
media = "(prefers-color-scheme: dark)"
3445
scheme = "slate"
3546
primary = "black"
36-
accent = "green"
47+
accent = "light blue"
3748
toggle.icon = "material/toggle-switch-off-outline"
3849
toggle.name = "Switch to light mode"
3950

4051
[[project.theme.palette]]
4152
media = "(prefers-color-scheme: light)"
4253
scheme = "default"
43-
primary = "indigo"
44-
accent = "green"
54+
primary = "black"
55+
accent = "light blue"
4556
toggle.icon = "material/toggle-switch"
4657
toggle.name = "Switch to system preference"
4758

0 commit comments

Comments
 (0)