@@ -10,41 +10,47 @@ logo = "Assets/icon.png"
1010favicon = " Assets/icon.png"
1111features = [
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 ]]
2328media = " (prefers-color-scheme)"
24- toggle.icon = " lucide/sun-moon "
29+ toggle.icon = " material/link "
2530toggle.name = " Switch to dark mode"
2631
2732[[project .theme .palette ]]
2833media = " (prefers-color-scheme: dark)"
2934scheme = " slate"
3035primary = " black"
31- accent = " green "
32- toggle.icon = " lucide/moon "
36+ accent = " light blue "
37+ toggle.icon = " material/toggle-switch-off-outline "
3338toggle.name = " Switch to light mode"
3439
3540[[project .theme .palette ]]
3641media = " (prefers-color-scheme: light)"
3742scheme = " 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 "
4146toggle.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