File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,24 +5,35 @@ repo_url = "https://github.com/-{{ REPO_OWNER }}-/-{{ REPO_NAME }}-"
55
66[project .theme ]
77language = " en"
8- font.text = " Roboto "
9- font.code = " Sono "
8+ font.text = " Mona Sans "
9+ font.code = " Source Code Pro "
1010logo = " Assets/icon.png"
1111favicon = " Assets/icon.png"
1212features = [
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 ]
2535repo = " material/github"
36+ link = " material/link-variant"
2637
2738[[project .theme .palette ]]
2839media = " (prefers-color-scheme)"
@@ -33,15 +44,15 @@ toggle.name = "Switch to dark mode"
3344media = " (prefers-color-scheme: dark)"
3445scheme = " slate"
3546primary = " black"
36- accent = " green "
47+ accent = " light blue "
3748toggle.icon = " material/toggle-switch-off-outline"
3849toggle.name = " Switch to light mode"
3950
4051[[project .theme .palette ]]
4152media = " (prefers-color-scheme: light)"
4253scheme = " default"
43- primary = " indigo "
44- accent = " green "
54+ primary = " black "
55+ accent = " light blue "
4556toggle.icon = " material/toggle-switch"
4657toggle.name = " Switch to system preference"
4758
You can’t perform that action at this time.
0 commit comments